.gitmodules 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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
  31. [submodule "components/mbedtls/mbedtls"]
  32. path = components/mbedtls/mbedtls
  33. url = https://github.com/espressif/mbedtls.git
  34. [submodule "components/asio/asio"]
  35. path = components/asio/asio
  36. url = https://github.com/espressif/asio.git
  37. [submodule "components/expat/expat"]
  38. path = components/expat/expat
  39. url = https://github.com/libexpat/libexpat.git
  40. [submodule "components/lwip/lwip"]
  41. path = components/lwip/lwip
  42. url = https://github.com/espressif/esp-lwip.git
  43. [submodule "components/mqtt/esp-mqtt"]
  44. path = components/mqtt/esp-mqtt
  45. url = https://github.com/espressif/esp-mqtt.git
  46. [submodule "components/protobuf-c/protobuf-c"]
  47. path = components/protobuf-c/protobuf-c
  48. url = https://github.com/protobuf-c/protobuf-c
  49. [submodule "components/unity/unity"]
  50. path = components/unity/unity
  51. url = https://github.com/ThrowTheSwitch/Unity
  52. [submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
  53. path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
  54. url = https://github.com/leethomason/tinyxml2