summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
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>