mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6e1aa985e7
This shouldn't be necessary, it's a workaround for a bug in the config system.
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
TEST_COMPONENTS=esp32
|
|
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
|
CONFIG_SPIRAM_BANKSWITCH_ENABLE=y
|
|
CONFIG_SPIRAM_BANKSWITCH_RESERVE=8
|
|
CONFIG_ESP_INT_WDT_TIMEOUT_MS=800 |