samd/boards: Add ADAFRUIT_FEATHER_M4_EXPRESS and _ITSYBITSY_M0_EXPRESS.

These two boards are used for testing, so it is favorable to have them
added early.

The full test set is:
- ADAFRUIT_FEATHER_M4_EXPRESS: SAMD51 with 32kHz crystal.
- ADAFRUIT_ITSYBITSY_M0_EXPRESS: SAMD21 without crystal.
- ADAFRUIT_ITSYBITSY_M4_EXPRESS: SAMD51 without crystal.
- SEEED_XIAO: SAM21 with 32kHz crystal.
This commit is contained in:
robert-hh
2022-06-04 15:42:56 +02:00
committed by Damien George
parent c4f7c0b8a2
commit 949a808076
9 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# Pin rows contain Pin number and pin name.
# Pin rows start with PIN_
# LED rows start with LED_
# If the pin name is omitted, the pin number is added as name.
# Rows for empty entries have to start with '-'
# Empty lines and lines not starting with PIN_ or LED_ are ignored
PIN_PA11,D0
PIN_PA10,D1
PIN_PA14,D2
PIN_PB09,D3
PIN_PA08,D4
PIN_PA15,D5
-
PIN_PA21,D7
-
PIN_PA07,D9
PIN_PA18,D10
PIN_PA16,D11
PIN_PA19,D12
PIN_PA17,D13
PIN_PA02,A0
PIN_PB08,A1
PIN_PB09,A2
PIN_PA04,A3
PIN_PA05,A4
PIN_PB02,A5
PIN_PA22,SDA
PIN_PA23,SCL
PIN_PB10,MO
PIN_PA12,MI
PIN_PB11,SCK
PIN_PA00,DOTSTAR_CLK
PIN_PA01,DOTSTAR_DATA
PIN_PB22,FLASH_MOSI
PIN_PB03,FLASH_MISO
PIN_PB23,FLASH_SCK
PIN_PA27,FLASH_CS
LED_PA17,LED
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 not starting with PIN_ or LED_ are ignored
7 PIN_PA11,D0
8 PIN_PA10,D1
9 PIN_PA14,D2
10 PIN_PB09,D3
11 PIN_PA08,D4
12 PIN_PA15,D5
13 -
14 PIN_PA21,D7
15 -
16 PIN_PA07,D9
17 PIN_PA18,D10
18 PIN_PA16,D11
19 PIN_PA19,D12
20 PIN_PA17,D13
21 PIN_PA02,A0
22 PIN_PB08,A1
23 PIN_PB09,A2
24 PIN_PA04,A3
25 PIN_PA05,A4
26 PIN_PB02,A5
27 PIN_PA22,SDA
28 PIN_PA23,SCL
29 PIN_PB10,MO
30 PIN_PA12,MI
31 PIN_PB11,SCK
32 PIN_PA00,DOTSTAR_CLK
33 PIN_PA01,DOTSTAR_DATA
34 PIN_PB22,FLASH_MOSI
35 PIN_PB03,FLASH_MISO
36 PIN_PB23,FLASH_SCK
37 PIN_PA27,FLASH_CS
38 LED_PA17,LED