Merge pull request #374 from cbruiz/fix/f1-uart-defs-

Fix UART definitions present in STM32F1 series
This commit is contained in:
Dario Nieuwenhuis 2024-01-30 00:29:51 +00:00 committed by GitHub
commit 65bf109bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,7 @@ impl PeriMatcher {
(".*:USART:sci3_v1_2", ("usart", "v4", "USART")),
(".*:USART:sci3_v2_0", ("usart", "v4", "USART")),
(".*:USART:sci3_v2_1", ("usart", "v4", "USART")),
(".*:UART:sci2_v1_1", ("usart", "v1", "USART")),
(".*:UART:sci2_v1_2_F4", ("usart", "v2", "USART")),
(".*:UART:sci2_v2_1", ("usart", "v3", "USART")),
(".*:UART:sci2_v3_0", ("usart", "v4", "USART")),