flipperzero-firmware/lib
SG bdba15b366
[FL-2393][FL-2381] iButton, OneWire: move to plain C (#1068)
* iButton: getting started on the worker concept
* Hal delay: added global instructions_per_us variable
* iButton: one wire slave
* iButton: ibutton key setter
* iButton: one wire host, use ibutton_hal
* iButton\RFID: common pulse decoder concept
* iButton: cyfral decoder
* iButton: worker thread concept
* iButton: metakom decoder
* iButton: write key through worker
* iButton: worker mode holder
* iButton: worker improvements
* iButton: Cyfral encoder
* iButton: Metakom encoder
* lib: pulse protocol helpers
* iButton: Metakom decoder
* iButton: Cyfral decoder
* iButton worker: separate modes
* iButton: libs documentation
* HAL: iButton gpio modes
* iButton worker: rename modes file
* iButton worker, hal: move to LL
* iButton CLI: worker for reading and emulation commands
* iButton HAL: correct init and emulation sequence
* iButton cli: moved to plain C
* iButton: move to worker, small step to plain C
* Libs, one wire: move to plain C
* Libs: added forgotten files to compilation
* iButton writer: get rid of manual disable/enable irq
2022-03-29 16:01: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 cpp template application library (#232) 2020-11-12 14:13:29 +03:00
drivers [FL-2244] Companion reboot fix (#988) 2022-02-09 15:03:27 +03:00
fatfs [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
flipper_format Nfc: add basic Mifare DESFire support (#1024) 2022-03-23 16:45:37 +03:00
fnv1a-hash FL-78 Microsd test application (#230) 2020-11-14 19:24:38 +03:00
FreeRTOS-glue FuriHal: replace HAL with LL in RFID Part 1. Drop F6. (#1049) 2022-03-23 20:59:20 +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@fd58c2b047
littlefs@1863dc7883
micro-ecc [FL-1958] U2F prototype (#879) 2021-12-22 23:04:08 +03:00
mlib@62c8ac3e5d
nanopb@c9124132a6
nfc_protocols [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
one_wire [FL-2393][FL-2381] iButton, OneWire: move to plain C (#1068) 2022-03-29 16:01:56 +03:00
qrcode Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
ST25RFAL002 [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
STM32CubeWB@528461f827
subghz [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
toolbox Fix stream read line (#1054) 2022-03-25 13:43:10 +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-2393][FL-2381] iButton, OneWire: move to plain C (#1068) 2022-03-29 16:01:56 +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