forked from espressif/esp-idf
ci(examples/storage): Enable perf_benchmark spiflash example and build others
This commit is contained in:
@@ -115,16 +115,13 @@ examples/storage/perf_benchmark:
|
|||||||
- esp_partition
|
- esp_partition
|
||||||
- esp_driver_sdmmc
|
- esp_driver_sdmmc
|
||||||
disable:
|
disable:
|
||||||
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
|
|
||||||
temporary: true
|
|
||||||
reason: SDMMC and SDSPI not supported on P4 yet # TODO: IDF-6502, IDF-7501
|
|
||||||
- if: IDF_TARGET == "esp32c5"
|
- if: IDF_TARGET == "esp32c5"
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: not supported yet # TODO: [ESP32C5] IDF-8704
|
reason: not supported yet # TODO: [ESP32C5] IDF-8704
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["spiflash"]
|
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: SPIFLASH not supported on P4 yet, only build stage enabled # TODO: IDF-7499
|
reason: lack of runners, build only # TODO: IDF-8970
|
||||||
|
|
||||||
examples/storage/sd_card/sdmmc:
|
examples/storage/sd_card/sdmmc:
|
||||||
depends_components:
|
depends_components:
|
||||||
|
Reference in New Issue
Block a user