diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 2ebad0a744f..788e9ab0046 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: March 28, 2009

+

Last Updated: June 08, 2009

@@ -2076,6 +2076,15 @@ nsh> access NSH. + + CONFIG_EXAMPLES_NSH_ARCHINIT + + Set CONFIG_EXAMPLES_NSH_ARCHINIT if your board provides architecture + specific initialization via the board-specific function nsh_archinitialize(). + This function will be called early in NSH initialization to allow board logic to + do such things as configure MMC/SD slots. + +