mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
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:
committed by
Angus Gratton
parent
404d2ae908
commit
6662b60bc1
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user