Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE

This commit changes only ones with the default 2048 and
leaves the others.
E.g. this leaves SYSTEM_RAMTEST_STACKSIZE, whose default is 1024.
I guess those need to be inspected one-by-one.
This commit is contained in:
YAMAMOTO Takashi
2020-03-27 14:10:33 +09:00
committed by Xiang Xiao
parent c304624fab
commit e7156be066
108 changed files with 130 additions and 130 deletions

View File

@@ -19,7 +19,7 @@ config EXAMPLES_NETLOOP_KEEPALIVE
config EXAMPLES_NETLOOP_STACKSIZE
int "Loopback test stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
config EXAMPLES_NETLOOP_PRIORITY
int "Loopback test task priority"