stm32f4xx-hal
stm32f4xx-hal copied to clipboard
[DRAFT] Ensure all UARTs are defined as UARTs (not USARTs).
Due to stm32f4 SVD bugs in some parts, some UART peripherals were incorrectly defined as (more feature-full) USARTs. This PR relies on PAC changes made in: https://github.com/stm32-rs/stm32-rs/pull/754