mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 12:11:56 +00:00
add NVS support to esp32c3 using fixed partitions defined on DT Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
CONFIG_HEAP_MEM_POOL_SIZE=256
|
|
CONFIG_NVS=y
|
|
CONFIG_SETTINGS_NVS=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|