diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c8a1a79193..1ffe74e2cc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: April 3, 2014
+Last Updated: April 14, 2015
In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available.
- The current release is NuttX 7.8.
- NuttX 7.8 is the 108th release of NuttX.
- It was released on February 11, 2015, and is available for download from the
+ The current release is NuttX 7.9.
+ NuttX 7.9 is the 109th release of NuttX.
+ It was released on April 14, 2015, and is available for download from the
SourceForge website.
- Note that the release consists of two tarballs: nuttx-7.8.tar.gz
and apps-7.8.tar.gz
.
+ Note that the release consists of two tarballs: nuttx-7.9.tar.gz
and apps-7.9.tar.gz
.
Both may be needed (see the top-level nuttx/README.txt
file for build information).
- This release is primarily a bugfix release for the NuttX-7.7 version that - was release just two weeks prior. That release included substantial - modifications in the NuttX networking to accommodate support for IPv6. This - release follows close behind NuttX-7.7 in order to correct some the problems - discovered in that networking code. This release does, however, include a - small number of new features and bug fixes unrelated to NuttX networking. -
-- Release notes for NuttX 7.8 are available here; + Release notes for NuttX 7.9 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 in the ChangeLog file that can viewed in the SourceForge GIT. The ChangeLog for the current release is at the bottom of that file. @@ -1279,7 +1270,7 @@
- Release notes for NuttX 7.8 are available here; + Release notes for NuttX 7.9 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 in the ChangeLog file that can viewed in the SourceForge GIT. The ChangeLog for the current release is at the bottom of that file. @@ -1334,7 +1325,7 @@
+ STMicro STM32 F372/F373 (Cortex-M4). +
+
+ Basic architecture support for the STM32F372/F373 was contributed by Marten Svanfeldt in NuttX 7.9. + There are no STM32F*72 boards currently supported, however. +
+- The F427/f37 port adds (1) additional SPI ports, (2) additional UART ports, (3) analog and digital noise filters on the I2C ports, (4) up to 2MB of flash, (5) an additional lower-power mode for the internal voltage regulator, (6) a new prescaling option for timer clock, (7) a larger FSMSC write FIFO, and (8) additional crypto modes (F437 only). + The F427/437 port adds (1) additional SPI ports, (2) additional UART ports, (3) analog and digital noise filters on the I2C ports, (4) up to 2MB of flash, (5) an additional lower-power mode for the internal voltage regulator, (6) a new prescaling option for timer clock, (7) a larger FSMSC write FIFO, and (8) additional crypto modes (F437 only).
STATUS: - The basic function port support the NuttShell (NSH) was contribute by Jedi Tek'Enum and first appeard in the NuttX 7.8 release. + The basic function port support the NuttShell (NSH) was contribute by Jedi Tek'Enum and first appeared in the NuttX 7.8 release.