Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards/nucleo-g431rb & g474re: add pinouts to boards doc page #20832

Merged
merged 3 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions boards/nucleo-g431rb/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions boards/nucleo-g474re/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading