From 052ff5ee84589ae8cd3fbd96f81bc0cc033d8edc Mon Sep 17 00:00:00 2001
From: Gregory Nutt Last Updated: November 9, 2018 Last Updated: November 14, 2018
@@ -524,6 +524,16 @@
NuttX RTOS
-
+
-
In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available.
- The current release is NuttX 7.26.
- NuttX 7.26 is the 126th release of NuttX.
- It was released on September 8, 2018, and is available for download from the
+ The current release is NuttX 7.27.
+ NuttX 7.27 is the 127th release of NuttX.
+ It was released on November 15, 2018, and is available for download from the
Bitbucket.org website.
- Note that the release consists of two tarballs: nuttx-7.26.tar.gz and apps-7.26.tar.gz.
+ Note that the release consists of two tarballs: nuttx-7.27.tar.gz and apps-7.27.tar.gz.
Both may be needed (see the top-level nuttx/README.txt file for build information).
- Release notes for NuttX 7.26 are available here. + Release notes for NuttX 7.27 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. @@ -1462,7 +1472,7 @@
- Release notes for NuttX 7.26 are available here.
+ Release notes for NuttX 7.27 are available here.
Release notes for all released versions on NuttX are available in the Bitbucket GIT
The ChangeLog for the all releases of 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.
@@ -1520,8 +1530,8 @@
- STATUS: - There are currently no board configurations using the STM32 F302. -
-+ Support for the Nucleo-F302R8 board was added by raiden00pl in NuttX-7.27. + Refer to the NuttX board README file for further information. +
+
STM32F3-Discovery. This port uses the STMicro STM32F3-Discovery board featuring the STM32F303VCT6 MCU (STM32 F3 family). Refer to the STMicro web site for further information about this board. @@ -4048,17 +4056,18 @@ nsh> Refer to the NuttX board README file for further information.
+
STMicro ST Nucleo F303RE board. - Contributed by Paul Alexander Patience. -
-- STATUS: - The basic port for the Nucleo F303RE was first released in NuttX-7.12. -
-+ STMicro ST Nucleo F303ZE board. + Support for the Nucleo-F303ZE board was added by Mateusz Szafoni in NuttX-7.27. + Refer to the NuttX board README file for further information. +
STMicro STM32 L4x2. Architecture support for STM32 L4x2 family was contributed by Juha Niskanen in NuttX-7.21. + Support was extended for the STM32L412 and STM32L422 chips in NuttX-7.27. Two boards are currently supported.
NXP/Freescale i.MX RT. - The initial port to the IMXRT1050-EVKB featuring the MIMXRT1052DVL6A Crossover MCU was included initially in NuttX-.25. + The initial port to the IMXRT1050-EVKB featuring the MIMXRT1052DVL6A Crossover MCU was included initially in NuttX-7.25. The initial port was the joint effort of Janne Rosberg, Ivan Ucherdzhiev, and myself. Ivan gets credit for the bulk of the bring-up work and for the Hyper FLASH boot logic. +
+ Another port, this one for the IMXRT1060-EVKB featuring the MIMXRT1062DVL6A Crossover MCU, was added by David Sidrane in NuttX-7.27.STATUS:
+
The basic IMXRT1050-EVK port is complete and verified configurations are available. Refer to the NuttX board README file for further information. -
++ The basic IMXRT1060-EVK port is complete but un-verified as of NuttX-7.27. + Refer to the NuttX board README file for more current status information. +
i.MX RT Driver Status: @@ -5477,7 +5493,12 @@ Mem: 29232 5920 23312 23312
NuttX-7.26. - NuttX-7.26 added RTC, SNVX, and Serial TERMIOS support. + NuttX-7.26 added RTC, SNVS, and Serial TERMIOS support. +
+NuttX-7.27. + NuttX-7.27 added LPI2C (from Ivan Ucherdzhiev) and SD card support via USDHC (from Dave Marples).