flipperzero-firmware/lib
Skorpionm 3164184bbc
[FL-2230] SubGhz: protocol API refactoring (#969)
* SubGhz: protocols library refactoring
* SubGhz: new architecture and refactoring
* SubGhz: simplify protocol structure, remove unused types
* SubGhz: rename Subghz to SubGhz
* SubGhz: add environment concept

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com>
2022-03-03 12:48:56 +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
common-api Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
drivers [FL-2244] Companion reboot fix (#988) 2022-02-09 15:03:27 +03:00
fatfs
flipper_format [FL-2312] Flipper format: insert OR update (#1009) 2022-02-25 16:36:29 +03:00
fnv1a-hash
FreeRTOS-glue Nfc: replace cmsis thread with furi, fix condition race in thread stop routine. (#1003) 2022-02-19 02:38:44 +03:00
FreeRTOS-Kernel@4c4089b154
heatshrink [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
infrared [FL-2279] IR doxygen, rename irda -> infrared (#1010) 2022-02-25 18:22:58 +03:00
libusb_stm32@8a7846d021
littlefs@1863dc7883
micro-ecc
mlib@62c8ac3e5d
nanopb@c9124132a6
nfc_protocols Release Candidate 0.48.0 Bug Fixes (#991) 2022-02-13 22:24:03 +03:00
onewire [FL-2219, FL-2251] System, FuriCore, FuriHal: various bug fixes and improvements (#986) 2022-02-10 14:20:50 +03:00
qrcode Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
ST25RFAL002 [FL-2256] USB Service (#998) 2022-02-16 20:52:34 +03:00
STM32CubeWB@528461f827
subghz [FL-2230] SubGhz: protocol API refactoring (#969) 2022-03-03 12:48:56 +03:00
toolbox [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
u8g2 Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
lfs_config.h
lib.mk [FL-2279] IR doxygen, rename irda -> infrared (#1010) 2022-02-25 18:22:58 +03:00
ReadMe.md [FL-2230] SubGhz: protocol API refactoring (#969) 2022-03-03 12:48:56 +03:00

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