flipperzero-firmware/lib
Skorpionm 02b9cf90d5
[FL-2431, FL-2419] SubGhz: bugfixes (#1098)
* [FL-2431] SubGhz: fix Restart with an error (HardFault), while maintaining the RAW signal.
* Stream: fix adding maximum string length to arguments
* [FL-2419] SubGhz: fix flipper hang/Fatal Error when running edited Sub-GHz file.
* SubGhz: remove replace strcpy with strncpy, smaller text buffer and canary
* SubGhz: log key loading before load happen, rollback only rx message handling

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-04-07 14:47:47 +03:00
..
app-scened-template
app-template
callback-connector
drivers HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
fatfs [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
flipper_format
fnv1a-hash
FreeRTOS-glue Fix GUI freeze after NFC classic read (#1074) 2022-03-31 17:57:23 +03:00
FreeRTOS-Kernel@4c4089b154
heatshrink
infrared Fix GUI freeze after NFC classic read (#1074) 2022-03-31 17:57:23 +03:00
libusb_stm32@fd58c2b047
littlefs@1863dc7883
micro-ecc
mlib@62c8ac3e5d
nanopb@c9124132a6
nfc_protocols
one_wire HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
qrcode
ST25RFAL002 HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
STM32CubeWB@528461f827
subghz [FL-2431, FL-2419] SubGhz: bugfixes (#1098) 2022-04-07 14:47:47 +03:00
toolbox [FL-2431, FL-2419] SubGhz: bugfixes (#1098) 2022-04-07 14:47:47 +03:00
u8g2 HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
lfs_config.h
lib.mk [FL-2393][FL-2381] iButton, OneWire: move to plain C (#1068) 2022-03-29 16:01:56 +03:00
ReadMe.md

Structure

  • app-scened-template - Scened template app library
  • app-template - Template app library
  • callback-connector - Callback connector library
  • common-api - Common api declaration library
  • cyfral - Cyfral library
  • drivers - Drivers that we wrote
  • fatfs - External storage file system
  • flipper_file - Flipper File Format library
  • fnv1a-hash - Fnv1a hash library
  • infrared - Infrared library
  • libusb_stm32 - STM32 USB library
  • littlefs - Internal storage file system
  • micro-ecc - Elyptic Curve Crpytography library
  • mlib - Algorithms and containers
  • nanopb - Nano Protobuf library
  • nfc_protocols - Nfc protocols library
  • onewire - 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