From f5ad1d5b3e7965fde9c0cbad67d4155962e556dd Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Thu, 22 Aug 2024 13:47:02 +0200 Subject: [PATCH 1/3] boards/nucleo-g431rb & g474re: add pinouts file --- .../src/pinouts/nucleo-g431rb-and-more.svg | 1439 +++++++++++++++++ 1 file changed, 1439 insertions(+) create mode 100644 doc/doxygen/src/pinouts/nucleo-g431rb-and-more.svg diff --git a/doc/doxygen/src/pinouts/nucleo-g431rb-and-more.svg b/doc/doxygen/src/pinouts/nucleo-g431rb-and-more.svg new file mode 100644 index 000000000000..6000ba68f660 --- /dev/null +++ b/doc/doxygen/src/pinouts/nucleo-g431rb-and-more.svg @@ -0,0 +1,1439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 287a4b33797d2b5227b7e8d9305a1a271964593f Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 23 Aug 2024 20:54:09 +0200 Subject: [PATCH 2/3] boards/nucleo-g431rb: add pinout to board page --- boards/nucleo-g431rb/doc.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/nucleo-g431rb/doc.txt b/boards/nucleo-g431rb/doc.txt index 7981fab456d4..7c3eec0652ba 100644 --- a/boards/nucleo-g431rb/doc.txt +++ b/boards/nucleo-g431rb/doc.txt @@ -8,6 +8,10 @@ The Nucleo-G431RB is a board from ST's Nucleo family supporting a ARM Cortex-M4 STM32G431RB microcontroller with 32KiB of RAM and 128KiB of Flash. +## Pinout + +@image html pinouts/nucleo-g431rb-and-more.svg "Pinout for the nucleo-g431rg (from STM board manual)" width=50% + ## Flashing the device ### Flashing the Board Using OpenOCD From aff4bd4f4dc46ffdd957cae2d083115bd53e2774 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 23 Aug 2024 21:07:07 +0200 Subject: [PATCH 3/3] boards/nucleo-g474re: add pinout to doc page --- boards/nucleo-g474re/doc.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/nucleo-g474re/doc.txt b/boards/nucleo-g474re/doc.txt index c34d1b4bbc75..1bb1c0457016 100644 --- a/boards/nucleo-g474re/doc.txt +++ b/boards/nucleo-g474re/doc.txt @@ -8,6 +8,10 @@ The Nucleo-G474RE is a board from ST's Nucleo family supporting a ARM Cortex-M4 STM32G474RE microcontroller with 128KiB of RAM and 512KiB of Flash. +## Pinout + +@image html pinouts/nucleo-g431rb-and-more.svg "Pinout for the nucleo-g4741re (from STM board manual)" width=50% + ## Flashing the device ### Flashing the Board Using OpenOCD