feat(wifi): chip esp32c5 eco2 support wifi

This commit is contained in:
yinqingzhao
2025-04-17 21:02:20 +08:00
parent 4ba9e7f8ae
commit dd9f8bfcbc
55 changed files with 390 additions and 316 deletions

View File

@@ -285,7 +285,7 @@ ESP32C3_DOCS = ['hw-reference/esp32c3/**', 'api-guides/RF_calibration.rst', 'api
ESP32C2_DOCS = ['api-guides/RF_calibration.rst', 'api-guides/phy.rst']
ESP32C5_DOCS = [] # TODO: [ESP32C5 ECO2] IDF-12823 add back 'api-guides/phy.rst'
ESP32C5_DOCS = ['api-guides/phy.rst']
ESP32C61_DOCS = ['api-guides/phy.rst']