1975868ed8
* add mdedtls for des3 implementation * add localss from RfidResearchGroup/proxmark3 * picopass reader app and rfal for communicating with picopass cards * always turn off field * close storage when keys are not found * Add mbedtls as submodule * add mbedtl_config * Switched to only including specific mbedtls files I need. Thank you @kevinwallace * cherry-pick kevinwallace sconsify * scons for mbedtls/loclass * Reset to ready state on error * unsigned FC/CN * clean FC/CN if not decoded Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com> Co-authored-by: Kevin Wallace <git+flipperzero@kevin.wallace.seattle.wa.us>
31 lines
1010 B
Plaintext
31 lines
1010 B
Plaintext
[submodule "lib/mlib"]
|
|
path = lib/mlib
|
|
url = https://github.com/P-p-H-d/mlib.git
|
|
[submodule "lib/STM32CubeWB"]
|
|
path = lib/STM32CubeWB
|
|
url = https://github.com/Flipper-Zero/STM32CubeWB.git
|
|
[submodule "lib/littlefs"]
|
|
path = lib/littlefs
|
|
url = https://github.com/littlefs-project/littlefs.git
|
|
[submodule "lib/nanopb"]
|
|
path = lib/nanopb
|
|
url = https://github.com/nanopb/nanopb.git
|
|
[submodule "assets/protobuf"]
|
|
path = assets/protobuf
|
|
url = https://github.com/flipperdevices/flipperzero-protobuf.git
|
|
[submodule "lib/libusb_stm32"]
|
|
path = lib/libusb_stm32
|
|
url = https://github.com/flipperdevices/libusb_stm32.git
|
|
[submodule "lib/FreeRTOS-Kernel"]
|
|
path = lib/FreeRTOS-Kernel
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
|
[submodule "lib/microtar"]
|
|
path = lib/microtar
|
|
url = https://github.com/amachronic/microtar.git
|
|
[submodule "lib/scons"]
|
|
path = lib/scons
|
|
url = https://github.com/SCons/scons.git
|
|
[submodule "lib/mbedtls"]
|
|
path = lib/mbedtls
|
|
url = https://github.com/Mbed-TLS/mbedtls.git
|