diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 4481149fa7..c2e619f20c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 4, 2008

+

Last Updated: December 6, 2008

@@ -671,52 +671,28 @@ -

nuttx-0.3.19. - The 31st release of NuttX (nuttx-0.3.19) is available for download +

nuttx-0.4.0. + The 32nd release of NuttX (nuttx-0.4.10) 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 the following new feature: -

-

-

- Several bugs were fixed, the most important of which are: + This release adds graphics support and a tiny windowing subsystem. + That new graphics subystem is documented in a user manual. + No other substantial changes were made.

-
  • Fixed an important bug in the TCP/IP buffering logic. - When TCP/IP read-ahead is enabled and not recv() is in-place when a TCP/IP packet is received, - the packet is placed into a read-ahead buffer. - However, the old contents of the read-ahead buffer were not being cleared and old data would - contaminate the newly received buffer. -
  • -
  • Changed the behavior of the serial driver read. - It now returns data as it is available rather than waiting for the full requested read size. - This makes functions like fgetc() work much more smoothly. -
  • - These changes were verified only on the Neuros OSD (ARM) and the Linux simulator using a - Linux development environment. + The version number was bumped up to 0.4.0 in part to reflect the new graphics subsystem, + but also to recognize the NuttX is approaching complete functionality. In the 0.3.x + versions, network support was added, Pascal P-code runtime support was added, FAT and + ROMFS filesystems were added, MMC/SD and USB device support were added. There were + also numerous extensions to the NuttShell, NuttX APIs, and architecture ports. +

    +

    + These changes were verified only on the NuttX simulation platform with X11 windows + simulating a device framebuffer. Please report any errors to me.

    @@ -1274,30 +1250,16 @@ Other memory: