configs/sim/nsh: Need larger stack when posix_spawn
This commit is contained in:
parent
8293a5e773
commit
d8da1d61ec
|
@ -437,7 +437,7 @@ CONFIG_LIBC_EXECFUNCS=y
|
|||
CONFIG_EXECFUNCS_HAVE_SYMTAB=y
|
||||
CONFIG_EXECFUNCS_SYMTAB="g_symtab"
|
||||
CONFIG_EXECFUNCS_NSYMBOLS=0
|
||||
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=1024
|
||||
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=2048
|
||||
CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=2048
|
||||
# CONFIG_LIBC_STRERROR is not set
|
||||
# CONFIG_LIBC_PERROR_STDOUT is not set
|
||||
|
@ -497,7 +497,6 @@ CONFIG_EXAMPLES_NSH=y
|
|||
# CONFIG_EXAMPLES_NX is not set
|
||||
# CONFIG_EXAMPLES_NXTERM is not set
|
||||
# CONFIG_EXAMPLES_NXFFS is not set
|
||||
# CONFIG_EXAMPLES_NXFLAT is not set
|
||||
# CONFIG_EXAMPLES_NXHELLO is not set
|
||||
# CONFIG_EXAMPLES_NXIMAGE is not set
|
||||
# CONFIG_EXAMPLES_NXLINES is not set
|
||||
|
|
Loading…
Reference in New Issue