From c1d3d775bf149c1bb733bab2952b681ce1caef46 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 28 Oct 2013 14:08:34 -0600 Subject: [PATCH] Prep for release 6.31 --- Documentation/NuttX.html | 270 ++++++++++++++++++++++++++++++--------- 1 file changed, 210 insertions(+), 60 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 203801678f..523ca80182 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 14, 2013

+

Last Updated: October 28, 2013

@@ -71,7 +71,7 @@ - Release Notes + Release Notes What has changed in the last release of NuttX? What has changed in previous releases of NuttX? Are there any unreleased changes. @@ -564,7 +564,7 @@

-

  • Audio subsystem: CODECs, audio input and output drivers.
  • +
  • Audio subsystem: CODECs, audio input and output drivers. Command line and graphic media player applications.
  • @@ -711,6 +711,16 @@

    + +
    + +

    +

  • + Support for networking modules (e.g., the TI CC3000 WLAN module). +
  • +

    + + @@ -1106,13 +1116,13 @@

    Released Versions

    In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - The current release is NuttX 6.30. - NuttX 6.30 is the 97th release of NuttX. - It was released on September 14, 2013, and is available for download from the + The current release is NuttX 6.31. + NuttX 6.31 is the 98th release of NuttX. + It was released on October 28, 2013, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-6.30.tar.gz and apps-6.20.tar.gz. + Note that the release consists of two tarballs: nuttx-6.31.tar.gz and apps-6.31.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information). - Release notes for NuttX 6.30 are avaialble here. + Release notes for NuttX 6.31 are avaialble here. The change log associated with the release is available here. Unreleased changes after this release are available in GIT. These unreleased changes are also listed here. @@ -1174,8 +1184,8 @@

  • ARM926EJS (3)
  • ARM Cortex-A5 (1)
  • ARM Cortex-M0/M0+ (2)
  • -
  • ARM Cortex-M3 (20)
  • -
  • ARM Cortex-M4 (9)
  • +
  • ARM Cortex-M3 (21)
  • +
  • ARM Cortex-M4 (10)
  • Atmel AVR