unleashed-firmware/targets/f7/furi_hal
Georgii Surkov 20c4121f25
[FL-3832] Use static synchronisation primitives (#3679)
* Use static mutex
* Add static_assert checks
* Use static semaphore
* Fix formatting
* Use static stream buffer
* Use static timer
* Use static event group
* Increase allocation size for stream buffer
* Remove recursive bit from the mutex before freeing
* Prevent service tasks from ever returning
* Use static threads
* Do not realloc memory when changing stack size
* Use FuriSemaphore instead of raw FreeRTOS one in rpc_test
* Remove redundant includes
* Abolish FreeRTOS dynamic allocation
* Improve FuriMutex
* Improve FuriMessageQueue
* Remove redundant comments and parentheses
* Clean up code more
* Create service threads via a dedicated constructor
* Minor code improvements
* Update docs for FuriThread, FuriTimer
* Fix doxygen typo
* Use a bigger buffer for static StreamBuffer
* Furi: remove timer control block only when timer thread have completed all operations
---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-06-05 18:04:03 +01:00
..
furi_hal.c FuriHal: move version init to early stage (#3647) 2024-05-13 21:32:28 +04:00
furi_hal_adc.c [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
furi_hal_bt.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_bus.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_bus.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_clock.c FuriHal: add flash ops stats, workaround bug in SHCI_C2_SetSystemClock (#3657) 2024-05-20 19:17:01 +01:00
furi_hal_clock.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_cortex.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_crypto.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_debug.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_dma.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_dma.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_flash.c Replaced obsolete-format delay (#3660) 2024-05-22 19:13:28 +01:00
furi_hal_flash.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_gpio.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_gpio.h FuriHal: various GPIO improvements (#3406) 2024-02-07 12:09:29 +03:00
furi_hal_i2c.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_i2c_config.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_i2c_config.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_i2c_types.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_ibutton.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_ibutton.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_idle_timer.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_info.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_infrared.c IR: Fix crash on duty_cycle=1 (#3568) 2024-04-07 22:21:25 +09:00
furi_hal_interrupt.c fbt: added -Wstrict-prototypes for main firmware (#3557) 2024-04-02 02:02:45 +09:00
furi_hal_interrupt.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_light.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_memory.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_mpu.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_event.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_felica.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_i.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_irq.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_iso14443a.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_iso14443b.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_nfc_iso15693.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_tech_i.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_nfc_timer.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_os.c fbt: added -Wstrict-prototypes for main firmware (#3557) 2024-04-02 02:02:45 +09:00
furi_hal_os.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_power.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_power_config.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_pwm.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_pwm.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_random.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_region.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_resources.c [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
furi_hal_resources.h [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
furi_hal_rfid.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_rfid.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_rtc.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_rtc.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_sd.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_serial.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_serial.h [FL-3764] Expansion module service improvements (#3429) 2024-02-12 09:16:34 +07:00
furi_hal_serial_control.c [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
furi_hal_serial_control.h 0.98.0-rc various fixes (#3402) 2024-01-29 21:35:46 +09:00
furi_hal_serial_types.h [FL-3669] Expansion module protocol (#3250) 2024-01-16 18:18:56 +09:00
furi_hal_serial_types_i.h FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
furi_hal_speaker.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_spi.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_spi_config.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_spi_config.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_spi_types.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_subghz.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_subghz.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_target_hw.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_usb.c [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
furi_hal_usb_ccid.c Add initial ISO7816 support (#3681) 2024-06-01 17:45:27 +01:00
furi_hal_usb_cdc.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_usb_cdc.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_usb_hid.c BadUSB: BLE, media keys, Fn/Globe key commands (#3403) 2024-03-25 17:39:33 +09:00
furi_hal_usb_i.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_usb_u2f.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_version.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_version_device.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_vibro.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00