summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-15 17:26:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-15 17:26:05 +0000
commit2edd5de0e827fe992580f528e5b7181d55d3b587 (patch)
tree0b0ff87e933a2f86b8c10f92408f2931064a1756 /nuttx/Documentation/NuttShell.html
parentde69e9a67bddcb0f59cce0ca1c0d7277c854261c (diff)
downloadpx4-nuttx-2edd5de0e827fe992580f528e5b7181d55d3b587.tar.gz
px4-nuttx-2edd5de0e827fe992580f528e5b7181d55d3b587.tar.bz2
px4-nuttx-2edd5de0e827fe992580f528e5b7181d55d3b587.zip
Add NXP LPC214x-specific NSH support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1044 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index c017d6eca..f292c26cd 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: September 10, 2008</p>
+ <p>Last Updated: October 15, 2008</p>
</td>
</tr>
</table>
@@ -1821,6 +1821,16 @@ nsh>
</td>
</tr>
<tr>
+ <td valign="top"><b><code>CONFIG_EXAMPLES_NSH_MMCSDMINOR</code></b></td>
+ <td>
+ If the architecture supports an MMC/SD slot and if the NSH
+ architecture specific logic is present, this option will provide
+ the MMC/SD minor number, i.e., the MMC/SD block driver will
+ be registered as <code>/dev/mmcsd</code><i>N</i> where <i>N</i> is the minor number.
+ Default is zero.
+ </td>
+ </tr>
+ <tr>
<td valign="top"><b><code>CONFIG_EXAMPLES_NSH_ROMFSETC</code></b></td>
<td>
Mount a ROMFS filesystem at <code>/etc</code> and provide a startup script