diff --git a/ChangeLog b/ChangeLog index 45892bcf3e..ddd2bf6fb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24261,7 +24261,7 @@ Move HSI48 enable from stm32_usbdev.c to stm32xx_rcc.c From Mateusz Szafoni (2019-05-17). -7.31 2019-07-22 Gregory Nutt +7.31 2019-07-21 Gregory Nutt * drivers/net/telnet.c: Handle ctrl events (SIGINT, SIGSTP). From Valmantas Paliksa (2019-05-21). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 41107d7d35..417c28c3a6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -104,7 +104,7 @@

NuttX RTOS

-

Last Updated: July 11, 2019

+

Last Updated: July 21, 2019

@@ -1467,11 +1467,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.30. - NuttX 7.30 is the 130th release of NuttX. - It was released on May 19, 2019, and is available for download from the + The current release is NuttX 7.31. + NuttX 7.31 is the 131st release of NuttX. + It was released on July 21, 2019, and is available for download from the Bitbucket.org website. - Note that the release consists of two tarballs: nuttx-7.30.tar.gz and apps-7.30.tar.gz. + Note that the release consists of two tarballs: nuttx-7.31.tar.gz and apps-7.31.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

@@ -1480,7 +1480,7 @@ @@ -1783,15 +1784,15 @@
  • STMicro STM32F207x (STM32 F2 family, ARM Cortex-M3)
  • STMicro STM32F302x (STM32 F3 family, ARM Cortex-M4)
  • STMicro STM32F303x (STM32 F3 family, ARM Cortex-M4)
  • -
  • STMicro STM32F334 (STM32 F3 family, ARM Cortex-M4)
  • -
  • STMicro STM32 F372/F373 (ARM Cortex-M4)
  • -
  • STMicro STM32F4x1 (STM32 F4 family, ARM Cortex-M4)
  • STMicroelectronics (Continued)
      +
    • STMicro STM32F334 (STM32 F3 family, ARM Cortex-M4)
    • +
    • STMicro STM32 F372/F373 (ARM Cortex-M4)
    • +
    • STMicro STM32F4x1 (STM32 F4 family, ARM Cortex-M4)
    • STMicro STM32F410 (STM32 F4 family, ARM Cortex-M4)
    • STMicro STM32F405x/407x (STM32 F4 family, ARM Cortex-M4)
    • STMicro STM32 F427/F437 (STM32 F4 family, ARM Cortex-M4)
    • @@ -2482,12 +2483,18 @@ This port was contributed by Petro Karashchenko. This board is based on the TI/Sitara AM3358 Cortex-A8 CPU running 1GHz.

      -

      - STATUS. +

        +
      • + NuttX-7.28. This initial port in NuttX-7.28 is very sparse. While not ready for prodcution use, the Beaglebone Black port is functional and will be the basis for a more extensive development. Additional work in progress to extend this port and more capable is anticipated in NuttX-7.29. -

        +
      • +
      • + NuttX-7.31. + An LCD driver was added in NuttX-7.31. +
      • +

      Refer to the Beaglebone Black board README file for further, up-to-date information.

      @@ -3750,6 +3757,9 @@ nsh>
    • Support for the Keil MCB1700 was contributed by Alan Carvalho de Assis in NuttX-7.23.
    • +
    • + Support for the NXP Semiconductors' PN5180 NFC Frontend Development Kit was contributed by Michael Jung in NuttX-7.1. This board is based on the NXP LPC1769 MCU. +

    @@ -3878,6 +3888,12 @@ nsh> This board configuration was contributed by Alan Carvalho de Assis in NuttX-7.23.

  • +
  • +

    PN5180 NFC Frontend Development Kit

    +

    + This board configuration was contributed by Michael Jung in NuttX-7.31. +

    +
  • @@ -4245,15 +4261,31 @@ nsh>

    Sony Spresence. - Basic support for the Sony Spresense board was include in the contribution of Nobuto Kobayashi in NuttX-7.30. NOTE: This is a bare bone basic Spresense port sufficient for running a NuttShell (NSH) and should not be confused with the full Spresence SDK offered from Sony. + Spresense is a compact development board based on Sony’s power-efficient multicore microcontroller CXD5602. + Basic support for the Sony Spresense board was included in the contribution of Nobuto Kobayashi in NuttX-7.30. NOTE: That was an initial, bare bones basic Spresense port sufficient for running a NuttShell (NSH) and should not be confused with the full Spresence SDK offered from Sony. + Since then there has been much development of the NuttX CXD56xx port.

    - Spresense is a compact development board based on Sony’s power-efficient multicore microcontroller CXD5602. Features: + Features:

    +

    + Driver Status: +

    + @@ -6385,6 +6500,10 @@ Mem: 29232 5920 23312 23312 NuttX-7.29. Abdelatif Guettouche contributed additional timer support including: Timer lower half driver, free-running, and one-shot timers.

    +

    + NuttX-7.31. + Abdelatif Guettouche contributed DMA support. +

    Refer to the NuttX board README file for further information. @@ -6569,26 +6688,42 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);

    Zilog eZ80Acclaim! Microcontroller. - There are two eZ80Acclaim! ports: + There are three eZ80Acclaim! ports:

    - Both boards are based on the eZ80F091 part and both use the Zilog ZDS-II + All three boards are based on the eZ80F091 part and all use the Zilog ZDS-II Windows command line tools. - The development environment is either Windows native or Cygwin under Windows. + The development environment is either Windows native or Cygwin or MSYS2 under Windows.

    diff --git a/ReleaseNotes b/ReleaseNotes index b17f00dd9e..19459f1963 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -23495,7 +23495,7 @@ detailed bugfix information): NuttX-7.31 Release Notes ------------------------ -The 131st release of NuttX, Version 7.31, was made on July 22, 2019, +The 131st release of NuttX, Version 7.31, was made on July 21, 2019, and is available for download from the Bitbucket.org website. Note that release consists of two tarballs: nuttx-7.31.tar.gz and apps-7.31.tar.gz. These are available from: