From 3294547d2725fc8755743e356a547a32bf527775 Mon Sep 17 00:00:00 2001 From: Cao Sen Miao Date: Tue, 2 Feb 2021 12:26:55 +0800 Subject: [PATCH] ci: move freerom/sdmmc repo to psram3 for saving ram --- tools/unit-test-app/configs/psram | 2 +- tools/unit-test-app/configs/psram_3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/unit-test-app/configs/psram b/tools/unit-test-app/configs/psram index 6d9efe14bb..3c5e69389e 100644 --- a/tools/unit-test-app/configs/psram +++ b/tools/unit-test-app/configs/psram @@ -1,5 +1,5 @@ CONFIG_IDF_TARGET="esp32" -TEST_EXCLUDE_COMPONENTS=libsodium bt app_update driver esp32 esp_ipc esp_pm esp_system esp_timer mbedtls spi_flash test_utils heap pthread soc experimental_cpp_component esp-tls +TEST_EXCLUDE_COMPONENTS=libsodium bt app_update driver esp32 esp_ipc esp_pm esp_system esp_timer mbedtls spi_flash test_utils heap pthread soc experimental_cpp_component esp-tls freertos sdmmc CONFIG_ESP32_SPIRAM_SUPPORT=y CONFIG_ESP_INT_WDT_TIMEOUT_MS=800 CONFIG_SPIRAM_OCCUPY_NO_HOST=y diff --git a/tools/unit-test-app/configs/psram_3 b/tools/unit-test-app/configs/psram_3 index af310d1ce7..0e3ffdc193 100644 --- a/tools/unit-test-app/configs/psram_3 +++ b/tools/unit-test-app/configs/psram_3 @@ -1,5 +1,5 @@ CONFIG_IDF_TARGET="esp32" -TEST_COMPONENTS=driver +TEST_COMPONENTS=driver freertos sdmmc CONFIG_ESP32_SPIRAM_SUPPORT=y CONFIG_ESP_INT_WDT_TIMEOUT_MS=800 CONFIG_SPIRAM_OCCUPY_NO_HOST=y