Enable NSH file applications in thise configureation
This commit is contained in:
parent
6295203a82
commit
4660e0e7f8
@ -385,6 +385,7 @@ CONFIG_PREALLOC_TIMERS=4
|
||||
#
|
||||
# Tasks and Scheduling
|
||||
#
|
||||
# CONFIG_INIT_NONE is not set
|
||||
CONFIG_INIT_FILEPATH=y
|
||||
CONFIG_USER_INITPATH="/bin/init"
|
||||
CONFIG_RR_INTERVAL=200
|
||||
@ -685,7 +686,8 @@ CONFIG_LIB_RAND_ORDER=1
|
||||
# CONFIG_EOL_IS_LF is not set
|
||||
# CONFIG_EOL_IS_BOTH_CRLF is not set
|
||||
CONFIG_EOL_IS_EITHER_CRLF=y
|
||||
# CONFIG_LIBC_EXECFUNCS is not set
|
||||
CONFIG_LIBC_EXECFUNCS=y
|
||||
# CONFIG_EXECFUNCS_HAVE_SYMTAB is not set
|
||||
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=1024
|
||||
CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=2048
|
||||
# CONFIG_LIBC_STRERROR is not set
|
||||
@ -842,6 +844,7 @@ CONFIG_NSH_ARGCAT=y
|
||||
CONFIG_NSH_NESTDEPTH=3
|
||||
# CONFIG_NSH_DISABLEBG is not set
|
||||
# CONFIG_NSH_BUILTIN_APPS is not set
|
||||
CONFIG_NSH_FILE_APPS=y
|
||||
|
||||
#
|
||||
# Disable Individual commands
|
||||
|
@ -368,6 +368,7 @@ CONFIG_PREALLOC_TIMERS=4
|
||||
#
|
||||
# Tasks and Scheduling
|
||||
#
|
||||
# CONFIG_INIT_NONE is not set
|
||||
CONFIG_INIT_FILEPATH=y
|
||||
CONFIG_USER_INITPATH="/bin/init"
|
||||
CONFIG_RR_INTERVAL=200
|
||||
@ -653,7 +654,8 @@ CONFIG_LIB_RAND_ORDER=1
|
||||
# CONFIG_EOL_IS_LF is not set
|
||||
# CONFIG_EOL_IS_BOTH_CRLF is not set
|
||||
CONFIG_EOL_IS_EITHER_CRLF=y
|
||||
# CONFIG_LIBC_EXECFUNCS is not set
|
||||
CONFIG_LIBC_EXECFUNCS=y
|
||||
# CONFIG_EXECFUNCS_HAVE_SYMTAB is not set
|
||||
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=1024
|
||||
CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=2048
|
||||
# CONFIG_LIBC_STRERROR is not set
|
||||
@ -810,6 +812,7 @@ CONFIG_NSH_ARGCAT=y
|
||||
CONFIG_NSH_NESTDEPTH=3
|
||||
# CONFIG_NSH_DISABLEBG is not set
|
||||
# CONFIG_NSH_BUILTIN_APPS is not set
|
||||
CONFIG_NSH_FILE_APPS=y
|
||||
|
||||
#
|
||||
# Disable Individual commands
|
||||
|
Loading…
Reference in New Issue
Block a user