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
This commit is contained in:
parent
8d94d297a0
commit
963a9cc1bc
@ -2155,6 +2155,12 @@ nsh>
|
||||
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: <code>stdin</code> and <code>stdout</code> (probably "<code>/dev/console</code>")
|
||||
<ul><small>
|
||||
NOTE: When any other device other than <code>/dev/console</code> is used for a user interface,
|
||||
(1) linefeeds (<code>\n</code>) will not be expanded to carriage return / linefeeds (<code>\r\n</code>).
|
||||
You will need to configure your terminal program to account for this.
|
||||
And (2) input is not automatically echoed so you will have to turn local echo on.
|
||||
</small></ul>
|
||||
</td>
|
||||
<tr>
|
||||
<td valign="top"><b><code>CONFIG_NSH_TELNET</code></b></td>
|
||||
|
Loading…
Reference in New Issue
Block a user