flipperzero-firmware/applications
Georgii Surkov 16e598b2c0
[FL-2655, FL-2650] Buffered file streams (#1424)
* Initial buffered file stream implementation
* Fix logical errors
* Fix more logical errors
* Minimally working implementation
* Adapt infrared unit tests for buffered streams
* Increase read buffer size from 512 to 1K
* Correct naming and formatting
* More code improvements
* Allow passing access and open modes for buffered streams
* Implement tests for buffered streams
* Better file and method names
* Add comments and correct formatting
* Use buffered streams in Infrared
* Fix compilation error
2022-07-23 01:00:25 +09:00
..
about [FL-2554] Embedded arm-none-eabi toolchain (#1351) 2022-07-15 01:24:26 +09:00
accessor Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
archive Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
bad_usb Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
bt Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
cli Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
crypto [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
debug_tools Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
desktop Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
dialogs Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
dolphin Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
gpio Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
gui Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
ibutton Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
infrared [FL-2655, FL-2650] Buffered file streams (#1424) 2022-07-23 01:00:25 +09:00
input Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
lfrfid Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
lfrfid_debug [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
loader Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
meta [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
music_player Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
nfc Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
notification Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
picopass Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
power Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
rpc Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
snake_game Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
storage Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
storage_move_to_sd Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
storage_settings Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
subghz Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
system [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
u2f Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
unit_tests [FL-2655, FL-2650] Buffered file streams (#1424) 2022-07-23 01:00:25 +09:00
updater Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
applications.h [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
extapps.scons [FL-2554] Embedded arm-none-eabi toolchain (#1351) 2022-07-15 01:24:26 +09:00
ReadMe.md [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00

Structure

  • about - Small About application that shows flipper info

  • accessor - Wiegand server

  • archive - Archive and file manager

  • bad_usb - Bad USB application

  • bt - BLE service and application

  • cli - Console service and API

  • crypto - Crypto cli tools

  • debug_tools - Different tools that we use for debug

  • desktop - Desktop service

  • dialogs - Dialogs service: GUI Dialogs for your app

  • dolphin - Dolphin service and supplementary apps

  • gpio - GPIO application: includes USART bridge and GPIO control

  • gui - GUI service and API

  • ibutton - iButton application, onewire keys and more

  • input - Input service

  • infrared - Infrared application, controls your IR devices

  • lfrfid - LF RFID application

  • lfrfid_debug - LF RFID debug tool

  • loader - Application loader service

  • music_player - Music player app (demo)

  • nfc - NFC application, HF rfid, EMV and etc

  • notification - Notification service

  • power - Power service

  • power_observer - Power debug tool

  • rpc - RPC service and API

  • scened_app_example - C++ application example

  • snake_game - Snake game application

  • storage - Storage service, internal + sdcard

  • storage_settings - Storage settings app

  • subghz - SubGhz application, 433 fobs and etc

  • system - System settings, tools and API

  • tests - Unit tests and etc

  • u2f - U2F Application

  • updater - Update service & application

  • application.h - Firmware application list header