ci(sd): disable esp32 sd emmc tests

This commit is contained in:
Marius Vikhammer 2024-12-26 10:03:07 +08:00
parent ae9cbb0f6a
commit 56a3aef9b1

View File

@ -34,7 +34,7 @@
// Currently, no runners for S3 and C2 // Currently, no runners for S3 and C2
#define WITH_SDSPI_TEST (!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3, ESP32C2)) #define WITH_SDSPI_TEST (!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3, ESP32C2))
// Can't test eMMC (slot 0) and PSRAM together // 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 */ /* power supply enable pin */
#define SD_TEST_BOARD_VSEL_EN_GPIO 27 #define SD_TEST_BOARD_VSEL_EN_GPIO 27