summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
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/README.txt
parent50bc19ba9a0985ceccc988a2bb7961d23f60cd49 (diff)
downloadpx4-nuttx-e1de0b9e18e8224a156a16a9ec43ae4441f11f81.tar.gz
px4-nuttx-e1de0b9e18e8224a156a16a9ec43ae4441f11f81.tar.bz2
px4-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/README.txt')
-rw-r--r--apps/nshlib/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index dcc4ec711..683499c48 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -62,6 +62,9 @@ Command Overview
(more negative values) correspond to higher priorities. The
default niceness is 10.
+ Multiple commands per line. NSH will accept multiple commands per
+ command line with each command separated with the semi-colon character (;).
+
Conditional Command Execution
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -998,6 +1001,12 @@ NSH-Specific Configuration Settings
The maximum length of one command line and of one output line.
Default: 80
+ * CONFIG_NSH_DISABLE_SEMICOLON
+ 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.
+ Default: n
+
* CONFIG_NSH_NESTDEPTH
The maximum number of nested if-then[-else]-fi sequences that
are permissable. Default: 3