[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/espressif/esp-idf.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[submodule "components/aws_iot/aws-iot-device-sdk-embedded-C"]
	url = https://github.com/espressif/aws-iot-device-sdk-embedded-C.git
[submodule "components/bt/lib"]
	url = https://github.com/espressif/esp32-bt-lib.git
[submodule "components/coap/libcoap"]
	url = https://github.com/obgm/libcoap.git
[submodule "components/esp32/lib"]
	url = https://github.com/espressif/esp32-wifi-lib.git
[submodule "components/esptool_py/esptool"]
	url = https://github.com/espressif/esptool.git
[submodule "components/json/cJSON"]
	url = https://github.com/DaveGamble/cJSON.git
[submodule "components/libsodium/libsodium"]
	url = https://github.com/jedisct1/libsodium.git
[submodule "components/mbedtls/mbedtls"]
	url = https://github.com/espressif/mbedtls.git
[submodule "components/micro-ecc/micro-ecc"]
	url = https://github.com/kmackay/micro-ecc.git
[submodule "components/nghttp/nghttp2"]
	url = https://github.com/nghttp2/nghttp2.git
[submodule "components/spiffs/spiffs"]
	url = https://github.com/pellepl/spiffs.git
