diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 203ae6e8886..8dd0eaa498d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -729,31 +729,37 @@ -

nuttx-5.2 Release Notes: +

nuttx-5.3 Release Notes:

- This 49th release of NuttX was made on March 18, 2010 and is available for download from the + This 50th release of NuttX was made on April 11, 2010 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 completes the verification of the basic port for the NXP - LPC3131 MCU - on the Embedded Artists EA3131 board. - This basic port includes basic boot-up, serial console, and timer interrupts. This port - has been verified on the using the NuttX OS test and includes a working - implementation of the NuttShell (NSH). + This release suport for one new achitecture:

+

- An extended release will follow and should include SDIO-based SD card - support and device USB. + And extensions to two existing architures:

+

- A few additional features and bugfixes of a minor nature were also incorporated - as detailed in the ChangeLog. + Two important bugfix was also included:

+ @@ -845,6 +851,34 @@ + + + + + + + + @@ -1606,21 +1640,26 @@ Other memory:



+

+ NXP LPC2378. + Support is provided for the NXP LPC2378 MCU. In particular, + support is provided for the Olimex-LPC2378 development board. + This port was contributed by Rommel Marcelo is was first released in NuttX-5.3. + This port also used the GNU arm-elf toolchain* under Linux or Cygwin. +

+
    +

    + STATUS: + This port boots and passes the OS test (examples/ostest) and includes a + working includes a working implementation of the NuttShell ((NSH)). + The port is complete and verified. + As of NuttX 5.3, the port includes only basic timer interrupts and serial console support. +

    +

    + Development Environments: (Same as for the NXP LPC214x). +

    +
+



@@ -934,8 +968,8 @@
NXP LPC3131. - The basic port for the NXP LPC3131 on the Embedded Artists EA3131 - development board was released in NuttX-5.1 with a GNU arm-elf or arm-eabi toolchain* under Linux or Cygwin + The port for the NXP LPC3131 on the Embedded Artists EA3131 + development board was first released in NuttX-5.1 with a GNU arm-elf or arm-eabi toolchain* under Linux or Cygwin (but was not functional until NuttX-5.2).

    @@ -943,10 +977,10 @@ STATUS: The basic EA3131 port is complete and verified in NuttX-5.2 This basic port includes basic boot-up, serial console, and timer interrupts. - This port has been verified on the using the NuttX OS test and includes a working - implementation of the NuttShell (NSH). - An extended release will follow and should include SDIO-based SD card - support and device USB. + This port was extended in NuttX 5.3 with a USB high speed driver contributed by David Hewson. + This port has been verified on the using the NuttX OS test, USB serial and mass storage + tests and includes a working implementation of the NuttShell ((NSH)). + An extended release will follow and should include SDIO-based SD card support.