feat(ieee802154): remove the ieee802154 lib submodule

pull/13174/head
Shu Chen 2024-01-18 19:36:40 +08:00 zatwierdzone przez Xu Si Yu
rodzic 918705d6e0
commit fa544a6dff
4 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -169,7 +169,6 @@
- "components/esp_phy/lib"
- "components/esp_wifi/lib"
- "components/esp_coex/lib"
- "components/ieee802154/lib"
- "components/json/cJSON"
- "components/lwip/lwip"
- "components/mbedtls/mbedtls"

4
.gitmodules vendored
Wyświetl plik

@ -120,10 +120,6 @@
path = components/openthread/lib
url = ../../espressif/esp-thread-lib.git
[submodule "components/ieee802154/lib"]
path = components/ieee802154/lib
url = ../../espressif/esp-ieee802154-lib.git
[submodule "components/bt/controller/lib_esp32h2/esp32h2-bt-lib"]
path = components/bt/controller/lib_esp32h2/esp32h2-bt-lib
url = ../../espressif/esp32h2-bt-lib.git

@ -1 +0,0 @@
Subproject commit 102b03c8095de8a337c293f79dce189be63186f3

Wyświetl plik

@ -18,7 +18,6 @@ skip:
- "components/esp_phy/lib"
- "components/esp_wifi/lib"
- "components/esp_wifi/lib_esp32"
- "components/ieee802154/lib"
- "components/json/cJSON"
- "components/lwip/lwip"
- "components/mbedtls/mbedtls"