.gitmodules 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #
  2. # All the relative URL paths are intended to be GitHub ones
  3. # For Espressif's public projects please use '../../espressif/proj', not a '../proj'
  4. #
  5. [submodule "components/bt/controller/lib_esp32"]
  6. path = components/bt/controller/lib_esp32
  7. url = ../../espressif/esp32-bt-lib.git
  8. [submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
  9. path = components/bootloader/subproject/components/micro-ecc/micro-ecc
  10. url = ../../kmackay/micro-ecc.git
  11. [submodule "components/spiffs/spiffs"]
  12. path = components/spiffs/spiffs
  13. url = ../../pellepl/spiffs.git
  14. [submodule "components/json/cJSON"]
  15. path = components/json/cJSON
  16. url = ../../DaveGamble/cJSON.git
  17. [submodule "components/mbedtls/mbedtls"]
  18. path = components/mbedtls/mbedtls
  19. url = ../../espressif/mbedtls.git
  20. [submodule "components/asio/asio"]
  21. path = components/asio/asio
  22. url = ../../espressif/asio.git
  23. [submodule "components/lwip/lwip"]
  24. path = components/lwip/lwip
  25. url = ../../espressif/esp-lwip.git
  26. [submodule "components/mqtt/esp-mqtt"]
  27. path = components/mqtt/esp-mqtt
  28. url = ../../espressif/esp-mqtt.git
  29. [submodule "components/protobuf-c/protobuf-c"]
  30. path = components/protobuf-c/protobuf-c
  31. url = ../../protobuf-c/protobuf-c.git
  32. [submodule "components/unity/unity"]
  33. path = components/unity/unity
  34. url = ../../ThrowTheSwitch/Unity.git
  35. [submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
  36. path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
  37. url = ../../leethomason/tinyxml2.git
  38. [submodule "components/bt/host/nimble/nimble"]
  39. path = components/bt/host/nimble/nimble
  40. url = ../../espressif/esp-nimble.git
  41. [submodule "components/esp_wifi/lib"]
  42. path = components/esp_wifi/lib
  43. url = ../../espressif/esp32-wifi-lib.git
  44. [submodule "components/tinyusb/tinyusb"]
  45. path = components/tinyusb/tinyusb
  46. url = ../../espressif/tinyusb.git
  47. [submodule "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"]
  48. path = examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib
  49. url = ../../espressif/esp-cryptoauthlib.git
  50. [submodule "components/cmock/CMock"]
  51. path = components/cmock/CMock
  52. url = ../../ThrowTheSwitch/CMock.git
  53. [submodule "components/openthread/openthread"]
  54. path = components/openthread/openthread
  55. url = ../../espressif/openthread.git
  56. [submodule "components/bt/controller/lib_esp32c3_family"]
  57. path = components/bt/controller/lib_esp32c3_family
  58. url = ../../espressif/esp32c3-bt-lib.git
  59. [submodule "components/esp_phy/lib"]
  60. path = components/esp_phy/lib
  61. url = ../../espressif/esp-phy-lib.git
  62. [submodule "components/openthread/lib"]
  63. path = components/openthread/lib
  64. url = ../../espressif/esp-thread-lib.git
  65. [submodule "components/ieee802154/lib"]
  66. path = components/ieee802154/lib
  67. url = ../../espressif/esp-ieee802154-lib.git
  68. [submodule "components/bt/controller/lib_esp32h2/esp32h2-bt-lib"]
  69. path = components/bt/controller/lib_esp32h2/esp32h2-bt-lib
  70. url = ../../espressif/esp32h2-bt-lib.git