Skip to content

Commit 6c6c743

Browse files
butokkartben
authored andcommitted
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>
1 parent 0044489 commit 6c6c743

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

samples/subsys/nvs/boards/nucleo_f091rc.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/subsys/nvs/boards/nucleo_g071rb.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/subsys/nvs/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CONFIG_LOG_MODE_IMMEDIATE=y
66
CONFIG_NVS_LOG_LEVEL_DBG=y
77
CONFIG_REBOOT=y
88
CONFIG_MPU_ALLOW_FLASH_WRITE=y
9+
CONFIG_MAIN_STACK_SIZE=2048

0 commit comments

Comments
 (0)