summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-11 14:28:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-11 14:28:10 -0600
commit9e4c92159b95de3f0a742c93adcf5a525ebf3a12 (patch)
treed4d7576d718fafa1d09dcba7beb3e8476b397b01
parent9fca971b39c4a74be432d0e9c43b19df48299761 (diff)
downloadnuttx-9e4c92159b95de3f0a742c93adcf5a525ebf3a12.tar.gz
nuttx-9e4c92159b95de3f0a742c93adcf5a525ebf3a12.tar.bz2
nuttx-9e4c92159b95de3f0a742c93adcf5a525ebf3a12.zip
Enable new NSH features by default in the sim/nsh configuration
-rw-r--r--nuttx/configs/sim/nsh/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nsh/defconfig b/nuttx/configs/sim/nsh/defconfig
index b5d5789c4..01cb4521a 100644
--- a/nuttx/configs/sim/nsh/defconfig
+++ b/nuttx/configs/sim/nsh/defconfig
@@ -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