Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPUART implementation in serial.rs #223

Open
rgw3d opened this issue Apr 30, 2021 · 6 comments · May be fixed by #238
Open

LPUART implementation in serial.rs #223

rgw3d opened this issue Apr 30, 2021 · 6 comments · May be fixed by #238

Comments

@rgw3d
Copy link

rgw3d commented Apr 30, 2021

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.

@romixlab
Copy link

romixlab commented May 6, 2021

Needed the same thing, came up with this, not yet tested though: romixlab@1cf3332

@romixlab
Copy link

romixlab commented May 7, 2021

This works: romixlab@3a1b7be

@korken89
Copy link
Collaborator

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.

@jglauche
Copy link
Contributor

jglauche commented Jun 6, 2021

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.

@rgw3d
Copy link
Author

rgw3d commented Jun 6, 2021

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

@romixlab romixlab linked a pull request Jun 23, 2021 that will close this issue
@romixlab
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants