.gitmodules 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [submodule "components/esp32/lib"]
  2. path = components/esp32/lib
  3. url = https://github.com/espressif/esp32-wifi-lib.git
  4. [submodule "components/esptool_py/esptool"]
  5. path = components/esptool_py/esptool
  6. url = https://github.com/espressif/esptool.git
  7. [submodule "components/bt/lib"]
  8. path = components/bt/lib
  9. url = https://github.com/espressif/esp32-bt-lib.git
  10. [submodule "components/micro-ecc/micro-ecc"]
  11. path = components/micro-ecc/micro-ecc
  12. url = https://github.com/kmackay/micro-ecc.git
  13. [submodule "components/coap/libcoap"]
  14. path = components/coap/libcoap
  15. url = https://github.com/obgm/libcoap.git
  16. [submodule "components/aws_iot/aws-iot-device-sdk-embedded-C"]
  17. path = components/aws_iot/aws-iot-device-sdk-embedded-C
  18. url = https://github.com/espressif/aws-iot-device-sdk-embedded-C.git
  19. [submodule "components/nghttp/nghttp2"]
  20. path = components/nghttp/nghttp2
  21. url = https://github.com/nghttp2/nghttp2.git
  22. [submodule "components/libsodium/libsodium"]
  23. path = components/libsodium/libsodium
  24. url = https://github.com/jedisct1/libsodium.git
  25. [submodule "components/spiffs/spiffs"]
  26. path = components/spiffs/spiffs
  27. url = https://github.com/pellepl/spiffs.git
  28. [submodule "components/json/cJSON"]
  29. path = components/json/cJSON
  30. url = https://github.com/DaveGamble/cJSON.git