439fb9c18d
* Libs: add FreeRTOS submodule. FuriHal: replace ST provided FreeRTOS with original one. FuriHal: for cmsis os hal and patch it for better compatibility with stream buffer. * Makefile: fix svd plugin on blackmagic * Lib: update STM32CubeWB package. Project: update project to match new cube package. * Lib: properly rebase and upload STM32CubeWB * BleGlue: switch ack logging level to trace
22 lines
735 B
Plaintext
22 lines
735 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
|