diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e9ec431e044..a01f4ce1775 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 16, 2009

+

Last Updated: October 17, 2009

@@ -732,29 +732,28 @@

nuttx-0.4.11.

- This 43rd release of NuttX was made on September 16, 2009 and is available for download from the + This 44th release of NuttX was made on October 17, 2009 and is available for download from the SourceForge website. The change log associated with the release is available here. Unreleased changes after this release are available in CVS. These unreleased changes are listed here. - This release of NuttX incorporates the verified port of Jeff Poskanzer's THTTPD HTTP server. - Many of the key features of THTTPD have been tested on the Micromint Eagle-100 development board (Cortex-M3). - These tests verify: -

- -

- A standard CGI interface is used: Information is pasted to the CGI program via POST commands and via environment variables. - CGI socket I/O is redirected to stdin and stdout so that the CGI program only need to printf() to send its content back to the HTTP client.

- Another value to this THTTPD integration effort has been that THTTPD has provided a very good test bed for finding NuttX networking bugs. - Several very critical networking bugs have been fixed with this 0.4.11 release (see the ChangeLog for details). - Networking throughput has also been greatly improved. - Anyone using NuttX networking should consider upgrading to this release. + This release adds basic support for the STMicro STM32, Cortex-M3 MCU. + The specific port is to the STMicro STM3210E-EVAL development board based around the STM32F103ZET6 MCU. + Some highlights of this port: +

+

+

+ It is planned to extend this basic STM32 port for the 0.4.12 NuttX release. + Additional functionality needed for complete STM32 support includes: + USB device driver, LCD driver and NX bringup on the development board's display and MicroSD support. + An SPI driver and a DMA support was included in this 0.4.11 release, but is not yet tested.

@@ -974,14 +973,13 @@