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
This commit is contained in:
Angus Gratton 2020-01-14 12:14:43 +10:00 committed by Angus Gratton
parent 404d2ae908
commit 6662b60bc1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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