.gitmodules 795 B

123456789101112131415161718
  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