unleashed-firmware/furi
Skorpionm 6d823835df
FurEventLoop: add support for FuriEventFlag, simplify API (#3958)
* Core: event_flag, removing duplicate code
* event_loop: add support furi_event_flags
* Examples: add missing free in event loop examples
* Furi: fix event flag
* Sync api symbols
* Unit_test: evet_loop_event_flags
* Fix multiple waiting list elements handling
* Unit_test: add event_loop_event_flag test
* FURI: event_loop add restrictions
* Fix multiple waiting lists items for good
* Improve FuriEventLoop unit tests
* Abolish callback return value
* Remove return value from callback signature
* Use bool level value instead of int32_t
* Add unit tests for FuriStreamBuffer
* Add unit tests for FuriSemaphore
* Speed up test execution
* Improve docs
* Add a stub for furi os-level primitives
* Add more checks for edge cases
* Allow event loop notification from ISR
* Bump api version

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
2024-10-31 10:58:16 +09:00
..
core FurEventLoop: add support for FuriEventFlag, simplify API (#3958) 2024-10-31 10:58:16 +09:00
flipper.c [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
flipper.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi.c Furi: A Lot of Fixes (#3942) 2024-10-14 14:39:09 +01:00
furi.h Furi: A Lot of Fixes (#3942) 2024-10-14 14:39:09 +01:00
SConscript fbt: lint fixes (#2008) 2022-11-12 19:03:22 +09:00