unleashed-firmware/lib/toolbox
Georgii Surkov f4122a924a
[FL-3841] FuriEventLoop Pt.2 (#3703)
* Abstract primitive type from main logic in FuriEventLoop
* Remove message_queue_i.h
* Add stream buffer support for event loop
* Add semaphore support for event loop
* Add temporary unit test workaround
* Make the linter happy
* Add mutex support for event loop
* Implement event subscription and unsubscription while the event loop is running
* Implement edge events
* Fix leftover logical errors
* Add event loop timer example application
* Implement flag-based edge trigger and one-shot mode
* Add event loop mutex example application
* Only notify the event loop if stream buffer is at or above its trigger level
* Reformat comments
* Add event loop stream buffer example application
* Add event loop multiple elements example application
* Improve event loop flag names
* Remove redundant signal handler as it is already handled by the event loop
* Refactor Power service, improve ViewHolder
* Use ViewHolder instead of ViewDispatcher in About app
* Enable ViewDispatcher queue on construction, deprecate view_dispatcher_enable_queue()
* Remove all invocations of view_dispatcher_enable_queue()
* Remove app-scened-template
* Remove missing library from target.json
* Port Accessor app to ViewHolder
* Make the linter happy
* Add example_view_holder application, update ViewHolder docs
* Add example_view_dispatcher application, update ViewDispatcher docs
* Replace FuriSemaphore with FuriApiLock, remove workaround delay
* Fix logical error
* Fix another logical error
* Use the sources directive to speed up compilation
* Use constant define macro
* Improve FuriEventLoop documentation
* Improve FuriEventLoop documentation once more
* Bump API Version
* Gui: remove redundant checks from ViewDispatcher
* Gui: remove dead ifs from ViewDispatcher

Co-authored-by: Silent <CookiePLMonster@users.noreply.github.com>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-08-07 12:49:41 +09:00
..
protocols [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
pulse_protocols Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
stream Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
tar Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
.gitignore [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
api_lock.h [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
args.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
args.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
bit_buffer.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
bit_buffer.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
buffer_stream.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
buffer_stream.h Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
compress.c Updater: resource compression (#3716) 2024-06-30 11:38:48 +01:00
compress.h Updater: resource compression (#3716) 2024-06-30 11:38:48 +01:00
crc32_calc.c Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
crc32_calc.h [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
dir_walk.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
dir_walk.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
float_tools.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
float_tools.h [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
hex.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
hex.h Add support for PAC/Stanley tags (#1648) 2022-08-30 01:04:17 +10:00
keys_dict.c [FL-3863] toolchain: v37 (#3746) 2024-07-05 18:27:21 +01:00
keys_dict.h NfcDict Refactoring (#3271) 2023-12-18 14:30:56 +00:00
level_duration.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
m_cstr_dup.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
manchester_decoder.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
manchester_decoder.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
manchester_encoder.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
manchester_encoder.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
md5_calc.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
md5_calc.h [FL-3461] RPC: md5 in storage list (#2929) 2023-08-09 06:34:54 +09:00
name_generator.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
name_generator.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
path.c Updater: resource compression (#3716) 2024-06-30 11:38:48 +01:00
path.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
pretty_format.c [FL-3817] iButton: fix crash when deleting some keys (#3617) 2024-04-29 19:56:15 +09:00
pretty_format.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
profiler.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
profiler.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
property.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
property.h [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
pulse_joiner.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
pulse_joiner.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
saved_struct.c SavedStruct: Introduce saved_struct_get_metadata (#3392) 2024-03-26 03:48:18 +09:00
saved_struct.h SavedStruct: Introduce saved_struct_get_metadata (#3392) 2024-03-26 03:48:18 +09:00
SConscript Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
simple_array.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
simple_array.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
value_index.c FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
value_index.h FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
varint.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
varint.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
version.c [FL-3330] fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK (#2705) 2023-05-30 01:40:56 +09:00
version.h [FL-3330] fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK (#2705) 2023-05-30 01:40:56 +09:00