iNavFlight / inav

INAV: Navigation-enabled flight control software
https://inavflight.github.io
GNU General Public License v3.0
3.11k stars 1.47k forks source link

at32: add uart pinswap #10333

Closed bkleiner closed 2 weeks ago

bkleiner commented 3 weeks ago

adds support for uart pin swapping on at32. gated behind a target define in for of USE_UART*_PIN_SWAP replaces #9239 #10065 fixes #10059 #9972

Bloody-Badboy commented 3 weeks ago

Initially I tried swapping uart3 tx rx pin in target.h but that didn't help. But this PR it's working as expected able to use uart3 😃