David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement RccPeriph and BaudPeriph for UART4, 5 traits

AShriki opened this issue · comments

Hi, I'm using the stm32l476re and it seems that these two traits are semi implemented for UART 4 and 5 in util.rs, but are commented out or incomplete. Can we open these up to the L4 family (minus l4x3, l4x2, l4x1) as well? Checking against the SVD, the entire family has UART 4 and 5. I'd be glad to submit a pull request if you are looking for contributors.

Done (Git hub; will be in next release)