.gitmodules 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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/mbedtls/mbedtls"]
  9. path = components/mbedtls/mbedtls
  10. url = ../../espressif/mbedtls.git
  11. [submodule "components/lwip/lwip"]
  12. path = components/lwip/lwip
  13. url = ../../espressif/esp-lwip.git
  14. [submodule "components/bt/host/nimble/nimble"]
  15. path = components/bt/host/nimble/nimble
  16. url = ../../espressif/esp-nimble.git
  17. [submodule "components/esp_wifi/lib"]
  18. path = components/esp_wifi/lib
  19. url = ../../espressif/esp32-wifi-lib.git
  20. [submodule "components/bt/controller/lib_esp32c3_family"]
  21. path = components/bt/controller/lib_esp32c3_family
  22. url = ../../espressif/esp32c3-bt-lib.git
  23. [submodule "components/esp_phy/lib"]
  24. path = components/esp_phy/lib
  25. url = ../../espressif/esp-phy-lib.git
  26. [submodule "components/heap/tlsf"]
  27. path = components/heap/tlsf
  28. url = ../../espressif/tlsf.git