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

Support the ReadReady and WriteReady traits on UART #821

Open
nils-van-zuijlen opened this issue Jul 25, 2024 · 1 comment
Open

Support the ReadReady and WriteReady traits on UART #821

nils-van-zuijlen opened this issue Jul 25, 2024 · 1 comment

Comments

@nils-van-zuijlen
Copy link

The ReadReady and WriteReady traits make generic checking of UART buffers possible.

As there already exist a uart_is_readable and uart_is_writable methods, I would hope it would be possible to implement them.

I can make a PR if you want.

@jannic
Copy link
Member

jannic commented Jul 27, 2024

Sounds like a good idea, and a PR would of course be welcome.

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

2 participants