summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
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 /nuttx/Documentation
parentb39fea767b7398f2818bbdc8410bd0a0c51c8b68 (diff)
downloadpx4-nuttx-935109930f10485e622386010fe03e0ef0e34497.tar.gz
px4-nuttx-935109930f10485e622386010fe03e0ef0e34497.tar.bz2
px4-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 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttShell.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 80c653739..ab470ee11 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
- <p>Last Updated: May 21, 2011</p>
+ <p>Last Updated: July 4, 2011</p>
</td>
</tr>
</table>
@@ -2141,11 +2141,22 @@ nsh>
<tr>
<td valign="top"><b><code>CONFIG_NSH_CONSOLE</code></b></td>
<td>
- If <code>CONFIG_NSH_CONSOLE</code>is set to <i>y</i>, then a serial
+ If <code>CONFIG_NSH_CONSOLE</code> is set to <i>y</i>, then a serial
console front-end is selected.
</td>
</tr>
<tr>
+ <td valign="top"><b><code>CONFIG_NSH_CONDEV</code></b></td>
+ <td>
+ If <code>CONFIG_NSH_CONSOLE</code> is set to <i>y</i>, then <code>CONFIG_NSH_CONDEV</code>
+ 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:
+ <code>CONFIG_NSH_CONDEV=&quot;/dev/ttyS1&quot;</code>.
+ 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 &quot;<code>/dev/console</code>&quot;)
+ </td>
+ <tr>
<td valign="top"><b><code>CONFIG_NSH_TELNET</code></b></td>
<td>
If <code>CONFIG_NSH_TELNET</code> is set to <i>y</i>, then a TELENET