From ff0214a14e344c0700d2bef0536b2f3b6bf024c7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 May 2009 23:45:09 +0000 Subject: [PATCH] Prep for 0.4.6 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1806 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 106 ++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 62 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2e2bf262ef..4f3d339ce0 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 9, 2009

+

Last Updated: May 19, 2009

@@ -687,8 +687,8 @@ -

nuttx-0.4.5. - The 37th release of NuttX (nuttx-0.4.5) is available for download +

nuttx-0.4.6. + The 38th release of NuttX (nuttx-0.4.6) is available for download from the SourceForge website. The change log associated with the release is available here. @@ -696,26 +696,19 @@ These unreleased changes are listed here.

- This release focuses on a few new features. -

+ The release features support for the Micromint Eagle-100 development board. + This board is based around, the Luminary LM3S6918 MCU. + This is the first ARM Cortex-M3 architecture supported by Nuttx. + This initial, basic port includes timer and serial console with configurations to execute the NuttX OS test and to run the NuttShell (NSH). + Work is still underway on this port and current plans are to have I2C, SSI, MMC/SD, and and Ethernet driver in the 0.4.7 release.

- See the Changelog for a detailed description of these changes. + Additional work was done on the MXADS i.MX1 port, however, that work has been set aside + until I complete work on the Eagle-100 (I also need to come up with a 3V power supply). +

+

+ Other changes in this release include: Extensions to the SPI interface definition in order to handle 9-bit interfaces to displays. + Several bugs were fixed (see the ChangeLog for a complete list of changes).

@@ -867,13 +860,16 @@ @@ -1361,21 +1357,30 @@ Other memory:

Luminary LM3S6918. - This port uses theMicromint Eagle-10 development board with a GNU arm-elf toolchain* + This port uses the Micromint Eagle-100 development board with a GNU arm-elf toolchain* under either Linux or Cygwin.

STATUS: - This port is in progress. Coding is complete on the basic port (timer, serial console, SPI). - Verified support for the Cortex-M3 will be announced in a future release of NuttX. + This initial, basic release of this port has been verifed and included in NuttX + version 0.4.6. The basic port includes timer and serial console with configurations + to execute the NuttX OS test and to run the NuttShell (NSH). + Work is still underway on this port and current plans are to have I2C, SSI, MMC/SD, and + and Ethernet driver in the 0.4.7 release.