X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=.gitmodules;h=849ef99043140fce62866b64e17132979fed7406;hb=01516abe5a533b3fea7df6420aeeb1b38a7b0968;hp=6a6af0e9d51f6207d42d832511971c553ecc40a7;hpb=fab35cb30745cedc4fa579582bf1e7a68665d978;p=esp-idf diff --git a/.gitmodules b/.gitmodules index 6a6af0e9d5..849ef99043 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,43 @@ [submodule "components/esp32/lib"] path = components/esp32/lib url = https://github.com/espressif/esp32-wifi-lib.git + [submodule "components/esptool_py/esptool"] path = components/esptool_py/esptool url = https://github.com/espressif/esptool.git + [submodule "components/bt/lib"] path = components/bt/lib url = https://github.com/espressif/esp32-bt-lib.git + [submodule "components/micro-ecc/micro-ecc"] path = components/micro-ecc/micro-ecc url = https://github.com/kmackay/micro-ecc.git + [submodule "components/coap/libcoap"] path = components/coap/libcoap url = https://github.com/obgm/libcoap.git + +[submodule "components/aws_iot/aws-iot-device-sdk-embedded-C"] + path = components/aws_iot/aws-iot-device-sdk-embedded-C + url = https://github.com/espressif/aws-iot-device-sdk-embedded-C.git + +[submodule "components/nghttp/nghttp2"] + path = components/nghttp/nghttp2 + url = https://github.com/nghttp2/nghttp2.git + +[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