David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
166 stars 44 forks source link

Add support for LPUSART1 on stm32l4x6 #77

Open seanybaggins opened 1 year ago

seanybaggins commented 1 year ago

Would be nice if we could use the same USART API for LPUSART.

David-OConnor commented 1 year ago

I concur. There are no blockers I'm aware of - just haven't gotten around to it.

David-OConnor commented 1 year ago

Update: I plan on adding FD-CAN next, and likely won't get to LPUART until after. PRs welcome; if not I'll still eventually try to add it.