From a9c55d40aba92bdf84253b57c07005ee29ea1186 Mon Sep 17 00:00:00 2001
From: Gregory Nutt Last Updated: August 9, 2019 Last Updated: September 14, 2019
In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available.
- The current release is NuttX 7.31.
- NuttX 7.31 is the 131st release of NuttX.
- It was released on July 21, 2019, and is available for download from the
+ The current release is NuttX 8.1.
+ NuttX 8.1 is the 132nd release of NuttX.
+ It was released on September 14, 2019, and is available for download from the
Bitbucket.org website.
- Note that the release consists of two tarballs:
- Release notes for NuttX 7.31 are available here.
+ Release notes for NuttX 8.1 are available here.
Release notes for all released versions on NuttX are available in the Bitbucket GIT.
The ChangeLog for all releases of NuttX is available in the ChangeLog file that can viewed in the Bitbucket GIT.
The ChangeLog for the current release is at the bottom of that file.
@@ -1488,7 +1488,7 @@
- Release notes for NuttX 7.31 are available here.
+ Release notes for NuttX 8.1 are available here.
Release notes for all released versions on NuttX are available in the Bitbucket GIT
The ChangeLog for the all releases of
+ NXP S32K11x.
+ Support is provided for the NXP S32K11x family of processors and, in particular, the S32K118EVB development board.
+
+ STATUS:
+ The first released version was provided in NuttX 8.1.
+ The S32K118EVB port port provides a minimal NSH configuration.
+ Refer to the S32K118EVB board README.txt file for further information.
+
+ NuttX-8.1.
+ Alin Jerpelea brought in ten (external) sensor drivers that integrate through the CXD56xx's SCU.
+
+ LX CPU.
+ Pavel Pisa add support for the PiKRON LX CPU board.
+ This board may be configured to use either the LPC4088 or the LPC1788.
+
Driver Status.
@@ -1467,11 +1467,11 @@
NuttX RTOS
- Released Versions
nuttx-7.31.tar.gz and apps-7.31.tar.gz.
+ Note that the release consists of two tarballs: nuttx-8.1.tar.gz and apps-8.1.tar.gz.
Both may be needed (see the top-level nuttx/README.txt file for build information).
apps/ is available in the ChangeLog file that can viewed in the Bitbucket GIT.
The ChangeLog for the current release is at the bottom of that file.
@@ -1544,9 +1544,9 @@
+
+
@@ -2798,6 +2803,28 @@ nsh>
+
+
+
+
+
+
+
+
+
+
+
+
@@ -5169,10 +5204,9 @@ nsh>
@@ -4283,6 +4310,10 @@ nsh>
These new architectural features include: Inter-core communications, power management, and clock management.
New drivers include: GPIO, PMIC, USB, SDHC, SPI, I2C, DMA, RTC, PWM, Timers, Watchdog Timer, UID, SCU, ADC, eMMC, Camera CISIF, GNSS, and others.
+
@@ -4995,6 +5026,11 @@ nsh>
See the Embedded Artists website for further information about this board.
+
LPC4508. - The port was verified on an LPC5408 by a NuttX user with relevant changes incorported in NuttX-7.26. + The port was verified on an LPC5408 by a NuttX user with relevant changes incorporated in NuttX-7.26.
-+ NXP S32K14x. + Support for the S32K14x family was added in NuttX-8.1. + Two boards are supported +
++ Both boards featured two NSH configurations: One for execution out of FLASH and a safe version that executes out of SRAM and, hence, cannot lock up the system because of a bad FLASH image. +
++ Driver Status. +
+NuttX-8.1 + The initial release for the S32K14x boards in NuttX included the following verfied drivers: Basic boot up logic, clock configuration, LPUART + console, Systick timer, and GPIO controls. + Additional complete-but-unverified drivers were also included: GPIO interrupts, eDMA, LPSPI, LPI2C, and Ethernet (S32K148 only). +
- STATUS: -
+ TI Tiva TM4C123H. + Architectural support for the Tiva TM4C123AH6PM was contributed in NuttX-8.1 by Nathan Hartman. +
+ STATUS: +NuttX-8.1. + Added support for BBSRAM, DTCM, RTC, and UID. All from David Sidrane. +
+