diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index be23be91d2..af81335349 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 29, 2012

+

Last Updated: November 5, 2012

@@ -537,14 +537,14 @@ - C Library + C/C++ Libraries

-

  • Fully integrated into the OS.
  • +
  • Standard C Library Fully integrated into the OS.
  • @@ -552,7 +552,7 @@

    -

  • Includes floating point math library.
  • +
  • Includes floating point support via a Standard Math Library.
  • @@ -560,7 +560,7 @@

    -

  • Add-on uClibc++ C++ Library is available (LGPL).
  • +
  • Add-on uClibc++ module provides Standard C++ Library(LGPL).
  • @@ -1039,200 +1039,143 @@ -

    NuttX-6.22 Release Notes

    +

    NuttX-6.23 Release Notes

    - The 89th release of NuttX, Version 6.22, was made on September 29, 2012, and is available for download from the + The 90th release of NuttX, Version 6.23, was made on November 5, 2012, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-6.22.tar.gz and apps-6.22.tar.gz. + Note that the release consists of two tarballs: nuttx-6.23.tar.gz and apps-6.23.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information) The change log associated with the release is available here. Unreleased changes after this release are available in SVN. These unreleased changes are also listed here.

    - This release corresponds with SVN release number: r5206, + This release corresponds with SVN release number: r5313, Note that all SVN information has been stripped from the tarballs. If you need the SVN configuration, you should check out directly from SVN. - Revision r5206 should equivalent to release 6.22 of NuttX 6.22: + Revision r5313 should equivalent to release 6.23 of NuttX:

    Or

    Additional new features and extended functionality

    + +

    Bugfixes (see the change log for details) Some of these are very important (marked critical):

    @@ -3238,351 +3181,179 @@ Other memory: