flipperzero-firmware/applications
あく e3c7201a20
Furi: core refactoring and CMSIS removal part 2 (#1410)
* Furi: rename and move core
* Furi: drop CMSIS_OS header and unused api, partially refactor and cleanup the rest
* Furi: CMSIS_OS drop and refactoring.
* Furi: refactoring, remove cmsis legacy
* Furi: fix incorrect assert on queue deallocation, cleanup timer
* Furi: improve delay api, get rid of floats
* hal: dropped furi_hal_crc
* Furi: move DWT based delay to cortex HAL
* Furi: update core documentation

Co-authored-by: hedger <hedger@nanode.su>
2022-07-20 13:56:33 +03:00
..
about [FL-2554] Embedded arm-none-eabi toolchain (#1351) 2022-07-15 01:24:26 +09:00
accessor Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
archive Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
bad_usb Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
bt Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
cli Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
crypto [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
debug_tools Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
desktop Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
dialogs Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
dolphin Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
gpio Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
gui Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
ibutton Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
infrared Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
input Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
lfrfid Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
lfrfid_debug [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
loader Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
meta [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
music_player Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
nfc Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
notification Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
picopass Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
power Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
rpc Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
snake_game Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
storage Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
storage_move_to_sd Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
storage_settings Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
subghz Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
system [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
u2f Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
unit_tests Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
updater Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
applications.h [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
extapps.scons [FL-2554] Embedded arm-none-eabi toolchain (#1351) 2022-07-15 01:24:26 +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