From d722b3ed0ffebced441e7be24c965d0e53f78037 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 28 Apr 2014 10:53:24 -0600 Subject: [PATCH] Final prep for NuttX-7.2 release --- Documentation/NuttX.html | 113 +++++++++++++++++++++++++++------------ 1 file changed, 80 insertions(+), 33 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 57a8c8aae24..f51c2aefa73 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 15, 2014

+

Last Updated: April 29, 2014

@@ -1139,38 +1139,27 @@

Released Versions

In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - 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 + The current release is NuttX 7.2. + NuttX 7.2 is the 102nd release of NuttX. + It was released on April 29, 2014, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-7.1.tar.gz and apps-7.1.tar.gz. + Note that the release consists of two tarballs: nuttx-7.2.tar.gz and apps-7.2.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:

  • Atmel SAMA5D3 Xplained development board This is the port of NuttX to the Atmel SAMA5D3 Xplained development board. - The board features the Atmel SAMA5D36 microprocessors. + The board features the Atmel SAMA5D36 microprocessor. See the Atmel Website for additional information about this board.

    STATUS. - This port is underway as of this writing and not ready for general use. - The basic port is expected to be simple because of the similarity to the SAMAD3x-EK boards and should be available in the NuttX 7.2 release. + This port is complete as of this writing and ready for general use. + The basic port is expected to be simple because of the similarity to the SAMAD3x-EK boards and is available in the NuttX 7.2 release. +

    +

    + Most of the drivers and capabilities of the SAMA5D3x-EK boards can be used with the SAMA5D3 Xplained board. + The primary difference between the ports is that the SAMA5D3x-EK supports NOR FLASH and NuttX can be configured to boot directly from NOR FLASH. + The SAMA5D3 Xplained board does not have NOR FLASH and, as a consequence NuttX must boot into SDRAM with the help of U-Boot.

    Refer to the NuttX board README file for further information.

    -
  • @@ -2709,7 +2706,7 @@ nsh>

    An fully verified board configuration is included in NuttX-6.2. The Code Red toolchain is supported under either Linux or Windows. - Verifed configurations include DHCPD, the NuttShell (NSH), NuttX graphis (NX), THTTPD, and USB mass storage device. + Verified configurations include DHCPD, the NuttShell (NSH), NuttX graphis (NX), THTTPD, and USB mass storage device. Refer to the NuttX board README file for further information.

    @@ -2855,6 +2852,33 @@ nsh>

    + +
    + +

    + STMicro STM32401x (STM32 F4 family). +