mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
bf6c6c231f
* 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>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"include_paths": [
|
|
"ble_glue",
|
|
"fatfs",
|
|
"furi_hal",
|
|
"inc"
|
|
],
|
|
"sdk_header_paths": [
|
|
"../furi_hal_include",
|
|
"furi_hal",
|
|
"platform_specific",
|
|
"ble_glue/furi_ble",
|
|
"ble_glue/services",
|
|
"ble_glue/profiles"
|
|
],
|
|
"linker_script_flash": "stm32wb55xx_flash.ld",
|
|
"linker_script_ram": "stm32wb55xx_ram_fw.ld",
|
|
"linker_script_app": "application_ext.ld",
|
|
"sdk_symbols": "api_symbols.csv",
|
|
"linker_dependencies": [
|
|
"print",
|
|
"flipper7",
|
|
"furi",
|
|
"freertos",
|
|
"stm32wb",
|
|
"hwdrivers",
|
|
"fatfs",
|
|
"subghz",
|
|
"toolbox",
|
|
"nfc",
|
|
"digital_signal",
|
|
"pulse_reader",
|
|
"signal_reader",
|
|
"microtar",
|
|
"usb_stm32",
|
|
"infrared",
|
|
"assets",
|
|
"one_wire",
|
|
"ibutton",
|
|
"music_worker",
|
|
"mjs",
|
|
"mbedtls",
|
|
"lfrfid",
|
|
"flipper_application",
|
|
"u8g2",
|
|
"nanopb",
|
|
"update_util",
|
|
"heatshrink",
|
|
"flipperformat",
|
|
"flipper7",
|
|
"bit_lib",
|
|
"toolbox",
|
|
"datetime"
|
|
]
|
|
}
|