diff --git a/tools/test_apps/system/.build-test-rules.yml b/tools/test_apps/system/.build-test-rules.yml index 3f9bf6dfdcf..6aed0e809d6 100644 --- a/tools/test_apps/system/.build-test-rules.yml +++ b/tools/test_apps/system/.build-test-rules.yml @@ -70,7 +70,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" diff --git a/tools/test_apps/system/flash_auto_suspend_iram_reduction/README.md b/tools/test_apps/system/flash_auto_suspend_iram_reduction/README.md index c5f27873efd..224514ad6c2 100644 --- a/tools/test_apps/system/flash_auto_suspend_iram_reduction/README.md +++ b/tools/test_apps/system/flash_auto_suspend_iram_reduction/README.md @@ -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 | ESP32-S31 | -| ----------------- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- | -------- | --------- | +| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H21 | ESP32-H4 | ESP32-P4 | ESP32-S3 | ESP32-S31 | +| ----------------- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- | --------- |