shell: increase stack size for OpenThread

Default shell stack size is not always enough when used with
OpenThread. Increasing it to the found adequate value.

Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
This commit is contained in:
Eduardo Montoya 2020-10-09 09:27:49 +02:00 committed by Carles Cufí
commit 846c01434c

View file

@ -19,6 +19,7 @@ source "subsys/shell/Kconfig.backends"
config SHELL_STACK_SIZE
int "Shell thread stack size"
default 2520 if OPENTHREAD_SHELL
default 2048 if MULTITHREADING
default 0 if !MULTITHREADING
help