From 86f276cb7c13b4e952a6efb26b84346e9255c9c0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 30 Apr 2013 18:31:47 -0600 Subject: [PATCH] Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit --- Documentation/NuttShell.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 950428e8af2..a814813c5e3 100644 --- a/Documentation/NuttShell.html +++ b/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. +