unleashed-firmware/applications/services/storage
MX bf6c6c231f
[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-10 14:32:27 +03:00
..
storages Storage: remove LFS (#3577) 2024-08-10 13:18:51 +03:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
filesystem_api.c merge manually formatted stuff too 2024-07-16 01:01:17 +03:00
filesystem_api_defines.h [FL-3055] Getter for application data path (#2181) 2023-03-02 03:57:27 +10:00
filesystem_api_internal.h [FL-3662] Do not remove file when renaming to itself (#3193) 2023-11-15 17:56:13 +09:00
storage.c Storage: remove LFS (#3577) 2024-08-10 13:18:51 +03:00
storage.h Storage: remove LFS (#3577) 2024-08-10 13:18:51 +03:00
storage_cli.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-10 14:32:27 +03:00
storage_external_api.c merge manually formatted stuff too 2024-07-16 01:01:17 +03:00
storage_glue.c Storage: force mount (#3033) 2023-09-04 14:10:07 +09:00
storage_glue.h formatting 2024-07-15 20:02:45 +03:00
storage_i.h formatting 2024-07-15 20:02:45 +03:00
storage_internal_api.c Storage: remove LFS (#3577) 2024-08-10 13:18:51 +03:00
storage_message.h [FL-3662] Do not remove file when renaming to itself (#3193) 2023-11-15 17:56:13 +09:00
storage_processing.c Storage: remove LFS (#3577) 2024-08-10 13:18:51 +03:00
storage_processing.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
storage_sd_api.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
storage_sd_api.h SD-Card: proper HAL (#3058) 2023-09-11 18:30:56 +09:00