Enable new NSH features by default in the sim/nsh configuration
This commit is contained in:
parent
95b63762fb
commit
a5a0656b5b
|
@ -513,7 +513,10 @@ CONFIG_NSH_CODECS_BUFSIZE=128
|
|||
CONFIG_NSH_FILEIOSIZE=1024
|
||||
CONFIG_NSH_LINELEN=80
|
||||
# CONFIG_NSH_DISABLE_SEMICOLON is not set
|
||||
CONFIG_NSH_CMDPARMS=y
|
||||
CONFIG_NSH_TMPDIR="/tmp"
|
||||
CONFIG_NSH_MAXARGUMENTS=6
|
||||
CONFIG_NSH_ARGCAT=y
|
||||
CONFIG_NSH_NESTDEPTH=3
|
||||
# CONFIG_NSH_DISABLESCRIPT is not set
|
||||
# CONFIG_NSH_DISABLEBG is not set
|
||||
|
|
Loading…
Reference in New Issue