ci: disabled RF soc caps for c5 eco2

Disable the RF soc caps to bypass the build of un-supported RF examples
This commit is contained in:
laokaiyao
2025-04-10 17:29:27 +08:00
parent 0abc755342
commit 9a88effab8
131 changed files with 278 additions and 360 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 = ['api-guides/phy.rst']
ESP32C5_DOCS = [] # TODO: [ESP32C5 ECO2] IDF-12823 add back 'api-guides/phy.rst'
ESP32C61_DOCS = ['api-guides/phy.rst']