summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-04 22:38:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-04 22:38:45 +0000
commit27654586d00c4fb566ce1f218d52bd1f0282a6cd (patch)
tree8081c21f09fa32ac906c1b0a07b51c85d4c0b4ea /apps/nshlib/README.txt
parent935109930f10485e622386010fe03e0ef0e34497 (diff)
downloadnuttx-27654586d00c4fb566ce1f218d52bd1f0282a6cd.tar.gz
nuttx-27654586d00c4fb566ce1f218d52bd1f0282a6cd.tar.bz2
nuttx-27654586d00c4fb566ce1f218d52bd1f0282a6cd.zip
Correct several errors in STM32 serial port configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3744 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index f64f39cf9..a678824e3 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -901,6 +901,12 @@ NSH-Specific Configuration Settings
the system console is used to provide debug output. Default:
stdin and stdout (probably "/dev/console")
+ NOTE: When any other device other than /dev/console is used
+ for a user interface, (1) linefeeds (\n) will not be expanded to
+ carriage return / linefeeds (\r\n). You will need to set
+ your terminal program to account for this. And (2) input is
+ not automatically echoed so you will have to turn local echo on.
+
* CONFIG_NSH_TELNET
If CONFIG_NSH_TELNET is set to 'y', then a TELENET
server front-end is selected. When this option is provided,