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/nucleo64: add pinout source #20931

Merged
merged 9 commits into from
Oct 22, 2024
Prev Previous commit
Next Next commit
boards/nucleo64-l0: add pinout source
  • Loading branch information
krzysztof-cabaj committed Oct 19, 2024
commit c9e4ae173befb9d5199cbc8bda8fdb459d233937
2 changes: 1 addition & 1 deletion boards/nucleo-l053r8/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cortex-M0+ STM32L053R8 microcontroller with 8KiB of RAM and 32KiB of Flash.

## Pinout

@image html pinouts/nucleo-l053r8.svg "Pinout for the nucleo-l053r8" width=50%
@image html pinouts/nucleo-l053r8.svg "Pinout for the Nucleo-L053r8 (from STM user manual UM1724, http://www.st.com/resource/en/user_manual/dm00105823.pdf, page 33)" width=50%

### MCU

Expand Down
2 changes: 1 addition & 1 deletion boards/nucleo-l073rz/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ STM32L073RZT6 microcontroller with 20KiB of RAM and 192KiB of Flash.

## Pinout

@image html pinouts/nucleo-l073rz.svg "Pinout for the nucleo-l073rz" width=50%
@image html pinouts/nucleo-l073rz.svg "Pinout for the Nucleo-L073RZ (from STM user manual UM1724, http://www.st.com/resource/en/user_manual/dm00105823.pdf, page 33)" width=50%

## Flashing the Board Using ST-LINK Removable Media

Expand Down