mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
1d17206e23
* add tlsf as submodule * libs: tlsf * Furi: tlsf as allocator * Furi: heap walker * shmal fixshesh * f18: tlsf * PVS: ignore tlsf * I like to moving * merge upcoming changes * memmgr: alloc aligned, realloc * Furi: distinct name for auxiliary memory pool * Furi: put idle and timer thread to mem2 * Furi: fix smal things in allocator * Furi: remove aligned_free. Use free instead. * aligned_malloc -> aligned_alloc * aligned_alloc, parameters order * aligned_alloc: check that alignment is correct * unit test: malloc * unit tests: realloc and test with memory fragmentation * unit tests: aligned_alloc * update api * updater: properly read large update file Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
46 lines
1.6 KiB
Text
46 lines
1.6 KiB
Text
[submodule "lib/mlib"]
|
|
path = lib/mlib
|
|
url = https://github.com/P-p-H-d/mlib.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
|
|
shallow = false
|
|
[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/mbedtls"]
|
|
path = lib/mbedtls
|
|
url = https://github.com/Mbed-TLS/mbedtls.git
|
|
[submodule "lib/cxxheaderparser"]
|
|
path = lib/cxxheaderparser
|
|
url = https://github.com/robotpy/cxxheaderparser.git
|
|
[submodule "lib/heatshrink"]
|
|
path = lib/heatshrink
|
|
url = https://github.com/flipperdevices/heatshrink.git
|
|
[submodule "lib/st_cmsis_device_wb"]
|
|
path = lib/stm32wb_cmsis
|
|
url = https://github.com/STMicroelectronics/cmsis_device_wb
|
|
[submodule "lib/stm32wbxx_hal_driver"]
|
|
path = lib/stm32wb_hal
|
|
url = https://github.com/STMicroelectronics/stm32wbxx_hal_driver
|
|
[submodule "lib/stm32wb_copro"]
|
|
path = lib/stm32wb_copro
|
|
url = https://github.com/flipperdevices/stm32wb_copro.git
|
|
[submodule "documentation/doxygen/doxygen-awesome-css"]
|
|
path = documentation/doxygen/doxygen-awesome-css
|
|
url = https://github.com/jothepro/doxygen-awesome-css.git
|
|
[submodule "lib/tlsf"]
|
|
path = lib/tlsf
|
|
url = https://github.com/espressif/tlsf
|