stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
73 stars 51 forks source link

Serial/USART improvements #122

Closed agalakhov closed 1 year ago

dotcypress commented 1 year ago

Looks like this feature already implemented, see swap field on UART config

agalakhov commented 1 year ago

@dotcypress The swap feature swaps TX and RX pins. What I've added has nothing to do with swapping. It's about inverting their polarity.