Skip to content

Commit

Permalink
samples: wifi: shell: Increase shell stack size
Browse files Browse the repository at this point in the history
Calls for Wi-Fi related operations from shell are quite
deep (around 7 levels) which eats up the available stack
and causes stack overflow issues. Increase the SHELL_STACK_SIZE
to account for this.

Signed-off-by: Ravi Dondaputi <[email protected]>
  • Loading branch information
rado17 committed Apr 16, 2024
1 parent 3b43e46 commit e927fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/wifi/shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CONFIG_NET_SHELL=y

# Memories
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_SHELL_STACK_SIZE=4096
CONFIG_SHELL_STACK_SIZE=4200
CONFIG_NET_TX_STACK_SIZE=4096
CONFIG_NET_RX_STACK_SIZE=4096

Expand Down

0 comments on commit e927fdf

Please sign in to comment.