From 72a06a6cc7e9f39b49f011d568ab87fc1b1ab8ca Mon Sep 17 00:00:00 2001
From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com>
Date: Mon, 22 Jun 2020 10:26:58 -0400
Subject: [PATCH] Docs and README: Add STM32G474, B-G474E-DPOW1 board
Documentation/NuttX.html:
Documentation/README.html:
README.txt:
boards/README.txt:
Document initial support for the STM32G474 MCU and
B-G474E-DPOW1 Discovery kit was added in NuttX-9.1.
---
Documentation/NuttX.html | 30 ++++++++++++++++++++++++++++++
Documentation/README.html | 2 ++
README.txt | 2 ++
boards/README.txt | 4 ++++
4 files changed, 38 insertions(+)
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 6f6bee00a1..2e2b6e880d 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -1797,6 +1797,7 @@
STMicro STM32 F433 (STM32 F4 family, ARM Cortex-M4)
STMicro STM32 F446 (STM32 F4 family, ARM Cortex-M4)
STMicro STM32 F46xx (STM32 F4 family, ARM Cortex-M4)
+ STMicro STM32 G474x (STM32 G4 family, ARM Cortex-M4)
STMicro STM32 L4x2 (STM32 L4 family, ARM Cortex-M4)
STMicro STM32 L475 (STM32 L4 family, ARM Cortex-M4)
STMicro STM32 L476 (STM32 L4 family, ARM Cortex-M4)
@@ -4846,6 +4847,35 @@ nsh>
+
+
|
+
|
+
+
+
|
+
+
+ STMicro STM32 G474.
+ One board is supported in this family:
+
+
+
+ Status:
+ |
+
+
|
|
diff --git a/Documentation/README.html b/Documentation/README.html
index 275515d44b..3024cf5b65 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -232,6 +232,8 @@ nuttx/
| | |- stm32/
| | | |- axoloti/
| | | | `- README.txt
+ | | | |- b-g474e-dpow1/
+ | | | | `- README.txt
| | | |- clicker2-stm32/
| | | | `- README.txt
| | | |- cloudctrl/
diff --git a/README.txt b/README.txt
index 5b8845eb8f..296a32d0e8 100644
--- a/README.txt
+++ b/README.txt
@@ -2112,6 +2112,8 @@ nuttx/
| | |- stm32/
| | | |- axoloti/
| | | | `- README.txt
+ | | | |- b-g474e-dpow1/
+ | | | | `- README.txt
| | | |- clicker2-stm32/
| | | | `- README.txt
| | | |- cloudctrl/
diff --git a/boards/README.txt b/boards/README.txt
index 832ba27493..719f7db6c7 100644
--- a/boards/README.txt
+++ b/boards/README.txt
@@ -188,6 +188,10 @@ boards/arm/stm32/axoloti
Support for the Axoloti synthesizer board based on the STMicro
STM32F427IGH6 MCU. See: http://www.axoloti.com/
+boards/arm/stm32/b-g474e-dpow1
+ Initial support for booting NuttX to a functional NSH prompt on the
+ STMicro B-G474E-DPOW1 Discovery kit with STM32G474RE MCU.
+
boards/arm/stm32f0l0g0/b-l072z-lrwan1
STMicro STM32L0 Discovery kit with LoRa/SigFox based on STM32L072CZ MCU.