flipperzero-firmware/firmware/targets/f4/api-hal
あく b835d7a451
[FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334)
* Furi: replace obsolete furiac_exit with osThreadExit, drop obsolete apis and test. Rename systemd to flipper and move to separate file, cleanup. ApiHal: Rename timebase to os and move freertos hooks there, move insomnia api to power module.
* Furi: new thread helper
* Furi: cleanup thread documentation
* Flipper, AppLoader: update to use FuriThread. Update tasks signatures to match FuriThreadCallback signature.
* F4: rename API_HAL_TIMEBASE_DEBUG to API_HAL_OS_DEBUG
* Applications: rename FuriApplication to FlipperApplication, use FuriThreadCallback signature for apps.
* C++ app template sample, new exit method
2021-02-12 20:24:34 +03:00
..
api-hal-boot.c
api-hal-bt.c
api-hal-clock.c HAL Timebase, Power, Clock: semaphore guarded access to clock and power modes, better sleep mode. (#307) 2021-01-20 10:43:12 +03:00
api-hal-clock.h HAL Timebase, Power, Clock: semaphore guarded access to clock and power modes, better sleep mode. (#307) 2021-01-20 10:43:12 +03:00
api-hal-delay.c
api-hal-flash.c
api-hal-flash.h
api-hal-gpio.c SPI Device API (#304) 2021-01-12 20:33:36 +03:00
api-hal-gpio.h
api-hal-os-timer.h [FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) 2021-02-12 20:24:34 +03:00
api-hal-os.c [FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) 2021-02-12 20:24:34 +03:00
api-hal-os.h [FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) 2021-02-12 20:24:34 +03:00
api-hal-power.c [FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) 2021-02-12 20:24:34 +03:00
api-hal-pwm.c
api-hal-pwm.h
api-hal-resources.c Input: refactoring, platform agnostic key configuration. 2021-02-10 11:56:05 +03:00
api-hal-resources.h Input: refactoring, platform agnostic key configuration. 2021-02-10 11:56:05 +03:00
api-hal-spi-config.c fix some bugs with sd spi (#320) 2021-01-30 12:01:48 +03:00
api-hal-spi-config.h SPI Device API (#304) 2021-01-12 20:33:36 +03:00
api-hal-spi.c [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
api-hal-spi.h SPI Device API (#304) 2021-01-12 20:33:36 +03:00
api-hal-task.c [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
api-hal-task.h [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
api-hal-tim.c
api-hal-tim.h
api-hal-uuid.c
api-hal-vcp.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
api-hal.c [FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) 2021-02-12 20:24:34 +03:00
api-interrupts.c Fix werror flag and warnings (#321) 2021-02-01 10:51:22 +03:00