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:
parent
1faf2a92d7
commit
846c01434c
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ source "subsys/shell/Kconfig.backends"
|
||||||
|
|
||||||
config SHELL_STACK_SIZE
|
config SHELL_STACK_SIZE
|
||||||
int "Shell thread stack size"
|
int "Shell thread stack size"
|
||||||
|
default 2520 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