samples: canopennode: increase main stack size
Bump up the main stack size from 1kB to 2kB, seems like the settings restore function right now goes above the default stack size for SPI flash devices: 0x20000aa8 main (real size 2048): unused 864 usage 1184 / 2048 (57 %) Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
This commit is contained in:
parent
b5f9f34fb5
commit
fa87410cd6
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ CONFIG_NVS=y
|
|||
CONFIG_SETTINGS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
||||
CONFIG_CANOPEN=y
|
||||
CONFIG_CANOPENNODE_SYNC_THREAD=y
|
||||
CONFIG_CANOPENNODE_STORAGE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue