unleashed-firmware/applications
2022-09-14 16:29:17 +03:00
..
about Merge branch 'fz-dev' into dev 2022-08-12 16:52:25 +03:00
accessor Merged latest OFW changes 2022-08-12 05:18:27 +03:00
archive [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
arkanoid arkanoid: dont allow user to jump after start 2022-09-11 15:15:03 +07:00
bad_usb Merge branch 'fz-dev' into dev 2022-08-30 11:42:39 +03:00
barcode_generator use RECORD defines 2022-08-13 17:58:46 +03:00
bt disable some debug tools in releases, actually fix tv.ir 2022-09-09 15:25:12 +03:00
cli Remove execute permissions from *.c and *.h files (#1651) 2022-08-30 01:20:57 +09:00
clock_app use RECORD defines 2022-08-13 17:58:46 +03:00
crypto [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
debug_tools return usb mouse and uart echo debug apps 2022-09-06 12:10:50 +03:00
desktop format and update changelog 2022-09-08 18:24:25 +03:00
dialogs [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
dolphin [FL-2737] Dolphin level thresholds update #1610 2022-08-23 01:53:51 +09:00
esp8266_deauth use RECORD defines 2022-08-13 17:58:46 +03:00
flipfrid fixes and impovements 2022-09-11 02:09:02 +03:00
gpio Remove execute permissions from *.c and *.h files (#1651) 2022-08-30 01:20:57 +09:00
gui Merge branch 'fz-dev' into dev 2022-09-08 19:55:03 +03:00
ibutton Merged latest OFW changes 2022-08-12 05:18:27 +03:00
infrared Merge branch 'fz-dev' into dev 2022-09-03 16:30:13 +03:00
input Revert "Revert "MPU Hal (#1492)"" 2022-08-04 18:43:47 +03:00
lfrfid disable some debug tools in releases, actually fix tv.ir 2022-09-09 15:25:12 +03:00
lfrfid_debug [FL-2753] RFID app port to plain C (#1710) 2022-09-09 01:40:33 +09:00
loader Merge branch 'fz-dev' into dev 2022-08-13 17:49:38 +03:00
meta Merge branch 'dev' of github.com:Eng1n33r/flipperzero-firmware into feat/playlist 2022-09-10 14:31:45 +02:00
mousejacker update message 2022-09-11 03:46:55 +03:00
multi_converter formatted, attempt to fix rfid fuzzer crash 2022-09-03 23:10:07 +03:00
music_player return some plugins back 2022-09-05 22:10:31 +03:00
nfc Merge branch 'fz-dev' into dev 2022-09-03 16:30:13 +03:00
notification Merge branch 'fz-dev' into dev 2022-08-04 18:55:36 +03:00
nrfsniff remove non existing function usage 2022-09-07 15:05:57 +03:00
picopass revert picopass OFW PR 2022-09-09 01:32:50 +03:00
playlist fixes and impovements 2022-09-11 02:09:02 +03:00
power Power: refresh battery indicator on charger plug/unplug 2022-09-14 16:29:17 +03:00
rpc Speedup SD card & enlarge your RAM. (#1649) 2022-08-27 13:25:47 +09:00
sentry_safe use RECORD defines 2022-08-13 17:58:46 +03:00
snake_game free message queue and nrfsniff updates 2022-08-10 05:03:01 +03:00
spectrum_analyzer lower stack sizes for apps 2022-09-10 20:37:00 +03:00
storage [FL-2794] Lib: update LFS to v2.5.0, lower update free page limit (#1706) 2022-09-05 20:40:20 +03:00
storage_move_to_sd [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
storage_settings Remove execute permissions from *.c and *.h files (#1651) 2022-08-30 01:20:57 +09:00
subbrute fix broken save 2022-09-11 03:29:21 +03:00
subghz Detect RAW feature 2022-09-14 16:01:30 +03:00
system Remove execute permissions from *.c and *.h files (#1651) 2022-08-30 01:20:57 +09:00
tetris_game use RECORD defines 2022-08-13 17:58:46 +03:00
tictactoe_game use RECORD defines 2022-08-13 17:58:46 +03:00
u2f Increment U2F counter before authentication (#1595) 2022-08-18 01:23:13 +09:00
unirfremix hide txt extension in unirf browser 2022-08-25 05:13:08 +03:00
unit_tests [FL-2787] SubGhz: add protocol Clemsa, fix decoder BETT (#1696) 2022-09-03 15:19:01 +09:00
updater [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
wav_player return some plugins back 2022-09-05 22:10:31 +03:00
wifi_marauder_companion Wifi marauder app critical bug fixes 2022-08-17 03:25:34 +03:00
wifi_scanner use RECORD defines 2022-08-13 17:58:46 +03:00
applications.h Merge branch 'fz-dev' into dev 2022-08-13 17:49:38 +03:00
extapps.scons fbt fixes & improvements (#1490) 2022-08-02 22:46:43 +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