/ .gitmodules
.gitmodules
1 [submodule "tools/kconfig/Kconfiglib"] 2 path = tools/kconfig/Kconfiglib 3 url = https://github.com/ulfalizer/Kconfiglib.git 4 [submodule "components/kendryte_sdk/kendryte-standalone-sdk"] 5 path = components/kendryte_sdk/kendryte-standalone-sdk 6 url = https://github.com/sipeed/kendryte-standalone-sdk 7 [submodule "tools/flash/kflash_py"] 8 path = tools/flash/kflash_py 9 url = https://github.com/sipeed/kflash.py.git 10 [submodule "components/micropython/core"] 11 path = components/micropython/core 12 url = https://github.com/micropython/micropython.git 13 [submodule "components/micropython/port/src/lvgl/lv_bindings"] 14 path = components/micropython/port/src/lvgl/lv_bindings 15 url = https://github.com/littlevgl/lv_binding_micropython.git 16 [submodule "components/spiffs/core"] 17 path = components/spiffs/core 18 url = https://github.com/pellepl/spiffs.git 19 20 [submodule "tools/spiffs/mkspiffs"] 21 path = tools/spiffs/mkspiffs 22 url = https://github.com/igrr/mkspiffs.git 23 [submodule "components/micropython/port/src/ulab/micropython-ulab"] 24 path = components/micropython/port/src/ulab/micropython-ulab 25 url = https://github.com/Neutree/micropython-ulab.git