flipperzero-firmware/lib
gornekich 5769595e67
NFC emulation software tunning (#1341)
* digital_signal: optimize calculationxx
* firmware: add listen start and listen rx
* digital signal: rework with fixed point calculation
* nfc: tune timings
* nfc: fix array overflow
* mifare classic: fix key access
* nfc: rework spi bus access
* nfc: rework listen mode with st25r3916 calls
* digital signal: speed up digital_signal_append()
* digital signal: remove unused profiling
* nfc: clean up code
* nfc: correct sleep state
* nfc: add unit tests
* nfc: fix memory leak in unit test
* digital_signal: remove unused code
* nfc: fix incorrect sak load in pt memory

Co-authored-by: あく <alleteam@gmail.com>
2022-07-03 23:51:50 +09:00
..
app-scened-template
callback-connector
digital_signal NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
drivers [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
fatfs [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
flipper_format [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
fnv1a-hash
FreeRTOS-glue
FreeRTOS-Kernel@4c4089b154
heatshrink
infrared [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
libusb_stm32@6a88ec4d77
littlefs@1863dc7883
loclass PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
mbedtls@d65aeb3734 PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
micro-ecc [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
microtar@1e921369b2
mlib@62c8ac3e5d
nanopb@afc499f9a4 [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
nfc_protocols NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
one_wire [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
qrcode [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
scons@c2d1f09f61 [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
ST25RFAL002 NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
STM32CubeWB@a9e29b431f
subghz SubGhz: fix protocol scher_khan (#1323) 2022-06-26 21:16:56 +09:00
toolbox [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
u8g2 [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
update_util
appframe.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
freertos.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
lfs_config.h
libusb_stm32.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
littlefs.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
loclass.scons PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
mbedtls.scons PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
microtar.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
misc.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
ReadMe.md [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
SConscript PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
STM32CubeWB.scons [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09: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