Merge branch 'bugfix/pm_hw_support_dep_v5.5' into 'release/v5.5'

fix(ci): close missing quote in system build-test-rules if clause (v5.5)

See merge request espressif/esp-idf!52996
This commit is contained in:
Marius Vikhammer
2026-09-21 15:44:11 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ tools/test_apps/system/esp_intr_dump:
tools/test_apps/system/flash_auto_suspend_iram_reduction:
disable:
- if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32s2
- if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32s2"
reason: Targets do not support auto-suspend
disable_test:
- if: IDF_TARGET != "esp32c3"

View File

@@ -1,2 +1,2 @@
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H21 | ESP32-H4 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H21 | ESP32-H4 | ESP32-P4 | ESP32-S3 |
| ----------------- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- |