From 15f07b81d27c600d55804e3edebf60b26d7dd6b8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Jul 2018 14:25:11 -0600 Subject: [PATCH] Upate the NuttX.html 'About NuttX' document; update a README file. --- Documentation/NuttX.html | 37 ++++++++++++++++++++++++++++---- configs/nucleo-h743zi/README.txt | 3 ++- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 9038abc6f6..2c008b92f5 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 3, 2018

+

Last Updated: July 12, 2018

@@ -1514,7 +1514,7 @@
  • ARM Cortex-M0/M0+ (10)
  • ARM Cortex-M3 (37)
  • ARM Cortex-M4 (45)
  • -
  • ARM Cortex-M7 (11)
  • +
  • ARM Cortex-M7 (12)
  • Atmel AVR +
  • STMicro STM32 H7x3 (STM32 H7 family, ARM Cortex-M7)
  • Texas Instruments (some formerly Luminary)
    • TI TMS320-C5471 (ARM7TDMI)
    • @@ -5290,7 +5290,7 @@ Mem: 29232 5920 23312 23312

      STMicro STM32 F76xx/F77xx. - Architecture support for the STM32 F76xx and F77xx families was contributed by David Sidrane in NuttX 7.17. Support is available for one board from this family: + Architecture support for the STM32 F76xx and F77xx families was contributed by David Sidrane in NuttX 7.17. Support is available for two boards from this family:

      • @@ -5338,6 +5338,35 @@ Mem: 29232 5920 23312 23312 + +
        +
        + + +
        + +

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

        +
          +
        • +

          + Nucleo-H743ZI. + This is a member of the Nucleo-144 board family. + Support for this board was also added NuttX-7.26. + See the board README.txt file for further information. +

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

          +
        • +
        + + +

        diff --git a/configs/nucleo-h743zi/README.txt b/configs/nucleo-h743zi/README.txt index bc0de46443..db027d5898 100644 --- a/configs/nucleo-h743zi/README.txt +++ b/configs/nucleo-h743zi/README.txt @@ -155,4 +155,5 @@ Configurations nsh: This configuration provides a basic NuttShell configuration (NSH) - for the Nucleo-H743ZI. + for the Nucleo-H743ZI. The default console is the VCOM on USART3. +