diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index c017d6eca8..f292c26cd4 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: September 10, 2008

+

Last Updated: October 15, 2008

@@ -1820,6 +1820,16 @@ nsh> where a minimal footprint is a necessity and background command execution is not. + + CONFIG_EXAMPLES_NSH_MMCSDMINOR + + 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 /dev/mmcsdN where N is the minor number. + Default is zero. + + CONFIG_EXAMPLES_NSH_ROMFSETC diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index ef667163cc..c30a030ba1 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1136,6 +1136,7 @@ nuttx-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> was unnecessarily large. * Added LPC214x SPI1 driver to interface with MMC on mcu123.com board. * Added a simple SPI-based MMC/SD block driver + * NSH: Add LPC214x-specific support to NSH; NSH now mounts any SD cards in the slot. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>