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
This commit is contained in:
patacongo 2009-06-08 13:24:26 +00:00
parent c72594d3dc
commit 3df4e1a441

View File

@ -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>