diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 798726f26dd..45f81b54915 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 7, 2010

+

Last Updated: May 9, 2010

@@ -729,39 +729,51 @@ -

nuttx-5.4 Release Notes: +

nuttx-5.5 Release Notes:

- This 51st release of NuttX was made on April 23, 2010 and is available for download from the + This 52nd release of NuttX was made on May 9, 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 includes one new, important extension to the - NX graphics system: + This relese includes one new port, some new drivers and some important bugfixes:

-

- This initial release of this feature includes the verified NX extensions plus - a driver for the HX8347, 16-bit parallel LCD. This LCD supports 16-bit RGB - (5:6:5). -

@@ -1030,16 +1042,27 @@ @@ -1669,13 +1692,32 @@ Other memory:

Luminary/TI LM3S6965. - This port uses the Stellaris LM3S6965 Evalution Kit with a GNU arm-elf toolchain* + This port uses the Stellaris LM3S6965 Ethernet Evalution Kit with a GNU arm-elf toolchain* under either Linux or Cygwin.

    STATUS: - This port is available in the source tree, but is still under development. + This port was released in NuttX 5.5. + Features are the same as with the Eagle-100 LM3S6918 described above. + The examples/ostest configuration has been successfully verified and an + NSH configuration with telnet support is available. + MMC/SD and Networking support was not been thoroughly verified: + Current development efforts are focused on porting the NuttX window system (NX) + to work with the Evaluation Kits OLED display.

    +

    + NOTE: As it is configured now, you MUST have a network connected. + Otherwise, the NSH prompt will not come up because the Ethernet + driver is waiting for the network to come up. +

    - Development Environments: See the Eagle-100 above. + Development Environments: See the Eagle-100 LM3S6918 above.