micropython/ports/samd/boards/SAMD21_XPLAINED_PRO/pins.csv
robert-hh ac1e31267b samd/boards: Rework the pins.csv files.
Changes are:
- Remove the LED_Pxxx definitions from pins.csv, now that the LED class is
  gone.
- Remove the '-' lines.
- Add default lines for USB and SWCLK, SWDIO.
2022-10-25 23:40:28 +11:00

1.1 KiB

1# Pin rows contain Pin number and pin name.
2# Pin rows start with PIN_
3# LED rows start with LED_
4# If the pin name is omitted, the pin number is added as name.
5# Rows for empty entries have to start with '-'
6# Empty lines and lines starting with # are ignored
7# EXT1
8PIN_PB00,EXT1_PIN3
9PIN_PB01,EXT1_PIN4
10PIN_PB06,EXT1_PIN5
11PIN_PB07,EXT1_PIN6
12PIN_PB02,EXT1_PIN7
13PIN_PB03,EXT1_PIN8
14PIN_PB04,EXT1_PIN9
15PIN_PB05,EXT1_PIN10
16PIN_PA08,EXT1_PIN11
17PIN_PA09,EXT1_PIN12
18PIN_PB09,EXT1_PIN13
19PIN_PB08,EXT1_PIN14
20PIN_PA05,EXT1_PIN15
21PIN_PA06,EXT1_PIN16
22PIN_PA04,EXT1_PIN17
23PIN_PA07,EXT1_PIN18
24# EXT2
25PIN_PA10,EXT2_PIN3
26PIN_PA11,EXT2_PIN4
27PIN_PA20,EXT2_PIN5
28PIN_PA21,EXT2_PIN6
29PIN_PB12,EXT2_PIN7
30PIN_PB13,EXT2_PIN8
31PIN_PB14,EXT2_PIN9
32PIN_PB15,EXT2_PIN10
33PIN_PB11,EXT2_PIN13
34PIN_PB10,EXT2_PIN14
35PIN_PA17,EXT2_PIN15
36PIN_PA18,EXT2_PIN16
37PIN_PA16,EXT2_PIN17
38PIN_PA19,EXT2_PIN18
39# EXT3
40PIN_PA02,EXT3_PIN3
41PIN_PA03,EXT3_PIN4
42PIN_PA15,EXT3_PIN6
43PIN_PA12,EXT3_PIN7
44PIN_PA13,EXT3_PIN8
45PIN_PA28,EXT3_PIN9
46PIN_PA27,EXT3_PIN10
47PIN_PB17,EXT3_PIN15
48PIN_PB22,EXT3_PIN16
49PIN_PB16,EXT3_PIN17
50PIN_PB23,EXT3_PIN18
51PIN_PB30,LED
52PIN_PA24,USB_DM
53PIN_PA25,USB_DP
54PIN_PA30,SWCLK
55PIN_PA31,SWDIO