2019-05-29 18:39:02 +00:00
|
|
|
#
|
|
|
|
# All the relative URL paths are intended to be GitHub ones
|
2019-07-01 08:19:10 +00:00
|
|
|
# For Espressif's public projects please use '../../espressif/proj', not a '../proj'
|
2019-05-29 18:39:02 +00:00
|
|
|
#
|
|
|
|
|
2021-04-21 23:41:46 +00:00
|
|
|
[submodule "components/bt/controller/lib_esp32"]
|
|
|
|
path = components/bt/controller/lib_esp32
|
2022-07-12 08:48:54 +00:00
|
|
|
url = ../../espressif/esp32-bt-lib.git
|
2021-04-21 23:41:46 +00:00
|
|
|
|
2019-01-04 07:18:07 +00:00
|
|
|
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
|
|
|
|
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
|
2019-05-29 18:39:02 +00:00
|
|
|
url = ../../kmackay/micro-ecc.git
|
2016-11-07 00:54:44 +00:00
|
|
|
|
2017-09-07 14:37:59 +00:00
|
|
|
[submodule "components/spiffs/spiffs"]
|
|
|
|
path = components/spiffs/spiffs
|
2019-05-29 18:39:02 +00:00
|
|
|
url = ../../pellepl/spiffs.git
|
2018-02-05 03:31:02 +00:00
|
|
|
|
|
|
|
[submodule "components/json/cJSON"]
|
|
|
|
path = components/json/cJSON
|
2019-05-29 18:39:02 +00:00
|
|
|
url = ../../DaveGamble/cJSON.git
|
2018-05-08 13:45:10 +00:00
|
|
|
|
|
|
|
[submodule "components/mbedtls/mbedtls"]
|
|
|
|
path = components/mbedtls/mbedtls
|
2019-07-01 15:52:43 +00:00
|
|
|
url = ../../espressif/mbedtls.git
|
2018-05-29 09:25:24 +00:00
|
|
|
|
2018-09-06 11:43:08 +00:00
|
|
|
[submodule "components/lwip/lwip"]
|
|
|
|
path = components/lwip/lwip
|
2019-07-01 15:52:43 +00:00
|
|
|
url = ../../espressif/esp-lwip.git
|
2018-07-24 14:59:03 +00:00
|
|
|
|
|
|
|
[submodule "components/mqtt/esp-mqtt"]
|
|
|
|
path = components/mqtt/esp-mqtt
|
2019-07-01 15:52:43 +00:00
|
|
|
url = ../../espressif/esp-mqtt.git
|
2018-07-20 12:35:31 +00:00
|
|
|
|
|
|
|
[submodule "components/protobuf-c/protobuf-c"]
|
|
|
|
path = components/protobuf-c/protobuf-c
|
2019-07-02 06:40:04 +00:00
|
|
|
url = ../../protobuf-c/protobuf-c.git
|
2018-11-11 07:36:24 +00:00
|
|
|
|
2018-10-25 04:52:32 +00:00
|
|
|
[submodule "components/unity/unity"]
|
|
|
|
path = components/unity/unity
|
2019-07-02 06:40:04 +00:00
|
|
|
url = ../../ThrowTheSwitch/Unity.git
|
2018-11-11 07:36:24 +00:00
|
|
|
|
2019-06-30 08:39:00 +00:00
|
|
|
[submodule "components/bt/host/nimble/nimble"]
|
|
|
|
path = components/bt/host/nimble/nimble
|
2019-07-01 15:52:43 +00:00
|
|
|
url = ../../espressif/esp-nimble.git
|
2019-08-08 03:44:24 +00:00
|
|
|
|
2019-10-29 07:16:32 +00:00
|
|
|
[submodule "components/esp_wifi/lib"]
|
|
|
|
path = components/esp_wifi/lib
|
|
|
|
url = ../../espressif/esp32-wifi-lib.git
|
2019-11-18 16:34:33 +00:00
|
|
|
|
2020-08-05 02:16:32 +00:00
|
|
|
[submodule "components/cmock/CMock"]
|
|
|
|
path = components/cmock/CMock
|
|
|
|
url = ../../ThrowTheSwitch/CMock.git
|
2021-04-02 06:49:49 +00:00
|
|
|
|
|
|
|
[submodule "components/openthread/openthread"]
|
|
|
|
path = components/openthread/openthread
|
|
|
|
url = ../../espressif/openthread.git
|
2021-04-21 23:41:46 +00:00
|
|
|
|
|
|
|
[submodule "components/bt/controller/lib_esp32c3_family"]
|
|
|
|
path = components/bt/controller/lib_esp32c3_family
|
|
|
|
url = ../../espressif/esp32c3-bt-lib.git
|
2021-05-24 11:39:39 +00:00
|
|
|
|
|
|
|
[submodule "components/esp_phy/lib"]
|
|
|
|
path = components/esp_phy/lib
|
|
|
|
url = ../../espressif/esp-phy-lib.git
|
2021-06-28 11:20:51 +00:00
|
|
|
|
|
|
|
[submodule "components/openthread/lib"]
|
|
|
|
path = components/openthread/lib
|
|
|
|
url = ../../espressif/esp-thread-lib.git
|
2021-07-09 04:04:15 +00:00
|
|
|
|
|
|
|
[submodule "components/ieee802154/lib"]
|
|
|
|
path = components/ieee802154/lib
|
|
|
|
url = ../../espressif/esp-ieee802154-lib.git
|
2021-12-06 09:38:11 +00:00
|
|
|
|
|
|
|
[submodule "components/bt/controller/lib_esp32h2/esp32h2-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32h2/esp32h2-bt-lib
|
|
|
|
url = ../../espressif/esp32h2-bt-lib.git
|
2022-06-03 14:04:49 +00:00
|
|
|
|
|
|
|
[submodule "components/bt/controller/lib_esp32c2/esp32c2-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32c2/esp32c2-bt-lib
|
|
|
|
url = ../../espressif/esp32c2-bt-lib.git
|
2022-07-20 11:59:14 +00:00
|
|
|
|
2022-11-21 08:36:02 +00:00
|
|
|
[submodule "components/bt/controller/lib_esp32c6/esp32c6-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32c6/esp32c6-bt-lib
|
|
|
|
url = ../../espressif/esp32c6-bt-lib.git
|
|
|
|
|
2022-07-20 11:59:14 +00:00
|
|
|
[submodule "components/heap/tlsf"]
|
|
|
|
path = components/heap/tlsf
|
|
|
|
url = ../../espressif/tlsf.git
|
2022-12-14 09:10:54 +00:00
|
|
|
|
|
|
|
[submodule "components/esp_coex/lib"]
|
|
|
|
path = components/esp_coex/lib
|
|
|
|
url = ../../espressif/esp-coex-lib.git
|