From cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 30 Apr 2013 18:31:47 -0600 Subject: Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit --- nuttx/Documentation/NuttShell.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nuttx/Documentation/NuttShell.html') diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html index 950428e8a..a814813c5 100644 --- a/nuttx/Documentation/NuttShell.html +++ b/nuttx/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: November 27, 2012

+

Last Updated: April 30, 2013

@@ -1001,7 +1001,7 @@ nsh> dd if=/dev/ram0 of=/dev/null

Command Syntax:

Synopsis. @@ -1019,6 +1019,9 @@ nsh> df 512 985 2 983 /tmp nsh> +

+ If CONFIG_NSH_CMDOPT_DF_H is defined in the NuttX configuration, the the df will also support an option -h which may be used to show the the volume information in human readable format. +

-- cgit v1.2.3