aa24484b99
* Add littlefs submodule * Furi: add mutex in logging, fix issues with corrupted printf * ApiHal: disable debug traces in ble glue * App-loader: more logs * Passport: fix invalid DolphinState usage * ApiHal, linker script: flash API is now aware of free space, complete abstraction layer for storage * Internal Storage: littlefs based storage services with key value API. Migrate dolphin state to new storage API.
13 lines
441 B
Plaintext
13 lines
441 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 "applications/floopper-bloopper"]
|
|
path = applications/floopper-bloopper
|
|
url = https://github.com/Flipper-Zero/floopper-bloopper.git
|
|
[submodule "lib/littlefs"]
|
|
path = lib/littlefs
|
|
url = https://github.com/littlefs-project/littlefs.git
|