diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 78b4779263..a0e22807cf 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: December 4, 2017
+Last Updated: March 2, 2017
In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available.
- The current release is NuttX 7.23.
- NuttX 7.23 is the 123rd release of NuttX.
- It was released on December 4, 2017, and is available for download from the
+ The current release is NuttX 7.24.
+ NuttX 7.24 is the 124th release of NuttX.
+ It was released on March 2, 2017, and is available for download from the
Bitbucket.org website.
- Note that the release consists of two tarballs: nuttx-7.23.tar.gz
and apps-7.23.tar.gz
.
+ Note that the release consists of two tarballs: nuttx-7.24.tar.gz
and apps-7.24.tar.gz
.
Both may be needed (see the top-level nuttx/README.txt
file for build information).
- Release notes for NuttX 7.23 are available here. + Release notes for NuttX 7.24 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. @@ -1446,7 +1446,7 @@
- Release notes for NuttX 7.23 are available here.
+ Release notes for NuttX 7.24 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.
@@ -1504,9 +1504,9 @@
Atmel SAM3X. - This port uses the Arduino Due development board that features the ATSAM3X8E MCU running at 84MHz. - See the Arduino Due page for more information. + There are two SAM3X boards supported: +
+STATUS: - As of this writing, the basic port is code complete and a fully verified configuration exists for the NuttShell NSH). + As of this writing, the basic Arduino Due port is code complete and a fully verified configuration exists for the NuttShell NSH). The first fully functional Arduino Due port was released in NuttX-6.29. Refer to the NuttX board README file for further information.
++ Support for the Flip&Click SAM3X was added in NuttX-7.24. +
Development Environments: @@ -4607,9 +4621,48 @@ nsh>
NuttX-7.23 A CAN driver was contributed by Alexander Vasiljev in NuttX-7.23. +
NuttX-7.24 + RTC and Windowed Watchdog Timer (WWDT) drivers were leveraged from the LPC17 and contributed by Gintaras Drukteinis. + Leveraged the LPC54xx SD/MMC to the LPC43xx. + There are still remaining issues with the SD/MMC driver and it is not yet functional. +
+ NCP LPC54xx. + A port to the LPCXpresso-LPC54628 was added in NuttX-7.24. Initial configurations include: A basic NSH configuration (nsh), a networking configuration (netnsh), and three graphics configurations (nxwm, fb, and lvgl). +
++ Driver Status. +
+NuttX-7.24 + The initial release for the LPC54xx in NuttX included the following drivers: UARTs, SysTick, SD/MMC, DMA, GPIO, GPIO interrupts, LEDs and buttons, LCD, WWDT, RTC, RNG, Ethernet, and SPI. The SPI driver is untested and there are known issues with the SD/MMC driver, however. +
+ Refer to the LPCXpresso-LPC54628 board README file for more detailed information about this port. +
+STMicro STM32 F745/F746. - Two boards are supported for this MCU: + Three boards are supported for this MCU:
++ STM32F746G Discovery. + One port uses the STMicro STM32F746G-DISCO development board featuring the STM32F746NGH6 MCU. The STM32F746NGH6 is a 216MHz Cortex-M7 operation with 1024Kb Flash. + Refer to the STMicro web site for further information about this board. +
++ Nucleo-144 board with STM32F746ZG. + A basic port for the Nucleo-144 board with the STM32F746ZG MCU was contributed in NuttX-7.16 by Kconstantin Berezenko. +
++ RAF Research Indium-F7 board. + A port to the RAF Research Indium-F7 board with the STM32F746ZG MCU was contributed in NuttX-7.24 by Bob Feretich (there are actually variants of the Indium boards with F722, F746, and F767 parts). +
+- STM32F746G Discovery. - One port uses the STMicro STM32F746G-DISCO development board featuring the STM32F746NGH6 MCU. The STM32F746NGH6 is a 216MHz Cortex-M7 operation with 1024Kb Flash. - Refer to the STMicro web site for further information about this board. -
-- A basic port for the Nucleo-144 board with the STM32F746ZG MCU was contribued in NuttX-7.16 by Kconstantin Berezenko. -
STATUS:
@@ -5711,6 +5777,11 @@ Mem: 29232 5920 23312 23312 Refer to the NuttX board README file for further information.+ PIC32MZEF Family. + A port is in available for the MikroElectronika Flip&Click PIC32MZ development board based on the PIC32MZ2048EFH100 MCU. + This board configuration was added in NuttX-7.24 and is, for the most part, compatible with the PIC32MZEC family. +