flipperzero-firmware/applications
Eric Betts 8af2198684
Iclass UI (#1366)
* Move structs to header
* roll mbedtls into loclass
* Picopass with scene for reading card
* Picopass: fix memory leak
* Lib: return mbedtls back
* Picopass: rename symbols to match naming guide

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-07-06 00:28:27 +09:00
..
about [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
accessor [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
archive [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
bad_usb [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
bt [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
cli fbt: updater over USB (#1344) 2022-06-28 22:03:49 +09:00
crypto [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
debug_tools [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
desktop [FL-2578] Updater fixes related to /int handling (#1359) 2022-07-04 22:36:12 +09:00
dialogs [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
dolphin [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
gpio [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
gui [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
ibutton [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
infrared [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
input [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
lfrfid [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
lfrfid_debug [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
loader [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
meta [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
music_player [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
nfc [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
notification [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
picopass Iclass UI (#1366) 2022-07-06 00:28:27 +09:00
power [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
rpc Add GPIO control through RPC (#1282) 2022-07-05 00:32:06 +09:00
snake_game plugins: snake: simplification in direction calculation (#1361) 2022-07-04 20:49:23 +03:00
storage storage: lfs fingerprint wasn't updated when both geometry changed & factory reset was requested, resulting in second re-format on next boot (#1372) 2022-07-05 21:17:26 +09:00
storage_settings [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
subghz [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
system [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
u2f [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
unit_tests NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
updater [FL-2578] Updater fixes related to /int handling (#1359) 2022-07-04 22:36:12 +09:00
applications.h [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
extapps.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +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