flipperzero-firmware/applications
Michael Marcucci 6b3625f46b
Bluetooth Remote Additions (#1330)
* Update the HID Keycodes to pull from the library
* Composite BLE Report Map, add consumer & mouse HID
* Add Mouse & keyboard bt remote, fixed media remote
* BT Keyboard remove long press shift
* Fix usb hid modifier keys
* Fixed misaligned bad usb keys
* Fix keyboard app keys
* Partial fix for bt app and linux
* Update to work across platforms
* Fix for report ids
* BtHidApp: move variable from bss to model, cleanup naming.
* FuriHal: add const to immutable data declaration

Co-authored-by: あく <alleteam@gmail.com>
2022-07-08 21:36:34 +09:00
..
about
accessor
archive
bad_usb Bluetooth Remote Additions (#1330) 2022-07-08 21:36:34 +09:00
bt Bluetooth Remote Additions (#1330) 2022-07-08 21:36:34 +09:00
cli [FL-2612, FL-2618, FL-2619, FL-2622] CLI, threads, notifications, archive fixes (#1354) 2022-07-06 22:54:08 +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-2612, FL-2618, FL-2619, FL-2622] CLI, threads, notifications, archive fixes (#1354) 2022-07-06 22:54:08 +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
infrared [FL-2589] RPC App control commands (#1350) 2022-07-04 22:09:46 +09:00
input
lfrfid
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
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-2612, FL-2618, FL-2619, FL-2622] CLI, threads, notifications, archive fixes (#1354) 2022-07-06 22:54:08 +09:00
picopass
power
rpc Add GPIO control through RPC (#1282) 2022-07-05 00:32:06 +09:00
snake_game
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
subghz
system
u2f
unit_tests NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
updater
applications.h
extapps.scons
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

  • 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