From ced2bb1d94f8ed8f02d55be9f02f7f4d49692efd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Mar 2017 10:49:51 -0600 Subject: [PATCH] Update documentation in preparation for NuttX-7.20 release. --- Documentation/NuttX.html | 120 +++++++++++++++++++++++++++++---------- ReleaseNotes | 2 +- 2 files changed, 91 insertions(+), 31 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index decdfae634..1491d3b2fe 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 26, 2016

+

Last Updated: March 8, 2017

@@ -360,7 +360,7 @@

-

  • Loadable kernel modules.
  • +
  • Loadable kernel modules; lightweight, embedded shared libraries.
  • @@ -1339,11 +1339,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.19. - NuttX 7.19 is the 119th release of NuttX. - It was released on December 26, 2016, and is available for download from the + The current release is NuttX 7.20. + NuttX 7.20 is the 120th release of NuttX. + It was released on March 8, 2016, and is available for download from the Bitbucket.org website. - Note that the release consists of two tarballs: nuttx-7.19.tar.gz and apps-7.19.tar.gz. + Note that the release consists of two tarballs: nuttx-7.20.tar.gz and apps-7.20.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

    @@ -1352,7 +1352,7 @@ - -
  • nuvoTon
  • -
  • NXP +
  • NXP/Freescale + + +
  • + + +
  • NXP/Freescale (Continued) +
  • +
  • STMicroelectronics (Continued)
      -
    • STMicro STM32 F372/F373 (ARM Cortex-M4)
    • -
    • STMicro STM32F401x (STM32 F4 family, ARM Cortex-M4)
    • STMicro STM32F407x (STM32 F4 family, ARM Cortex-M4)
    • STMicro STM32 F427/F437 (STM32 F4 family, ARM Cortex-M4)
    • STMicro STM32 F429 (STM32 F4 family, ARM Cortex-M4)
    • @@ -3530,7 +3536,7 @@ nsh>

      FreeScale Kinetis K60. - This port uses the Freescale Kinetis TWR-K60N512 tower system. + This port uses the Freescale Kinetis TWR-K60N512 tower system. Refer to the Freescale web site for further information about this board. The TWR-K60N51 includes with the FreeScale Tower System which provides (among other things) a DBP UART connection.

      @@ -3550,16 +3556,30 @@ nsh>

      + +
      +
      +

      FreeScale Kinetis K64. - Support for the Kinetis K64 family and specifically for the NXP/Freescale Freedom K64F board was added in NuttX 7.17. + Support for the Kinetis K64 family and specifically for the NXP/Freescale Freedom K64F board was added in NuttX 7.17. Initial release includes two NSH configurations with support for on-board LEDs, buttons, and Ethernet with the on-board KSZ8081 PHY. SDHC supported has been integrated, but not verified. Refer to the NuttX board README file for further information.

      +

      + MK64FN1M0VMD12. + Architecture support for the _MK64FN1M0VMD12 was contributed by Maciej Skrzypek in NuttX-7.20. +

      +

      + Freescale Kinetis TWR-K64F120M. + Support for the Freescale Kinetis TWR-K64F120M was contributed in NuttX-7.20 by Maciej Skrzypek. Refer to the Freescale web site for further information about this board. + The board may be complemented by TWR-SER which includes (among other things), an RS232 and Ethernet connections. + Refer to the NuttX board README file for further information. +

      @@ -3591,6 +3611,36 @@ nsh>

      + +
      + +

      + FreeScale Kinetis K66. + Support for the Kinetis K64 family and specifically for the NXP/Freescale Freedom K66F board was contributed by David Sidrane in NuttX 7.20. + Refer to the NuttX board README file for further information. +

      + + +
      + +

      + Driver Status. +

      +
        +
      • + Most K6x drivers are compatible with the K66. +
      • +
      • + NuttX-7.20. David Sidrane also contributed support for a serial driver on the K66's LPUART. +
      • +
      + + + + +
      +
      +
      @@ -3978,6 +4028,16 @@ nsh>
    • Oneshot timer driver.
    • Quadrature encode contributed by Sebastien Lorquet.
    +

    + NuttX-7.20. + Additional drivers were added: +

    +
      +
    • Serial Audio Interface (SAI).
    • +
    • Power Managmement.
    • +
    • LPTIM.
    • +
    • Comparator (COMP).
    • +
    diff --git a/ReleaseNotes b/ReleaseNotes index 304a83bea3..ed69375e61 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -13176,7 +13176,7 @@ Additional new features and extended functionality: * NXP Freescale Kinetis: - - Kinetis: Added support for CHIP_MK60FN1M0VLQ12 chip. From Maciej + - Kinetis: Added support for CHIP_MK60FN1M0VLQ12 chip. From Maciej Skrzypek. - Kinetis: Add support for K64/K66 RTC lower half driver. From Neil Hancock.