Merge branch 'ci/enable_c5_c61_phy_build_test' into 'master'

feat(ci): re-enable ci build test of phy example for esp32c5

Closes IDF-8851

See merge request espressif/esp-idf!44125
This commit is contained in:
Jiang Jiang Jian
2026-01-05 12:06:49 +08:00
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
examples/phy/antenna:
disable:
- if: IDF_TARGET in ["esp32c5", "esp32c61", "esp32h21", "esp32h4", "esp32s31"]
- if: IDF_TARGET in ["esp32c61", "esp32h21", "esp32h4", "esp32s31"]
temporary: true
reason: not supported yet # TODO: [ESP32C5] IDF-8851, [esp32c61] IDF-9859, [esp32h21] IDF-12041, [ESP32H4] IDF-12716 [ESP32S31] IDF-14930
reason: not supported yet # TODO: [esp32c61] IDF-9859, [esp32h21] IDF-12041, [ESP32H4] IDF-12716 [ESP32S31] IDF-14930
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
reason: not supported
examples/phy/cert_test:
@@ -13,4 +13,4 @@ examples/phy/cert_test:
reason: not supported
- if: IDF_TARGET in ["esp32c61", "esp32h21", "esp32h4", "esp32s31"]
temporary: true
reason: not supported yet # TODO: [ESP32C5] IDF-8851, [esp32c61] IDF-9859, [esp32h21] IDF-12041, [ESP32H4] IDF-12716 [ESP32S31] IDF-14930
reason: not supported yet # TODO: [esp32c61] IDF-9859, [esp32h21] IDF-12041, [ESP32H4] IDF-12716 [ESP32S31] IDF-14930
+2 -2
View File
@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
# Wi-Fi antenna soft switch Example