stm32l4xx-hal icon indicating copy to clipboard operation
stm32l4xx-hal copied to clipboard

LPUART implementation in serial.rs

Open rgw3d opened this issue 3 years ago • 6 comments

I'd like to be able to use the lpuart capability on my STM32L496, and noticed that it wasn't already implemented!

I might make an effort to do this myself, but was curious if someone has thought about this already and had insight as to why it wasn't implemented already.

rgw3d avatar Apr 30 '21 16:04 rgw3d

Needed the same thing, came up with this, not yet tested though: https://github.com/romixlab/stm32l4xx-hal/commit/1cf33325a04bf5c40eb4cb140723e6a1605bc6c6

romixlab avatar May 06 '21 15:05 romixlab

This works: https://github.com/romixlab/stm32l4xx-hal/commit/3a1b7be9c656dedcbdd02c85ddd50d927010a782

romixlab avatar May 07 '21 12:05 romixlab

The answer to not being implemented yet is simple, none of the maintainers has needed it yet :) We would welcome a PR adding the LPUART.

korken89 avatar May 31 '21 13:05 korken89

This works: romixlab@3a1b7be

would you like to make this a PR? I'm in need of the same thing. I don't want to work on it too if you plan to do this soonish.

jglauche avatar Jun 06 '21 16:06 jglauche

I have not been able to work on this at all yet

rgw3d avatar Jun 06 '21 20:06 rgw3d

Finally got some time to work on this, PR is open.

romixlab avatar Jun 23 '21 20:06 romixlab