samples: net: echo*: Increase stack size

Increase stack size to 1200 for echo and echo_async sample apps
(following a similar increase done to echo_async_select previously).
With default stack size, the apps no longer run (crash QEMU) with
Zephyr 2.4-pre.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2020-09-04 12:02:48 +03:00 committed by Anas Nashif
commit e11eff7c8f
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# General config
CONFIG_NEWLIB_LIBC=y
CONFIG_MAIN_STACK_SIZE=1200
# Networking config
CONFIG_NETWORKING=y

View file

@ -1,5 +1,6 @@
# General config
CONFIG_NEWLIB_LIBC=y
CONFIG_MAIN_STACK_SIZE=1200
# Networking config
CONFIG_NETWORKING=y