Merge branch 'feature/disable-c5-ci-build' into 'release/v5.4'

feat(zigbee): disable the build process of zigbee example on esp32c5

See merge request espressif/esp-idf!37024
This commit is contained in:
Shu Chen
2025-02-18 09:34:14 +08:00
4 changed files with 10 additions and 9 deletions

View File

@@ -8,13 +8,14 @@
examples/zigbee/esp_zigbee_gateway: examples/zigbee/esp_zigbee_gateway:
enable: enable:
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c61"] - if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c61", "esp32c5"]
reason: not supported esp32c2 and esp32c61 reason: not supported esp32c2, esp32c61 and esp32c5
<<: *zigbee_dependencies <<: *zigbee_dependencies
examples/zigbee/light_sample: examples/zigbee/light_sample:
enable: enable:
- if: SOC_IEEE802154_SUPPORTED == 1 - if: SOC_IEEE802154_SUPPORTED == 1 and IDF_TARGET not in ["esp32c5"]
reason: zigbee on esp32c5 is only supported in idf master
disable_test: disable_test:
- if: IDF_TARGET != "esp32h2" - if: IDF_TARGET != "esp32h2"
temporary: true temporary: true

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 | | Supported Targets | ESP32 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | | ----------------- | ----- | -------- | -------- | -------- | -------- |
# Gateway Example # Gateway Example

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-H2 | | Supported Targets | ESP32-C6 | ESP32-H2 |
| ----------------- | -------- | -------- | -------- | | ----------------- | -------- | -------- |
# Light Bulb Example # Light Bulb Example

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-H2 | | Supported Targets | ESP32-C6 | ESP32-H2 |
| ----------------- | -------- | -------- | -------- | | ----------------- | -------- | -------- |
# Light Switch Example # Light Switch Example