samples: net: updatehub: Increase shell stack

When running shell commands updatehub alloc data from shell stack.
Increase shell room stack to avoid shell issues.  Memory tuning
should be performed accord with available resources.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2020-08-30 15:22:05 -03:00 committed by Carles Cufí
parent d18f12de23
commit 7b8643e373

View file

@ -14,6 +14,7 @@ CONFIG_NET_DHCPV4=y
#Optional if you would like test on the your server
CONFIG_SHELL=y
CONFIG_UPDATEHUB_SHELL=y
CONFIG_SHELL_STACK_SIZE=6144
# Debug helpers
CONFIG_LOG=y