Files
MuditaOS/.gitmodules
Lucjan Bryndza 58cc0a1847 [EGD-4760] littlefs host tools (#1161)
* [EGD-4760] Remove littlefs sumbmodule

* [EGD-4760] littlefs submodule in new location

* [EGD-4760] Littlefs host tools inital build

* [EGD-4760] Find fdisk

* [EGD-4760] LFS Cmake file changed

* [EGD-4760] GenLittlefs work in progress

* [EGD-4760] Parse args in the tool

* [EGD-4760] Inital version of genlittlefs

* [EGD-4760] genlittle fs seams to be working

It is a first working release for genlittle fs

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4760] genlittle Speed improvement

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4760] genlittlefs verbose flag

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4760] genlittlefs fix file support

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4760] Check if it is a littlefs

* [EGD-4760] Genlittle fs image

* [EGD-4760] Gen image fixed

* [EGD-4760] Final version of genlittlefs

* [EGD-4760] Rename littlefs rootdir.

* [EGD-4760] Code review round #1 fixes
2020-12-15 12:37:59 +01:00

74 lines
2.3 KiB
Plaintext

[submodule "module-lwip/lib/lwip"]
path = module-lwip/lib/lwip
url = ../lwip.git
shallow = true
[submodule "module-utils/microtar"]
path = module-utils/microtar
url = ../microtar.git
[submodule "module-utils/segger"]
path = module-utils/segger
url = ../segger-utils.git
[submodule "module-utils/crc32"]
path = module-utils/crc32
url = ../crc32
[submodule "module-utils/re2"]
path = module-utils/re2
url = ../re2.git
branch = rt1051
shallow = true
[submodule "module-utils/protobuf"]
path = module-utils/protobuf
url = ../protobuf.git
branch = rt1051
shallow = true
[submodule "module-utils/libphonenumber"]
path = module-utils/libphonenumber
url = ../libphonenumber.git
branch = rt1051
shallow = true
[submodule "test/googletest"]
path = test/googletest
url = https://github.com/google/googletest
branch = 703bd9caab50b139428cea1aaff9974ebee5742e
[submodule "test/Catch2"]
path = test/Catch2
url = https://github.com/catchorg/Catch2
[submodule "module-utils/date"]
path = module-utils/date
url = ../date.git
[submodule "module-audio/Audio/decoder/minimp3"]
path = module-audio/Audio/decoder/minimp3
url = ../minimp3.git
branch = RT1051
[submodule "module-utils/taglib"]
path = module-utils/taglib
url = ../taglib.git
branch = rt1051
[submodule "module-bluetooth/lib/btstack"]
path = module-bluetooth/lib/btstack
url = ../btstack.git
[submodule "module-utils/pugixml"]
path = module-utils/pugixml
url = ../pugixml.git
[submodule "module-utils/magic_enum"]
path = module-utils/magic_enum
url = git@github.com:Neargye/magic_enum.git
[submodule "module-vfs/board/freeRTOS_FAT"]
path = module-vfs/board/freeRTOS_FAT
url = ../Lab-Project-FreeRTOS-FAT.git
[submodule "module-utils/tinyexpr"]
path = module-utils/tinyexpr
url = https://github.com/codeplea/tinyexpr.git
[submodule "module-bsp/board/rt1051/bsp/usb"]
path = module-bsp/board/rt1051/bsp/usb
url = ../usb_stack.git
[submodule "module-vfs/thirdparty/fatfs"]
path = module-vfs/thirdparty/fatfs
url = ../fatfs.git
[submodule "host-tools/littlefs-fuse/lfsfuse"]
path = host-tools/littlefs-fuse/lfsfuse
url = https://github.com/littlefs-project/littlefs-fuse.git
[submodule "module-vfs/thirdparty/lfsfs/littlefs"]
path = module-vfs/thirdparty/lfsfs/littlefs
url = https://github.com/littlefs-project/littlefs.git