Skip to content

Commit

Permalink
snippets: nrf70-debug: Fix shell stack size
Browse files Browse the repository at this point in the history
Depending on the sample the shell stack size has to be either 4400 or
4600 (conn_mgr). This increase is mainly dependent on socket
configuration where recent Zephyr upmerge changes have increased stack
usage.

Fixes SHEL-2819.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Jun 3, 2024
1 parent f319062 commit 98ae715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/nrf70-debug/overlay-debug.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

CONFIG_SHELL=y
CONFIG_SHELL_STACK_SIZE=4200
CONFIG_SHELL_STACK_SIZE=4600
CONFIG_NET_SHELL=y
CONFIG_SHELL_GETOPT=y
CONFIG_SHELL_CMDS_RESIZE=n
Expand Down

0 comments on commit 98ae715

Please sign in to comment.