diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 468d7868ce..cc4f2ea654 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 19, 2019

+

Last Updated: March 25, 2019

@@ -1461,11 +1461,11 @@

Released Versions

In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - The current release is NuttX 7.28. - NuttX 7.28 is the 128th release of NuttX. - It was released on January 19, 2019, and is available for download from the + The current release is NuttX 7.29. + NuttX 7.29 is the 129th release of NuttX. + It was released on March 25, 2019, and is available for download from the Bitbucket.org website. - Note that the release consists of two tarballs: nuttx-7.28.tar.gz and apps-7.28.tar.gz. + Note that the release consists of two tarballs: nuttx-7.29.tar.gz and apps-7.29.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

@@ -1474,7 +1474,7 @@

Refer to the LPCXpresso-LPC54628 board README file for more detailed information about this port. @@ -5136,7 +5178,9 @@ nsh>

@@ -5549,9 +5593,13 @@ Mem: 29232 5920 23312 23312
  • NuttX-7.17. - Davide Sidrane contributed PWR, RTC, BBSRAM, and DBGMCU support. + David Sidrane contributed PWR, RTC, BBSRAM, and DBGMCU support. Lok Tep contribed SPI, I2c, ADC, SDMMC, and USB device driver support.

  • +
  • +

    NuttX-7.29. + In NuttX-7.29, Valmantas Paliksa added a timer lowerhalf driver for STM32F7, ITM syslog support, a CAN driver with support for three bxCAN interfaces, and STM32F7 Quad SPI support. +

  • @@ -5637,7 +5685,7 @@ Mem: 29232 5920 23312 23312

    - STMicro STM32 H7x3 + STMicro STM32 H7x3 STMicro STM32 F76xx/F77xx. Architecture support for the STM32 H7x3 was added through efforts of several people in NuttX-7.26. Support is available for one board from this family:

    @@ -5651,10 +5699,13 @@ Mem: 29232 5920 23312 23312

    The basic NSH configuration is fully, thanks to the bring-up efforts of Mateusz Szafoni. This port is port is still a work in progress and additional drivers are being ported from the F7 family. - This description will be updated with more current information at the time of the NuttX-7.26 release (probably September, 2018).

    +

    + NuttX-7.29 + Support for DMA and USB OTG was added by Mateusz Szafoni in NuttX-7.29. +

    @@ -5705,10 +5756,14 @@ Mem: 29232 5920 23312 23312

  • NuttX-7.28. - GPIO Support Input daisy selection was added in NuttX-7.28 by David Sidrane + GPIO support Input daisy selection was added in NuttX-7.28 by David Sidrane

  • -

    +
  • +

    NuttX-7.29. + XBAR and OCOTP support was added in NuttX-7.28 by David Sidrane. + LCD Framebuffer suport was added by Johannes. +

  • @@ -5929,16 +5984,22 @@ Mem: 29232 5920 23312 23312 - Misoc LM32. + Misoc.

    - Misoc LM32 Architectural Support. - Architectural support for the Misoc LM32 was contributed by Ramtin Amin in NuttX 7.19. Driver support is basic in this initial release: Serial, Timer, and Ethernet. "Board" support is a available for developing with Misoc LM32 under Qemu or on your custom FPGA. + Misoc LM32 Architectural Support. + Architectural support for the Misoc LM32 was contributed by Ramtin Amin in NuttX 7.19

    + Minerva. + Architectural support for the Misoc Minoerva was contributed by Ramtin Amin in NuttX 7.29. +

    +

    + Drivers. + Driver support is basic in these initial releases: Serial, Timer, and Ethernet. "Board" support is a available for developing with Misoc LM32 under Qemu or on your custom FPGA. @@ -6217,13 +6278,22 @@ Mem: 29232 5920 23312 23312

    See the Microchip website for further information.

    +

    + This was a collaborative effort between Kristopher Tate, David Sidrane and myself. + The basic port is functional and a NuttShell (NSH) configuration is available. +

    +

    + 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. +

    +

    + STATUS: +

    -

    - Refer to the NuttX board README file for further information. +

    + NuttX-7.29. + Abdelatif Guettouche contributed additional timer support including: Timer lower half driver, free-running, and one-shot timers.

    -

    - 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. +

    + Refer to the NuttX board README file for further information.

    diff --git a/ReleaseNotes b/ReleaseNotes index 5f265fd1a4..15f9460319 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -22036,14 +22036,14 @@ Additional new features and extended functionality: - i.MXRT XBAR: Add XBAR Support. From David Sidrane. - i.MXRT USB: Add USB analog header file. From David Sidrane. - i.MXRT OCOTP: Added OCOTP Support. From David Sidrane. - - i.MXRT LCD: Adds framebuffer support for thje i.MXRT 1050. + - i.MXRT LCD: Adds framebuffer support for the i.MXRT 1050. Includes DCD initialization for SDRAM to provide space for the framebufer. External code I used/ported is from NXP and is BSD 3-clause license. From Johannes. * NXP i.MX RT Boards: - - IMXRT1050-EVK: Adds framebuffer support for thje i.MXRT 1050. + - IMXRT1050-EVK: Adds framebuffer support for the i.MXRT 1050. From Johannes. * NXP LPC17xx @@ -22112,9 +22112,9 @@ Additional new features and extended functionality: * STMicro STM32 Boards: - - B-L072Z-LRWAN1: Add sx127x configuration. From Mateusz Szafoni. + - B-L072Z-LRWAN1: Add SX127x configuration. From Mateusz Szafoni. - Nucleo-F091RC: Add support for SX127x radio. From Mateusz Szafoni. - - Nucleo-F091RC: Add sx127x configuration. From Mateusz Szafoni. + - Nucleo-F091RC: Add SX127x configuration. From Mateusz Szafoni. - Nucleo-F207ZG: Add support for USB and initialize CDCACM if configured. From Mateusz Szafoni. - STM32F429I-DISCO: Add an apps/examples/examples/nxhello @@ -22123,7 +22123,7 @@ Additional new features and extended functionality: Lorquet. - B-L072Z-LRWAN1: Use HSI as default clock source. From Mateusz Szafoni. - - Nucleo-L073RZ: Add sx127x configuration. From Mateusz Szafoni. + - Nucleo-L073RZ: Add SX127x configuration. From Mateusz Szafoni. - Nucleo-L073RZ: Port button logic from nucleo-f072 which appears to be the same. From Gregory Nutt. - Nucleo-L432KC: Add support for I2C driver initialization. From @@ -22145,7 +22145,7 @@ Additional new features and extended functionality: * TI CCxx: - CC1312R1: Code complete and builds successfully. Stalled on - further radio developed. I planned to integrate the IEEE 802.15.4 + further radio development. I planned to integrate the IEEE 802.15.4 radio interface, but the Cortex-M0 interface is not available with an open license.