flipperzero-firmware/lib
hedger 7017fa4f9e
[FL-2515] Keep backlight on for updater ops (#1184)
* [FL-2515] Keep backlight on for updater ops
* Notification: Renamed backlight sequences to more obvious names

Co-authored-by: あく <alleteam@gmail.com>
2022-04-29 17:21:12 +03:00
..
app-scened-template [FL-2212] File validators and archive fixes #972 2022-01-29 12:39:10 +03:00
app-template Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
callback-connector cpp template application library (#232) 2020-11-12 14:13:29 +03:00
drivers Build system improvements and bug fixes (#1129) 2022-04-19 02:09:11 +03:00
fatfs [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
flipper_format [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
fnv1a-hash FL-78 Microsd test application (#230) 2020-11-14 19:24:38 +03:00
FreeRTOS-glue [FL-2433, FL-2408] Get rid of file_worker in archive and various fixes (#1105) 2022-04-14 14:28:59 +03:00
FreeRTOS-Kernel@4c4089b154 [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
heatshrink [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
infrared [FL-2515] Keep backlight on for updater ops (#1184) 2022-04-29 17:21:12 +03:00
libusb_stm32@fd58c2b047 [FL-2374] USB mode lock, USB stack update (#1051) 2022-03-24 20:23:40 +03:00
littlefs@1863dc7883 [FL-977] Internal Storage (#455) 2021-05-11 11:29:44 +03:00
micro-ecc [FL-1958] U2F prototype (#879) 2021-12-22 23:04:08 +03:00
microtar@1e921369b2 [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
mlib@62c8ac3e5d Lib: update m-lib to latest release. Update m-lib usage across project. (#818) 2021-11-15 20:09:40 +03:00
nanopb@c9124132a6 [FL-1792] RPC service (#698) 2021-10-12 14:48:34 +03:00
nfc_protocols [FL-2507] Fix NTAG21x emulation fix (#1179) 2022-04-28 19:09:52 +03:00
one_wire [FL-2220, FL-2221, FL-1883] RFID and iButton GUI update (#1107) 2022-04-14 15:03:47 +03:00
qrcode Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
ST25RFAL002 [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
STM32CubeWB@a9e29b431f [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
subghz SubGhz add protocol Firefly (#1183) 2022-04-29 15:17:42 +03:00
toolbox [FL-2510] Fixed BT startup while backing up LFS (#1180) 2022-04-28 19:05:37 +03:00
u8g2 [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
update_util [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
lfs_config.h [FL-1818] System setting and debug options. RTC HAL refactoring. (#902) 2021-12-15 01:39:59 +03:00
lib.mk [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
ReadMe.md [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00

Structure

  • app-scened-template - Scened template app library
  • app-template - Template app library
  • callback-connector - Callback connector library
  • drivers - Drivers that we wrote
  • fatfs - External storage file system
  • flipper_format - Flipper File Format library
  • fnv1a-hash - Fnv1a hash library
  • heatshrink - Image compression library
  • infrared - Infrared library
  • libusb_stm32 - STM32 USB library
  • littlefs - Internal storage file system
  • micro-ecc - Elliptic Curve Crpytography library
  • microtar - TAR archive support library
  • mlib - Algorithms and containers
  • nanopb - Nano Protobuf library
  • nfc_protocols - Nfc protocols library
  • one_wire - One wire library
  • qrcode - Qr code generator library
  • ST25RFAL002 - ST253916 driver and NFC hal
  • STM32CubeWB - STM32WB series cube package
  • subghz - SubGhz library
  • toolbox - Toolbox of things that we are using but don't place in core
  • u8g2 - Graphics library that we use to draw GUI