PythonExtra/ports/stm32/boards/VCC_GND_F407ZG
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
..
bdev.c ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
board.json stm32/boards: Add images to board.json for Adafruit and VCC_GND boards. 2021-10-28 09:52:59 +11:00
board_init.c stm32/boards: Add VCC_GND_F407ZG board. 2021-05-20 23:17:51 +10:00
manifest.py ports: Make all network-capable boards use bundle-networking. 2023-02-01 12:42:06 +11:00
mpconfigboard.h stm32/boards: Use default spibdev config where appropriate. 2023-06-08 23:01:03 +10:00
mpconfigboard.mk all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2023-06-08 17:54:11 +10:00
pins.csv stm32/boards: Fix errors in pins.csv and af.csv. 2023-11-03 14:07:10 +11:00
stm32f4xx_hal_conf.h stm32/boards: Move includes to after defines in all hal_conf.h files. 2023-09-28 17:30:38 +10:00