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

serial.rs: support for additional interrupts #454

Open
joao404 opened this issue Jan 5, 2023 · 0 comments
Open

serial.rs: support for additional interrupts #454

joao404 opened this issue Jan 5, 2023 · 0 comments

Comments

@joao404
Copy link

joao404 commented Jan 5, 2023

Hello,

At the moment serial only supports interrupts for bits rxe, txe and idle. There is also a function to check if transmission is complete (is_tx_complete) but no function to enable listening for it. Is anyone currently adding this functionality or is it planned to switch to the same interface as stm32f3xx-hal where there are no specific functions for each event but instead everything is addressed by an enum? I would like to add this in the current fashion, if there are no other plans.

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

No branches or pull requests

1 participant