Skip to content

Commit

Permalink
samples/echo_server: Increased stack sizes for testing OT on kw41z
Browse files Browse the repository at this point in the history
Something in the workqueue code path pushed the queue usage past
the end of stack.

Fixes zephyrproject-rtos#7107

Signed-off-by: David Leach <[email protected]>
  • Loading branch information
dleach02 authored and jukkar committed May 11, 2018
1 parent fc8d093 commit d536ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/net/echo_server/prj_frdm_kw41z_ot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ CONFIG_NET_PKT_TX_COUNT=50
CONFIG_NET_BUF_RX_COUNT=50
CONFIG_NET_BUF_TX_COUNT=50

CONFIG_MAIN_STACK_SIZE=2048
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_NET_TX_STACK_SIZE=2048
CONFIG_NET_RX_STACK_SIZE=3072

Expand Down

0 comments on commit d536ffa

Please sign in to comment.