mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ffaf1d2968
NVS configuration is extended with Kconfig option controlling RAM area for NVS heap allocation. Either Internal RAM or SPIRAM can be chosen. Tests were extended to check memory consumption from Internal and SPIRAM pool with respect to the Kconfig option chosen. Documentation was extended with notes related to NVS behavior in various situations.
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
|