From 6582e6c422cfd8a0c6a3f5c27f601e9e1373db46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20M=C3=BAdry?= Date: Tue, 29 Aug 2023 12:43:58 +0200 Subject: [PATCH] ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4 v2 --- examples/storage/.build-test-rules.yml | 8 ++++++-- examples/storage/perf_benchmark/README.md | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/storage/.build-test-rules.yml b/examples/storage/.build-test-rules.yml index 8fd1f02eec..2cb0ed84eb 100644 --- a/examples/storage/.build-test-rules.yml +++ b/examples/storage/.build-test-rules.yml @@ -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: diff --git a/examples/storage/perf_benchmark/README.md b/examples/storage/perf_benchmark/README.md index f9dd9440fb..c30959cac8 100644 --- a/examples/storage/perf_benchmark/README.md +++ b/examples/storage/perf_benchmark/README.md @@ -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