Files
micropython/ports/samd/boards/SAMD_GENERIC_D51X20/pins.csv
robert-hh 6b2e359076 samd/boards: Add generic SAMD51x20 board definitions.
The definition uses the internal oscillator for clock and only internal
flash for the file system.

It works at SAMD51J20 device as well, only that fewer pins are accessible.

Tested with a SAMD51J20 board.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-02-07 18:00:44 +11:00

341 B

1# The lines contain pairs of Pin name and Pin number.
2# Pin names must be valid Python identifiers.
3# Pin numbers have the form Pxnn, with x being A, B, C or D.
4# Lines starting with # or empty lines are ignored.
5USB_DM,PA24
6USB_DP,PA25
7QSPI_CS,PB11
8QSPI_SCK,PB10
9QSPI_D0,PA08
10QSPI_D1,PA09
11QSPI_D2,PA10
12QSPI_D3,PA11
13SWCLK,PA30
14SWDIO,PA31