samples: openthread: Increase shell stack size
OpenThread commissioner shell command caused stack overflow on shell thread, hence increase it for OpenThread samples. Fixes #12455 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
73ec83a9a5
commit
97aa3ac519
|
@ -17,6 +17,7 @@ CONFIG_MAIN_STACK_SIZE=2048
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_NET_TX_STACK_SIZE=2048
|
||||
CONFIG_NET_RX_STACK_SIZE=5120
|
||||
CONFIG_SHELL_STACK_SIZE=3072
|
||||
|
||||
# Disable conflicting IEEE802154 L2
|
||||
CONFIG_NET_L2_IEEE802154=n
|
||||
|
|
|
@ -17,6 +17,7 @@ CONFIG_MAIN_STACK_SIZE=2048
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_NET_TX_STACK_SIZE=2048
|
||||
CONFIG_NET_RX_STACK_SIZE=5120
|
||||
CONFIG_SHELL_STACK_SIZE=3072
|
||||
|
||||
# Disable conflicting IEEE802154 L2
|
||||
CONFIG_NET_L2_IEEE802154=n
|
||||
|
|
|
@ -16,6 +16,7 @@ CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_NET_TX_STACK_SIZE=2048
|
||||
CONFIG_NET_RX_STACK_SIZE=5120
|
||||
CONFIG_SHELL_STACK_SIZE=3072
|
||||
|
||||
CONFIG_NET_L2_OPENTHREAD=y
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_NET_TX_STACK_SIZE=2048
|
||||
CONFIG_NET_RX_STACK_SIZE=5120
|
||||
CONFIG_SHELL_STACK_SIZE=3072
|
||||
|
||||
CONFIG_NET_L2_OPENTHREAD=y
|
||||
|
||||
|
|
Loading…
Reference in a new issue