micropython/ports/stm32/boards/NUCLEO_G0B1RE
Jim Mussared 98dff07bb4 stm32/boards: Fix errors in pins.csv and af.csv.
Fixes are:
- Comment out lines in pins.csv that do not have valid CPU pins.
  It's useful to keep these in the file as "documentation" but in order to
  make make-pins.py stricter they need to be commented out.
- Fix some typos (missing P prefix) in pins.csv.
  This resulted in some missing board pins.
- Fix some typos in af.csv files.
  Some typos of "ADC" and some other that were previously ignored.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-11-03 14:07:10 +11:00
..
board.json stm32/boards/NUCLEO_G0B1RE: Add NUCLEO_G0B1RE board definition. 2022-04-28 11:56:15 +10:00
mpconfigboard.h stm32/boards/NUCLEO_G0B1RE: Add config for USB and mboot. 2023-03-22 16:38:03 +11:00
mpconfigboard.mk stm32/boards/NUCLEO_G0B1RE: Add config for USB and mboot. 2023-03-22 16:38:03 +11:00
pins.csv stm32/boards: Fix errors in pins.csv and af.csv. 2023-11-03 14:07:10 +11:00
stm32g0xx_hal_conf.h stm32/boards/NUCLEO_G0B1RE: Add NUCLEO_G0B1RE board definition. 2022-04-28 11:56:15 +10:00