summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-10 15:23:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-10 15:23:26 -0600
commite1de0b9e18e8224a156a16a9ec43ae4441f11f81 (patch)
tree337030e19ae0016bb1aa68149b8b6bf456cd7c30 /apps/nshlib/Kconfig
parent50bc19ba9a0985ceccc988a2bb7961d23f60cd49 (diff)
downloadnuttx-e1de0b9e18e8224a156a16a9ec43ae4441f11f81.tar.gz
nuttx-e1de0b9e18e8224a156a16a9ec43ae4441f11f81.tar.bz2
nuttx-e1de0b9e18e8224a156a16a9ec43ae4441f11f81.zip
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 09a0e5120..2a96b851b 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -269,6 +269,14 @@ config NSH_LINELEN
The maximum length of one command line and of one output line.
Default: 80
+config NSH_DISABLE_SEMICOLON
+ bool "Disable multiple commands per line"
+ default n
+ ---help---
+ By default, you can enter multiple NSH commands on a line with each
+ command separated by a semicolon. You can disable this feature to
+ save a little memory on FLASH challenged platforms.
+
config NSH_MAXARGUMENTS
int "Maximum number of command arguments"
default 6