Merge branch 'revert-239b73bd' into 'master'

Revert "Merge branch 'ci/perf_monitor_spiflash_build_test_enable_esp32p4' into 'master'"

See merge request espressif/esp-idf!26276
This commit is contained in:
morris
2023-09-28 13:38:19 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -112,10 +112,10 @@ examples/storage/parttool:
reason: lack of runners reason: lack of runners
examples/storage/perf_benchmark: examples/storage/perf_benchmark:
disable_test: disable:
- if: IDF_TARGET in ["esp32p4"] - if: IDF_TARGET == "esp32p4"
temporary: true temporary: true
reason: target esp32p4 is not supported yet, only build test (for spiflash, not sdspi or sdmmc) reason: target esp32p4 is not supported yet
examples/storage/sd_card/sdmmc: examples/storage/sd_card/sdmmc:
disable: disable:

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 | | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
# Storage performance benchmark example # Storage performance benchmark example