Skip to content

Commit c3afafd

Browse files
robert-hhdpgeorge
authored andcommitted
samd/boards: Clean up comments and some pins in pins.csv files.
Remove two SPARKFUN_SAMD51_THINGS_PLUS pin definitions. There were definitions of TXD and RXD, but these pins do not exist on the board. They were only shown in the schematics. Also remove any reference to LED_. This is just a text change, no functional change.
1 parent 9508269 commit c3afafd

File tree

10 files changed

+9
-31
lines changed

10 files changed

+9
-31
lines changed

ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/pins.csv

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# If the pin name is omitted, the pin number is added as name.
5-
# Rows for empty entries have to start with '-'
64
# Empty lines and lines starting with # are ignored
75

86
PIN_PA27,LED_TX

ports/samd/boards/ADAFRUIT_FEATHER_M4_EXPRESS/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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 PIN_ or LED_ are ignored
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PB17,D0
97
PIN_PB16,D1

ports/samd/boards/ADAFRUIT_ITSYBITSY_M0_EXPRESS/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PA11,D0
97
PIN_PA10,D1

ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PA16,D0
97
PIN_PA17,D1

ports/samd/boards/ADAFRUIT_TRINKET_M0/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PA08,D0
97
PIN_PA02,D1

ports/samd/boards/MINISAM_M4/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PA02,A0_D9
97
PIN_PB08,A1_D10

ports/samd/boards/SAMD21_XPLAINED_PRO/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
# EXT1
97
PIN_PB00,EXT1_PIN3

ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PB08,A0_D0
97
PIN_PB09,A1_D1

ports/samd/boards/SEEED_XIAO_SAMD21/pins.csv

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PA02,A0_D0
97
PIN_PA04,A1_D1

ports/samd/boards/SPARKFUN_SAMD51_THING_PLUS/pins.csv

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Pin rows contain Pin number and pin name.
22
# Pin rows start with PIN_
3-
# LED rows start with LED_
43
# 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
4+
# Empty lines and lines not starting with PIN_ are ignored
75

86
PIN_PA13,D0
97
PIN_PA12,D1
10-
PIN_PB23,RXD
11-
PIN_PB22,TXD
128
PIN_PA06,D4
139
PIN_PA15,D5
1410
PIN_PA20,D6

0 commit comments

Comments
 (0)