.gitmodules 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [submodule "components/esptool_py/esptool"]
  2. path = components/esptool_py/esptool
  3. url = https://github.com/espressif/esptool.git
  4. [submodule "components/bt/lib"]
  5. path = components/bt/lib
  6. url = https://github.com/espressif/esp32-bt-lib.git
  7. [submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
  8. path = components/bootloader/subproject/components/micro-ecc/micro-ecc
  9. url = https://github.com/kmackay/micro-ecc.git
  10. [submodule "components/coap/libcoap"]
  11. path = components/coap/libcoap
  12. url = https://github.com/obgm/libcoap.git
  13. [submodule "components/nghttp/nghttp2"]
  14. path = components/nghttp/nghttp2
  15. url = https://github.com/nghttp2/nghttp2.git
  16. [submodule "components/libsodium/libsodium"]
  17. path = components/libsodium/libsodium
  18. url = https://github.com/jedisct1/libsodium.git
  19. [submodule "components/spiffs/spiffs"]
  20. path = components/spiffs/spiffs
  21. url = https://github.com/pellepl/spiffs.git
  22. [submodule "components/json/cJSON"]
  23. path = components/json/cJSON
  24. url = https://github.com/DaveGamble/cJSON.git
  25. [submodule "components/mbedtls/mbedtls"]
  26. path = components/mbedtls/mbedtls
  27. url = https://github.com/espressif/mbedtls.git
  28. [submodule "components/asio/asio"]
  29. path = components/asio/asio
  30. url = https://github.com/espressif/asio.git
  31. [submodule "components/expat/expat"]
  32. path = components/expat/expat
  33. url = https://github.com/libexpat/libexpat.git
  34. [submodule "components/lwip/lwip"]
  35. path = components/lwip/lwip
  36. url = https://github.com/espressif/esp-lwip.git
  37. [submodule "components/mqtt/esp-mqtt"]
  38. path = components/mqtt/esp-mqtt
  39. url = https://github.com/espressif/esp-mqtt.git
  40. [submodule "components/protobuf-c/protobuf-c"]
  41. path = components/protobuf-c/protobuf-c
  42. url = https://github.com/protobuf-c/protobuf-c
  43. [submodule "components/unity/unity"]
  44. path = components/unity/unity
  45. url = https://github.com/ThrowTheSwitch/Unity
  46. [submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
  47. path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
  48. url = https://github.com/leethomason/tinyxml2
  49. [submodule "components/esp_wifi/lib_esp32"]
  50. path = components/esp_wifi/lib_esp32
  51. url = https://github.com/espressif/esp32-wifi-lib.git