shell: openthread: increase shell stack when used with OpenThread
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>
This commit is contained in:
parent
a4108e7b0b
commit
be226ca55a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ config SHELL_MINIMAL
|
||||||
|
|
||||||
config SHELL_STACK_SIZE
|
config SHELL_STACK_SIZE
|
||||||
int "Shell thread 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 2048 if MULTITHREADING
|
||||||
default 0 if !MULTITHREADING
|
default 0 if !MULTITHREADING
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue