summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-08 13:24:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-08 13:24:26 +0000
commit9d4bbfeffeddf0b090f1931c9508e592b2cf7d48 (patch)
treebf179139a1b3fa182b794497945eab86b5479974 /nuttx/Documentation
parent14d0a961ecf430c882eae8d7c7d66ba420c13403 (diff)
downloadpx4-nuttx-9d4bbfeffeddf0b090f1931c9508e592b2cf7d48.tar.gz
px4-nuttx-9d4bbfeffeddf0b090f1931c9508e592b2cf7d48.tar.bz2
px4-nuttx-9d4bbfeffeddf0b090f1931c9508e592b2cf7d48.zip
Move board specific files from examples/nsh to board source directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1861 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttShell.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 2ebad0a74..788e9ab00 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: March 28, 2009</p>
+ <p>Last Updated: June 08, 2009</p>
</td>
</tr>
</table>
@@ -2076,6 +2076,15 @@ nsh>
access NSH.
</td>
</tr>
+ <tr>
+ <td valign="top"><b><code>CONFIG_EXAMPLES_NSH_ARCHINIT</code></b></td>
+ <td>
+ Set <code>CONFIG_EXAMPLES_NSH_ARCHINIT</code> if your board provides architecture
+ specific initialization via the board-specific function <code>nsh_archinitialize()</code>.
+ This function will be called early in NSH initialization to allow board logic to
+ do such things as configure MMC/SD slots.
+ </td>
+ </tr>
</table></center>
<p>