samples: nvs: set MAIN_STACK_SIZE in prj.conf

- Sets MAIN_STACK_SIZE in prj.conf to 2048 (default is 1024)
  to avoid possible stack overflow
  and adding new .conf files per board.
- Deletes existing board .conf files, as they are not needed anymore.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2025-04-16 10:40:34 +02:00 committed by Benjamin Cabé
commit 6c6c743c91
3 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
CONFIG_MAIN_STACK_SIZE=2048

View file

@ -1 +0,0 @@
CONFIG_MAIN_STACK_SIZE=2048

View file

@ -6,3 +6,4 @@ CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_NVS_LOG_LEVEL_DBG=y
CONFIG_REBOOT=y
CONFIG_MPU_ALLOW_FLASH_WRITE=y
CONFIG_MAIN_STACK_SIZE=2048