mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
# Restricting to ESP32
|
||
|
CONFIG_IDF_TARGET="esp32"
|
||
|
|
||
|
CONFIG_SPIRAM=y
|
||
|
CONFIG_SPIRAM_USE_CAPS_ALLOC=y
|
||
|
CONFIG_INT_WDT_TIMEOUT_MS=3000
|
||
|
CONFIG_NVS_ALLOCATE_CACHE_IN_SPIRAM=y
|