Skip to content

Commit

Permalink
shell: openthread: increase shell stack when used with OpenThread
Browse files Browse the repository at this point in the history
This commit increases the shell stack sizes when used with
OpenThread shell and the joiner to compensate for enlarged
MPU stack guard.

Signed-off-by: Piotr Szkotak <piotr.szkotak@nordicsemi.no>
  • Loading branch information
Piotr Szkotak authored and nashif committed Apr 23, 2021
1 parent a4108e7 commit be226ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subsys/shell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ config SHELL_MINIMAL

config SHELL_STACK_SIZE
int "Shell thread stack size"
default 2520 if OPENTHREAD_SHELL
default 3168 if OPENTHREAD_SHELL && OPENTHREAD_JOINER
default 2616 if OPENTHREAD_SHELL
default 2048 if MULTITHREADING
default 0 if !MULTITHREADING
help
Expand Down

0 comments on commit be226ca

Please sign in to comment.