File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -115,16 +115,13 @@ examples/storage/perf_benchmark:
115115 - esp_partition
116116 - esp_driver_sdmmc
117117 disable :
118- - if : IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
119- temporary : true
120- reason : SDMMC and SDSPI not supported on P4 yet # TODO: IDF-6502, IDF-7501
121118 - if : IDF_TARGET == "esp32c5"
122119 temporary : true
123120 reason : not supported yet # TODO: [ESP32C5] IDF-8704
124121 disable_test :
125- - if : IDF_TARGET == "esp32p4" and CONFIG_NAME in ["spiflash "]
122+ - if : IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line "]
126123 temporary : true
127- reason : SPIFLASH not supported on P4 yet, only build stage enabled # TODO: IDF-7499
124+ reason : lack of runners, build only # TODO: IDF-8970
128125
129126examples/storage/sd_card/sdmmc :
130127 depends_components :
You can’t perform that action at this time.
0 commit comments