From 6662b60bc1f354d7a468886176972b1f759ea42e Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 14 Jan 2020 12:14:43 +1000 Subject: [PATCH] test: Move freertos & mbedtls tests to psram_2 config Before: psram before 2490560 (2490368 is the size allowed by partition) psram after 2413136 psram_2 before 1218464 psram_2 after 1326320 --- tools/unit-test-app/configs/psram | 2 +- tools/unit-test-app/configs/psram_2 | 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 4455a6af1..a00f527f8 100644 --- a/tools/unit-test-app/configs/psram +++ b/tools/unit-test-app/configs/psram @@ -1,4 +1,4 @@ -TEST_EXCLUDE_COMPONENTS=libsodium bt app_update driver esp32 spi_flash test_utils +TEST_EXCLUDE_COMPONENTS=libsodium bt app_update driver esp32 freertos mbedtls spi_flash test_utils 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_2 b/tools/unit-test-app/configs/psram_2 index ff86b482d..afa69a06b 100644 --- a/tools/unit-test-app/configs/psram_2 +++ b/tools/unit-test-app/configs/psram_2 @@ -1,4 +1,4 @@ -TEST_COMPONENTS=driver esp32 spi_flash +TEST_COMPONENTS=driver esp32 freertos mbedtls spi_flash CONFIG_ESP32_SPIRAM_SUPPORT=y CONFIG_ESP_INT_WDT_TIMEOUT_MS=800 CONFIG_SPIRAM_OCCUPY_NO_HOST=y