flipperzero-firmware/lib
quantum-x 8632c77d68
1342 add mifare infineon (#1346)
* Adding MIFARE 1K Infineon Compatibility
  As per Issue #1342,
  MIFARE Classic 1K Cards from NXP have the SAK value of 0x08.
  MIFARE Classic 1K Cards from Infineon have an SAK value of 0x88.
  Adding the SAK values accordingly so that Infineon tags are properly handled.
2022-06-30 23:47:08 +09:00
..
app-scened-template Infrared: fix RAW parsing in cli. Remove dead sources. (#1255) 2022-05-21 06:03:09 +10:00
callback-connector [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
digital_signal [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03: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 [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
FreeRTOS-glue [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04: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-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
infrared [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
libusb_stm32@6a88ec4d77 Updated lib/libusb_stm32 to match upstream (#1216) 2022-05-11 13:40:08 +03:00
littlefs@1863dc7883 [FL-977] Internal Storage (#455) 2021-05-11 11:29:44 +03:00
micro-ecc [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +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@afc499f9a4 [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
nfc_protocols 1342 add mifare infineon (#1346) 2022-06-30 23:47:08 +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 [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
STM32CubeWB@a9e29b431f [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
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 [FL-2556] Update complete screen (#1332) 2022-06-21 23:11:34 +09:00
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 [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
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
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 [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +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