Jim Mussared 4d568a5bd7 samd/boards/make-pins.py: Update to use tools/boardgen.py.
This replaces the previous make-pin-table.py with an implementation based
on boardgen.py.

- MICROPY_PY_MACHINE_PIN_BOARD_CPU macro is removed. This isn't optional
  on other ports, so no need for it to be optional on SAMD.
- pin_af_table is removed, and lookups just search the cpu dict instead
  (this saves N*wordsize bytes of firmware size to have this extra table).
- pins.csv is now BOARD,CPU to match other ports.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-11-03 14:18:32 +11:00

210 B

1A0_D0PA02
2A1_D1PA04
3A2_D2PA10
4A3_D3PA11
5A4_D4PA08
6A5_D5PA09
7A6_D6PB08
8A7_D7PB09
9A8_D8PA07
10A9_D9PA05
11A10_D10PA06
12USER_LEDPA17
13RX_LEDPA18
14TX_LEDPA19
15USB_DMPA24
16USB_DPPA25
17SWCLKPA30
18SWDIOPA31