Skip to content

Commit

Permalink
samd/mcu: Fix wrong EIC table entries in pin-af-table.csv.
Browse files Browse the repository at this point in the history
Fixes:
- SAMD21: PB16
- SAMD51: PB03, PB22 and PB00.

Signed-off-by: robert-hh <robert@hammelrath.com>
  • Loading branch information
robert-hh authored and dpgeorge committed Jan 2, 2024
1 parent aea93a8 commit 3d0b627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/samd/mcu/samd21/pin-af-table.csv
Expand Up @@ -42,7 +42,7 @@ PA16,0,,10,30,20,06
PA17,1,,11,31,21,07
PA18,2,,12,32,30,02
PA19,3,,13,33,31,03
PB16,9,,50,,60,04
PB16,0,,50,,60,04
PB17,1,,51,,61,05
PA20,4,,52,32,70,04
PA21,5,,53,33,71,07
Expand Down
6 changes: 3 additions & 3 deletions ports/samd/mcu/samd51/pin-af-table.csv
Expand Up @@ -11,7 +11,7 @@
# Rows not starting with pa, pb, pc or pd are ignored.
# When editing the table with a spread sheet, take care to import the data as text.
Pin,EIC,ADC0,ADC1,SERCOM1,SERCOM2,TC,TCC1,TCC2
PB03,9,15,,,51,61,,
PB03,3,15,,,51,61,,
PA00,0,,,,10,20,,
PA01,1,,,,11,21,,
PC00,0,,10,,,,,
Expand Down Expand Up @@ -87,7 +87,7 @@ PA22,6,,,30,51,40,16,02
PA23,7,,,31,50,41,17,03
PA24,8,,,32,52,50,22,
PA25,9,,,33,53,51,,
PB22,22,,,12,52,70,,
PB22,6,,,12,52,70,,
PB23,7,,,13,53,71,,
PB24,8,,,00,21,,,
PB25,9,,,01,20,,,
Expand All @@ -107,6 +107,6 @@ PB30,14,,,70,51,00,40,06
PB31,15,,,71,50,01,41,07
PC30,14,,12,,,,,
PC31,15,,13,,,,,
PB00,9,12,,,52,70,,
PB00,0,12,,,52,70,,
PB01,1,13,,,53,71,,
PB02,2,14,,,50,60,22,

0 comments on commit 3d0b627

Please sign in to comment.