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 @@
Last Updated: March 12, 2014
+Last Updated: March 15, 2014
+
-
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 for NuttX 6.33 are available here; + Release notes for NuttX 7.1 are available here; release notes for all released versions on NuttX are available in the SourceForge GIT The ChangeLog for all releases of NuttX is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
- Release notes for NuttX 6.33 are available here; + Release notes for NuttX 7.1 are available here; release notes for all released versions on NuttX are available in the SourceForge GIT The ChangeLog for the all releases of apps is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
@@ -1170,7 +1189,7 @@- Release notes for buildroot 1.13 are available here; + Release notes for buildroot 1.14 are available here; release notes for all released versions on buildroot are available in the SourceForge GIT The ChangeLog for all releases of buildroot is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
@@ -1204,7 +1223,7 @@@@ -1977,7 +1998,7 @@ nsh>
STATUS. - The initial SAMD20 Xplained Pro release (NuttX 6.34) included a functional NuttShell (NSH) configuration. + The initial SAMD20 Xplained Pro release (NuttX 7.1) included a functional NuttShell (NSH) configuration. An SPI driver was also included to support the OLED1 and I/O1 modules. That SPI driver, however, was not completed verified due to higher priority tasks that came up (I hope to get back to this later). Refer to the SAMD20 Explained Pro board README file for further information. @@ -2647,7 +2668,7 @@ nsh> The NuttX-5.16 release added a functional USB host controller driver and USB host mass storage class driver.
+ TI Tiva TM4C123G. + This port uses the TI Tiva TM4C123G LaunchPad. +
++ STATUS: + This is very much a work in progress. + As of this writing, full architectural support for the TI Tiva TM4C123G has been implemented and was released in NuttX 7.1. + Basic board support is in place for the TM4C123G LaunchPad but is completely untested and possibly imcomplete. + This partial logic is also included int he NuttX 7.1 release. + This basic board supprted includes an (un-verified) configuration for the NuttShell NSH). + A fully verified port to the TM4C123G LaunchPad is expected in NuttX-7.2. + The first fully functional LM4F120 LaunchPad port was released in NuttX-6.27. + Refer to the TM4C123G LaunchPad board README file for more detailed information about this port. +
+Atmel SAM4E. General architectural support was provided for the SAM4E family in NuttX 6.32. - This is architecture-only support, meaning that support for the boards with these chips is available, but not support for any publicly available boards is included. + This was architecture-only support, meaning that support for the boards with these chips is available, but no support for any publicly available boards was included. This support was contributed in part by Mitko.
Atmel SAM4E-EK. - Board support was added for the SAM4E-EK development board in NuttX 6.33. + Board support was added for the SAM4E-EK development board in NuttX 7.1. A fully functional NuttShell (NSH) configuration is available (see the NSH User Guide). + That NSH configuration includes networking support and support for an AT25 Serial FLASH file system.