Skip to content

Commit

Permalink
Merge branch 'ci/perf_monitor_spiflash_build_test_enable_esp32p4_fixe…
Browse files Browse the repository at this point in the history
…d' into 'master'

ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4 v2

Closes IDF-8093

See merge request espressif/esp-idf!26309
  • Loading branch information
adokitkat committed Oct 9, 2023
2 parents c8832d7 + 6582e6c commit 8fc8f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions examples/storage/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,13 @@ examples/storage/parttool:

examples/storage/perf_benchmark:
disable:
- if: IDF_TARGET == "esp32p4"
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
temporary: true
reason: target esp32p4 is not supported yet
reason: SDMMC and SDSPI not supported on P4 yet # TODO: IDF-6502, IDF-7501
disable_test:
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["spiflash"]
temporary: true
reason: SPIFLASH not supported on P4 yet, only build stage enabled # TODO: IDF-7499

examples/storage/sd_card/sdmmc:
disable:
Expand Down
4 changes: 2 additions & 2 deletions examples/storage/perf_benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |

# Storage performance benchmark example

Expand Down

0 comments on commit 8fc8f3f

Please sign in to comment.