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 @@

NuttX RTOS

-

Last Updated: December 4, 2017

+

Last Updated: March 2, 2017

@@ -1425,11 +1425,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.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).

@@ -1438,7 +1438,7 @@
  • ON Semiconductor: @@ -3451,16 +3453,28 @@ nsh>

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

    +
      +
    1. + The Arduino Due development board that features the ATSAM3X8E MCU running at 84MHz. + See the Arduino Due page for more information. +
    2. +
    3. + The Mikroelektronika Flip&Click SAM3X development board. This board is an Arduino Due work-alike with additional support for 4 mikroBUS Click boards. +
    4. +

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

    + +

    + Refer to the LPCXpresso-LPC54628 board README file for more detailed information about this port. +

    + + +

    @@ -5085,17 +5138,30 @@ Mem: 29232 5920 23312 23312

    STMicro STM32 F745/F746. - Two boards are supported for this MCU: + Three boards are supported for this MCU:

    +
      +
    1. +

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

      +
    2. +
    3. +

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

      +
    4. +
    5. +

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

      +
    6. +
    +

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


    diff --git a/ReleaseNotes b/ReleaseNotes index cc2f51b644..c9581a1667 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -16918,6 +16918,9 @@ Additional new features and extended functionality: dma/usbdev. From Masayuki Ishikawa. - LC823450: Introduce DVFS. This version only supports manual mode and Vdd1 is fixed to 1.2V. From Masayuki Ishikawa. + + * On Semiconductor LC823450 Drivers + - LC823450: Refactor timer driver. Add MTM timer APIs for DVFS. Introduce up_rtc_gettime() for CONFIG_RTC_HIRES. Introduce idle time calculation in DVFS. Also, DVFS autonomous mode based on CPU