esp_phy: decouple esp_phy component from esp_wifi and bt

* add esp-phy-lib submodule
* move libphy.a and phy_init.c from esp_wifi to esp_phy
* move librtc.a from esp_wifi to esp_phy
* move libbtbb.a from bt to esp_phy
* corresponding updates to build system
This commit is contained in:
Shu Chen
2021-05-24 19:39:39 +08:00
parent 72f1c47554
commit 6061a547e5
33 changed files with 257 additions and 185 deletions
+4
View File
@@ -98,3 +98,7 @@
[submodule "components/bt/controller/lib_esp32c3_family"]
path = components/bt/controller/lib_esp32c3_family
url = ../../espressif/esp32c3-bt-lib.git
[submodule "components/esp_phy/lib"]
path = components/esp_phy/lib
url = ../../espressif/esp-phy-lib.git