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.
This commit is contained in:
parent
95082693c3
commit
c3afafd1ec
|
@ -1,8 +1,6 @@
|
|||
# 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 starting with # are ignored
|
||||
|
||||
PIN_PA27,LED_TX
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with PIN_ or LED_ are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PB17,D0
|
||||
PIN_PB16,D1
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PA11,D0
|
||||
PIN_PA10,D1
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with # are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PA16,D0
|
||||
PIN_PA17,D1
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with # are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PA08,D0
|
||||
PIN_PA02,D1
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with # are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PA02,A0_D9
|
||||
PIN_PB08,A1_D10
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with # are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
# EXT1
|
||||
PIN_PB00,EXT1_PIN3
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with # are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PB08,A0_D0
|
||||
PIN_PB09,A1_D1
|
||||
|
|
|
|
@ -1,9 +1,7 @@
|
|||
# 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 starting with # are ignored
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PA02,A0_D0
|
||||
PIN_PA04,A1_D1
|
||||
|
|
|
|
@ -1,14 +1,10 @@
|
|||
# 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
|
||||
# Empty lines and lines not starting with PIN_ are ignored
|
||||
|
||||
PIN_PA13,D0
|
||||
PIN_PA12,D1
|
||||
PIN_PB23,RXD
|
||||
PIN_PB22,TXD
|
||||
PIN_PA06,D4
|
||||
PIN_PA15,D5
|
||||
PIN_PA20,D6
|
||||
|
|
|
Loading…
Reference in New Issue