From 052ff5ee84589ae8cd3fbd96f81bc0cc033d8edc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 14 Nov 2018 14:38:21 -0600 Subject: [PATCH] Update the NuttX 'About' Document in preparation for the 7.27 release. --- ChangeLog | 2 +- Documentation/NuttX.html | 81 +++++++++++++++++++++++++--------------- ReleaseNotes | 6 +-- 3 files changed, 55 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6480a2d5f..8b34e9d8a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20626,7 +20626,7 @@ -CONFIG_NETUTILS_PING or change them to CONFIG_SYSTEM_PING with CONFIG_NET_ICMP_SOCKET=y From Gregory Nutt (2018-09-05). -7.27 2018-11-15 Gregory Nutt +7.27 2018-11-14 Gregory Nutt * mm/iob: Add an IOB notifier that will send a signal to any registered threads that want to be notified when an IOB has been freed. This is an diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2a0207873c..8fe6d3857e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 9, 2018

+

Last Updated: November 14, 2018

@@ -524,6 +524,16 @@

+ +
+ +

+

  • + SPIFFS. FLASH file system, originally by Peter Anderson. +
  • +

    + +
    @@ -1027,7 +1037,7 @@

    -

  • NXFFS. the NuttX wear-leveling FLASH file system.
  • +
  • Wear-Leveling FLASH File Systems: NXFFS, SmartFS, SPIFFS.
  • @@ -1441,11 +1451,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.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).

    @@ -1454,7 +1464,7 @@
    • nuttx.

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

    • apps.
    • Atmel AVR
        @@ -4015,12 +4025,10 @@ nsh> STMicro STM32 F302 (STM32 F3 family). Architecture (only) support for the STM32 F302 was contributed in NuttX-7.10 by Ben Dyer (vi the PX4 team and David Sidrane).

        -
          -

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

        @@ -4034,7 +4042,7 @@ nsh> STMicro STM32 F303 (STM32 F3 family).

          -

          +

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

          -
        + The basic port for the Nucleo F303RE was contributed by Paul Alexander Patience and first released in NuttX-7.12. + Refer to the NuttX board README file for further information. +

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

      @@ -4552,6 +4561,7 @@ nsh>

      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.

        @@ -5454,18 +5464,24 @@ Mem: 29232 5920 23312 23312

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

      diff --git a/ReleaseNotes b/ReleaseNotes index 6c2164f249..17de626ab6 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -19678,7 +19678,7 @@ detailed bugfix information): NuttX-7.27 Release Notes ------------------------ -The 127th release of NuttX, Version 7.27, was made on November 15, 2018, +The 127th release of NuttX, Version 7.27, was made on November 14, 2018, and is available for download from the Bitbucket.org website. Note that release consists of two tarballs: nuttx-7.27.tar.gz and apps-7.27.tar.gz. These are available from: @@ -19888,7 +19888,7 @@ Additional new features and extended functionality: - XBee IEEE 802.15.4: Add support for setting/getting tx power. From Anthony Merlino. - * Other Common Device Drivers: + * Other Common Device Drivers: - GPIO: Support multiple registrations of GPIO signal events. From Xiang Xiao. @@ -20279,7 +20279,7 @@ detailed bugfix information): Noted by Shao Li in Issue 127. From Gregory Nutt. - NRF24L01: Fix compilation errors. From Mateusz Szafoni. - * Common Drivers: + * Other Common Drivers: - ALARM Upper Half: Fix alarm ISR error when no CONFIG_SCHED_TICKLESS drivers/timers/arch_alarm.c: Use uint64_t to avoid alarm 32-bit