unleashed-firmware/applications/debug
Georgii Surkov 139660d206
[FL-3846] Event Loop Timers (#3721)
* Implement POC event loop tmers (not all edge cases are handled)
* Use a separate ready list to allow for (re)starting and stopping of timers from callback
* Improve the test application
* Improve timer API and test application
* Improve timeout calculation logic
* Improve timer API, update documentation
* Fix API usage error
* Update doxygen comments
* Revert the old (correct) check
* Improve function naming
* Check whether a timer was on the expired list before processing it
* Implement tick callback
* Add critical sections to improve timer consistency
* Simplify event loop timer API
* Remove redundant search
* Refactor timer logic, use message queue
* Simplify FuriEventLoopTimer API
* Improve event loop timer logic
* Update the f18 target
* Remove superfluous clears
* Correct f18 api symbols
* Fix doxygen comments
* Update .pvsconfig
* Use a double push list instead of deque
* Update .pvsconfig
* Add pending callback functionality
* Restore unprocessed flags when applicable
* Refactor Dolphin app to use FuriEventLoop
* Improve naming
* Update naming some more
* Fix a typo Co-authored-by: Silent <CookiePLMonster@users.noreply.github.com>
* Fix wait time in example
* Bump API version
* Debug: multiple of 25 timings in event loop blink test
* Separate FuriEventLoopTimer to its own set of files
* Improve start time calculation for periodic timers
* Do not use dynamic allocations for timer requests
* Split the tick functionality in separate files, rearrange code
* Improve timer queue handling
* Properly reset GPIO pins in the test app
* Properly initialise GPIO pins in the test app too
* Furi: variable naming in event loop
* Furi: fix spelling in event loop

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: Silent <CookiePLMonster@users.noreply.github.com>
2024-07-02 13:09:50 +01:00
..
accessor cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
battery_test_app cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
blink_test Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
bt_debug_app Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
ccid_test Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
crash_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
direct_draw Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
display_test cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
event_loop_blink_test [FL-3846] Event Loop Timers (#3721) 2024-07-02 13:09:50 +01:00
expansion_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
file_browser_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
keypad_test Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
lfrfid_debug cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
locale_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
rpc_debug_app Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
speaker_debug Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_test cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
text_box_element_test Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
text_box_view_test Text Box: fix displaying text with end text focus (#3658) 2024-05-22 18:14:33 +01:00
uart_echo FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
unit_tests Updater: resource compression (#3716) 2024-06-30 11:38:48 +01:00
usb_mouse Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
usb_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
vibro_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
application.fam [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00