samples: subsys: mgmt: smp_svr: increase fs support stack size
The upload command invokes lfs_stat() on the destination file which overflows the stack. Adding 256 bytes seems to make it work. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
8a0d25632b
commit
0a018db0ff
1 changed files with 3 additions and 0 deletions
|
@ -2,5 +2,8 @@
|
|||
CONFIG_FILE_SYSTEM=y
|
||||
CONFIG_FILE_SYSTEM_LITTLEFS=y
|
||||
|
||||
# Add 256 bytes to accommodate upload command (lfs_stat overflows)
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2304
|
||||
|
||||
# Enable file system commands
|
||||
CONFIG_MCUMGR_CMD_FS_MGMT=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue