From a9b8bd2e8b40a7e0f363649789fb0335c13f9878 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 3 May 2013 12:52:33 -0600 Subject: [PATCH] Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available). --- Documentation/NuttX.html | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f758564eab..322667449d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2552,6 +2552,19 @@ nsh>

STMicro STM32F4-Discovery (STM32 F4 family). This port uses the STMicro STM32F4-Discovery board featuring the STM32F407VGT6 MCU. + The STM32F407VGT6 is a 168MHz Cortex-M4 operation with 1Mbit Flash memory and 128kbytes. + The board features: +

+ +

Refer to the STMicro web site for further information about this board.