From 36fb98005a04f3f7b1a6e286382dab421ce9eabb Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 27 Nov 2008 03:18:04 +0000 Subject: [PATCH] Prep for 0.3.19 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1319 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 178 ++++++++++++++++++--------------------- 1 file changed, 80 insertions(+), 98 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b752096b60..c8aa054e0c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -480,6 +480,26 @@

+ + + + Graphics Support + + + +
+ +

+

  • Framebuffer drivers.
  • +

    + + +
    + +

    +

  • Graphics library and tiny windowing system under developement.
  • +

    +

    @@ -530,8 +550,8 @@ -

    nuttx-0.3.18. - The 30th release of NuttX (nuttx-0.3.18) is available for download +

    nuttx-0.3.19. + The 31st release of NuttX (nuttx-0.3.19) is available for download from the SourceForge website. The change log associated with the release is available here. @@ -539,46 +559,43 @@ These unreleased changes are listed here.

    - This release includes two partially completed ports, several new features, and a - couple of important bug fixes. The two partially completed ports are: -

    -

    + This release includes the following new feature:

    - Progress on these ports is stalled (as detailed in the ChangeLog). -

    -

    - The new features focus primarily on management of block devices and extensions of - the NuttShell (NSH). These new features include: -

    -

    +

    Several bugs were fixed, the most important of which are: -

    +
  • 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. +
  • - The FAT filesystem has had many bugs fixed in it and, I think, is now maturing - and becoming stable. -

    -

    - These changes were verified only on the mcu123.com NXP LPC2148 board, the Hitachi - SH1_LCEVB1 board, and the Linux simulator, all using a Linux development environment. + These changes were verified only on the Neuros OSD (ARM) and the Linux simulator using a + Linux development environment. Please report any errors to me.

    @@ -692,7 +709,7 @@

    STATUS: - The basic port (timer interrupts, serial ports, network, etc.) is complete. + The basic port (timer interrupts, serial ports, network, framebuffe, etc.) is complete. All implemented features have been verified with the exception of the USB device-side driver; that implementation is complete but completely untested.

    @@ -1136,42 +1153,30 @@ Other memory: