flipperzero-firmware/applications
Georgii Surkov 9868a65c15
[FL-2602] Infrared: Fix crash when messing with SD card (#1339)
* Fix crash after removing SD card and exiting
* Show an error if SD card was removed on Universal remote screen
2022-06-23 00:05:17 +09:00
..
about
accessor
archive
bad_usb [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
bt
cli [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
crypto
debug_tools [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
desktop [FL-2556] Update complete screen (#1332) 2022-06-21 23:11:34 +09:00
dialogs
dolphin
gpio [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
gui [FL-2568] Infrared C port (#1326) 2022-06-21 21:45:50 +09:00
ibutton
infrared [FL-2602] Infrared: Fix crash when messing with SD card (#1339) 2022-06-23 00:05:17 +09:00
input [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
lfrfid
lfrfid_debug
loader [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
music_player
nfc nfc: NTAG21x complete emulation (#1313) 2022-06-22 00:04:35 +09:00
notification [FL-2548] Infrared: show error if no SD card/databases (#1337) 2022-06-21 23:45:55 +09:00
power
rpc [FL-2588] RPC storage: Ignore incorrect file names #1318 2022-06-21 22:46:39 +09:00
snake_game
storage
storage_settings
subghz SubGhz: frequency analyzer combined frequency detection method (#1321) 2022-06-21 22:30:30 +09:00
system
u2f [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
unit_tests [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
updater [FL-2556] Update complete screen (#1332) 2022-06-21 23:11:34 +09:00
applications.c [FL-2568] Infrared C port (#1326) 2022-06-21 21:45:50 +09:00
applications.h
applications.mk [FL-2568] Infrared C port (#1326) 2022-06-21 21:45:50 +09:00
ReadMe.md

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

  • infrared_monitor - Infrared debug tool

  • 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.c - Firmware application list source

  • application.h - Firmware application list header

  • application.mk - Makefile helper