Skip to content

Commit 4cbaab1

Browse files
robert-hhdpgeorge
authored andcommitted
samd/boards: Add missing TX/RX, SCL/SDA and SCK/MOSI/MISO pin names.
These were missing and are needed to support UART/I2C/SPI default pins. Signed-off-by: robert-hh <[email protected]>
1 parent daef1c1 commit 4cbaab1

File tree

10 files changed

+35
-7
lines changed

10 files changed

+35
-7
lines changed

ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/pins.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ A2,PB09
2121
A3,PA04
2222
A4,PA05
2323
A5,PB02
24-
TX,PB22
25-
RX,PB23
24+
RX,PA11
25+
TX,PA10
2626
SCL,PA23
2727
SDA,PA22
2828
MOSI,PB10

ports/samd/boards/ADAFRUIT_FEATHER_M4_EXPRESS/pins.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ A2,PB08
1515
A3,PB09
1616
A4,PA04
1717
A5,PB06
18+
RX,PB17
19+
TX,PB16
1820
SCL,PA13
1921
SDA,PA12
2022
MOSI,PB23

ports/samd/boards/ADAFRUIT_ITSYBITSY_M0_EXPRESS/pins.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ A2,PB09
1616
A3,PA04
1717
A4,PA05
1818
A5,PB02
19+
RX,PA11
20+
TX,PA10
1921
SDA,PA22
2022
SCL,PA23
2123
MOSI,PB10

ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/pins.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ A2,PB08
1616
A3,PB09
1717
A4,PA04
1818
A5,PA06
19+
20+
RX,PA16
21+
TX,PA17
1922
SDA,PA12
2023
SCL,PA13
2124
MOSI,PA00

ports/samd/boards/ADAFRUIT_METRO_M4_EXPRESS/pins.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ D11,PA19
2121
D12,PA17
2222
D13,PA16
2323

24+
RX,PA23
25+
TX,PA22
26+
2427
SDA,PB02
2528
SCL,PB03
2629

ports/samd/boards/ADAFRUIT_TRINKET_M0/pins.csv

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
RX,PA07
2+
TX,PA06
3+
SDA,PA08
4+
SCL,PA09
5+
MOSI,PA06
6+
MISO,PA09
7+
SCK,PA07
18
D0,PA08
29
D1,PA02
310
D2,PA09
411
D3,PA07
512
D4,PA06
613
DOTSTAR_DATA,PA00
714
DOTSTAR_CLK,PA01
8-
915
LED,PA10
1016

1117
USB_DM,PA24

ports/samd/boards/MINISAM_M4/pins.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ A5,PA06
77
A6,PA07
88
RX,PA16
99
TX,PA17
10+
D0,PA16
11+
D1,PA17
1012
D3,PA19
1113
D4,PA20
1214
D5,PA21
@@ -15,8 +17,8 @@ BUTTON,PA00
1517
AREF,PA03
1618
SDA,PA12
1719
SCL,PA13
18-
MOSI,PB22
19-
MISO,PB23
20+
MOSI,PB23
21+
MISO,PB22
2022
SCK,PA01
2123
DOTSTAR_DATA,PB03
2224
DOTSTAR_CLK,PB02

ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ENABLE_5V,PC14
1919
ENABLE_3V3,PC15
2020
TX,PB26
2121
RX,PB27
22+
SDA,PA13
23+
SCL,PA12
2224
SDA0,PA13
2325
SCL0,PA12
2426
SDA1,PA17

ports/samd/boards/SEEED_XIAO_SAMD21/pins.csv

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
RX,PB09
2+
TX,PB08
3+
SCL,PA09
4+
SDA,PA08
5+
MOSI,PA06
6+
MISO,PA05
7+
SCK,PA07
8+
19
A0_D0,PA02
210
A1_D1,PA04
311
A2_D2,PA10
@@ -9,7 +17,6 @@ A7_D7,PB09
917
A8_D8,PA07
1018
A9_D9,PA05
1119
A10_D10,PA06
12-
1320
USER_LED,PA17
1421
RX_LED,PA18
1522
TX_LED,PA19

ports/samd/boards/SPARKFUN_SAMD51_THING_PLUS/pins.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ A2,PB09
1515
A3,PA04
1616
A4,PA05
1717
A5,PB02
18+
RX,PA13
19+
TX,PA12
1820
SDA,PA22
1921
SCL,PA23
2022
MOSI,PB12
@@ -30,7 +32,6 @@ TXLED,PA27
3032

3133
USB_DM,PA24
3234
USB_DP,PA25
33-
USB_SOF,PA23
3435

3536
SWCLK,PA30
3637
SWDIO,PA31

0 commit comments

Comments
 (0)