b9a766d909
* Added support for running applications from SD card (FAPs - Flipper Application Packages) * Added plugin_dist target for fbt to build FAPs * All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default * Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them * Added debugging support for FAPs with fbt debug & VSCode * Added public firmware API with automated versioning Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: SG <who.just.the.doctor@gmail.com> Co-authored-by: あく <alleteam@gmail.com> |
||
---|---|---|
.. | ||
debug | ||
main | ||
plugins | ||
services | ||
settings | ||
system | ||
ReadMe.md |
Structure
application.h
- Firmware application list header
debug
Applications for factory testing the Flipper.
accessor
- Wiegand serverbattery_test_app
- Battery debug appblink_test
- LED blinkerbt_debug_app
- BT test app. Requires full BT stack installeddisplay_test
- Various display tests & tweaksfile_browser_test
- Test UI for file pickerkeypad_test
- Keypad testlfrfid_debug
- LF RFID debug tooltext_box_test
- UI testsuart_echo
- UART mode testunit_tests
- Unit testsusb_mouse
- USB HID testusb_test
- Other USB testsvibro_test
- Vibro test
main
Applications for main Flipper menu.
archive
- Archive and file managerbad_usb
- Bad USB applicationfap_loader
- External applications loadergpio
- GPIO application: includes USART bridge and GPIO controlibutton
- iButton application, onewire keys and moreinfrared
- Infrared application, controls your IR deviceslfrfid
- LF RFID applicationnfc
- NFC application, HF rfid, EMV and etcsubghz
- SubGhz application, 433 fobs and etcu2f
- U2F Application
plugins
Extra apps for Plugins & App Loader menus.
bt_hid_app
- BT Remote controllermusic_player
- Music player app (demo)picopass
- Picopass toolsnake_game
- Snake game application
services
Background services providing system APIs to applications.
bt
- BLE service and applicationcli
- Console service and APIcrypto
- Crypto cli toolsdesktop
- Desktop servicedialogs
- Dialogs service: GUI Dialogs for your appdolphin
- Dolphin service and supplementary appsgui
- GUI service and APIinput
- Input serviceloader
- Application loader servicenotification
- Notification servicepower
- Power servicerpc
- RPC service and APIstorage
- Storage service, internal + sdcard
settings
Small applications providing configuration for basic firmware and its services.
about
- Small About application that shows flipper infobt_settings_app
- Bluetooth optionsdesktop_settings
- Desktop configurationdolphin_passport
- Dolphin passport appnotification_settings
- LCD brightness, sound volume, etc configurationpower_settings_app
- Basic power optionsstorage_settings
- Storage settings appsystem
- System settings
system
Utility apps not visible in other menus.
storage_move_to_sd
- Data migration tool for internal storageupdater
- Update service & application