summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-03 10:56:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-03 10:56:52 -0600
commit826d49feea7c16c10de24ca27a9a164965e16bbe (patch)
tree2707b32e4dabb21419d2c367b63b5bf008150676 /apps/nshlib
parent4af5d2b78109fbc2e0efd95e656d0add09379dad (diff)
downloadnuttx-826d49feea7c16c10de24ca27a9a164965e16bbe.tar.gz
nuttx-826d49feea7c16c10de24ca27a9a164965e16bbe.tar.bz2
nuttx-826d49feea7c16c10de24ca27a9a164965e16bbe.zip
Update documentation, mostly related to the command line editor
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 8cd68baac..082d8dcc6 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -1039,6 +1039,19 @@ NSH-Specific Configuration Settings
The behavior of NSH can be modified with the following settings in
the configs/<board-name>/defconfig file:
+ * CONFIG_NSH_READLINE
+ Selects the minimal implementation of readline(). This minimal
+ implementation provides on backspace for command line editing.
+
+ * CONFIG_NSH_CLE
+ Selects the more extensive, EMACS-like command line editor.
+ Select this option only if (1) you don't mind a modest increase
+ in the FLASH footprint, and (2) you work with a terminal that
+ support VT100 editing commands.
+
+ Selecting this option will add probably 1.5-2KB to the FLASH
+ footprint.
+
* CONFIG_NSH_BUILTIN_APPS
Support external registered, "builtin" applications that can be
executed from the NSH command line (see apps/README.txt for