Merge branch 'ci/fix_sdmmc' into 'release/v5.0'

ci(sd): disable esp32 sd emmc tests

See merge request espressif/esp-idf!35977
This commit is contained in:
Marius Vikhammer
2024-12-26 14:30:20 +08:00

View File

@ -34,7 +34,7 @@
// Currently, no runners for S3 and C2
#define WITH_SDSPI_TEST (!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3, ESP32C2))
// Can't test eMMC (slot 0) and PSRAM together
#define WITH_EMMC_TEST (SOC_SDMMC_HOST_SUPPORTED && !CONFIG_SPIRAM && !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3))
#define WITH_EMMC_TEST (SOC_SDMMC_HOST_SUPPORTED && !CONFIG_SPIRAM && !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3) && !TEMPORARY_DISABLED_FOR_TARGETS(ESP32))
/* power supply enable pin */
#define SD_TEST_BOARD_VSEL_EN_GPIO 27