X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=.gitmodules;h=2a9eaef01038c14614335f34fd1298dda9955011;hb=b6f52a64555b5c578083b113f1129b64be555d75;hp=c54435224f6bb54fce57e90834bea1ebbdac0337;hpb=ae7269d39d16f38c3f7fa2b2baaa89f778b21f97;p=esp-idf diff --git a/.gitmodules b/.gitmodules index c54435224f..2a9eaef010 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,23 @@ [submodule "components/libsodium/libsodium"] path = components/libsodium/libsodium url = https://github.com/jedisct1/libsodium.git + +[submodule "components/spiffs/spiffs"] + path = components/spiffs/spiffs + url = https://github.com/pellepl/spiffs.git + +[submodule "components/json/cJSON"] + path = components/json/cJSON + url = https://github.com/DaveGamble/cJSON.git + +[submodule "components/mbedtls/mbedtls"] + path = components/mbedtls/mbedtls + url = https://github.com/espressif/mbedtls.git + +[submodule "components/asio/asio"] + path = components/asio/asio + url = https://github.com/espressif/asio.git + +[submodule "components/expat/expat"] + path = components/expat/expat + url = https://github.com/libexpat/libexpat.git