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

NuttX RTOS

-

Last Updated: March 12, 2014

+

Last Updated: March 15, 2014

@@ -371,6 +371,14 @@

+ +
+ +

+

  • Built-in, per-thread CPU load measurments.
  • +

    + +
    @@ -795,7 +803,7 @@

    -

  • Device-dependent USB class drivers available for USB mass storage and HID keyboard.
  • +
  • Device-dependent USB class drivers available for USB mass storage, HID keyboard, and HID mouse.
  • @@ -1130,27 +1138,38 @@

    Released Versions

    In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - The current release is NuttX 6.33. - NuttX 6.33 is the 100th release of NuttX. - It was released on January 30, 2014, and is available for download from the + The current release is NuttX 7.1. + NuttX 7.1 is the 101st release of NuttX. + It was released on March 15, 2014, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-6.33.tar.gz and apps-6.33.tar.gz. + Note that the release consists of two tarballs: nuttx-7.1.tar.gz and apps-7.1.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

    +

    + The previous NuttX version was 6.33. + The NuttX minor version number is incremented on each release, but the major version number is incremented only when an incompatibility with previous versions is included in the release. + In this case, the legacy, manual configuration is no longer supported by the NuttX build system beginning with NuttX 7.1. + Only the newer configurations generated by the kconfig-frontends tools will generate + viable NuttX configurations. +

    +

    + All board configurations in the NuttX source tree have been converted to use the newer configuration, but if you have some older style configurations for you board, you will need to convert those configurations to use the kconfig-frontends tools before taking any new code from the repository. + There are Conversion Guidelines available on the NuttX Wiki +

    Release Notes and Change Logs: