summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-04 19:52:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-04 19:52:43 +0000
commit935109930f10485e622386010fe03e0ef0e34497 (patch)
tree607e66f3ee85b6c32111e9161665f034a188fe6e /apps/nshlib/README.txt
parentb39fea767b7398f2818bbdc8410bd0a0c51c8b68 (diff)
downloadnuttx-935109930f10485e622386010fe03e0ef0e34497.tar.gz
nuttx-935109930f10485e622386010fe03e0ef0e34497.tar.bz2
nuttx-935109930f10485e622386010fe03e0ef0e34497.zip
Add stm32/nsh2 config; Add option to use any TTY for NSH console
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3743 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index b96201ae7..f64f39cf9 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -891,6 +891,16 @@ NSH-Specific Configuration Settings
If CONFIG_NSH_CONSOLE is set to 'y', then a serial
console front-end is selected.
+ * CONFIG_NSH_CONDEV
+ If CONFIG_NSH_CONSOLE is set to 'y', then CONFIG_NSH_CONDEV
+ may also be set to select the serial device used to support
+ the NSH console. This should be set to the quoted name of a
+ readable/write-able character driver such as:
+ CONFIG_NSH_CONDEV="/dev/ttyS1". This is useful, for example,
+ to separate the NSH command line from the system console when
+ the system console is used to provide debug output. Default:
+ stdin and stdout (probably "/dev/console")
+
* CONFIG_NSH_TELNET
If CONFIG_NSH_TELNET is set to 'y', then a TELENET
server front-end is selected. When this option is provided,