stm32: add stm32g43x support and nucleo-g431rb board

This commit is contained in:
raiden00pl
2020-12-09 11:28:10 +01:00
committed by Alan Carvalho de Assis
parent 258fc77999
commit 0c05f2ea38
20 changed files with 1150 additions and 0 deletions

View File

@@ -1798,6 +1798,16 @@ One board is supported in this family:
**NuttX-9.1**. Initial support for booting NuttX to a functional NSH
prompt on this board.
STMicro STM32 G431x
-------------------
One board is supported in this family:
- **Nucleo-G431RB**. Initial board support for the
Nucleo-G431RB was added in NuttX-10.0. Refer to the NuttX board
`README <https://github.com/apache/incubator-nuttx/blob/master/boards/arm/stm32/nucleo-g431rb/README.txt>`__
file for further information.
STMicro STM32 L475
------------------

View File

@@ -246,6 +246,7 @@ MCU. Follow the links for the details:
- :ref:`introduction/detailed_support:STMicro STM32 F446` (STM32 F4 family, ARM Cortex-M4)
- :ref:`introduction/detailed_support:STMicro STM32 F46xx` (STM32 F4 family, ARM Cortex-M4)
- :ref:`introduction/detailed_support:STMicro STM32 G474x` (STM32 G4 family, ARM Cortex-M4)
- :ref:`introduction/detailed_support:STMicro STM32 G431x` (STM32 G4 family, ARM Cortex-M4)
- :ref:`introduction/detailed_support:STMicro STM32 L4x2` (STM32 L4 family, ARM Cortex-M4)
- :ref:`introduction/detailed_support:STMicro STM32 L475` (STM32 L4 family, ARM Cortex-M4)
- :ref:`introduction/detailed_support:STMicro STM32 L476` (STM32 L4 family, ARM Cortex-M4)