Skip to content

Commit 19b1d60

Browse files
authored
Merge pull request #116 from leo60228/serial-pins
Support Nucleo serial
2 parents a1183d5 + 0b51725 commit 19b1d60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/serial.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,12 @@ impl_pin_traits! {
793793
RTS_DE: PA1, PD4;
794794
CTS: PA0, PD3;
795795
}
796+
AF3: {
797+
TX: ;
798+
RX: PA15;
799+
RTS_DE: ;
800+
CTS: ;
801+
}
796802
}
797803
}
798804

0 commit comments

Comments
 (0)