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

pull/12368/head
Adam Múdry 2023-08-29 12:43:58 +02:00 zatwierdzone przez BOT
rodzic 72a8f37723
commit c08a4e6b3d
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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