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

Use non-blocking communication in EDU code #191

Closed
Tracked by #190
PatrickKa opened this issue Dec 14, 2023 · 2 comments · Fixed by #249
Closed
Tracked by #190

Use non-blocking communication in EDU code #191

PatrickKa opened this issue Dec 14, 2023 · 2 comments · Fixed by #249

Comments

@PatrickKa
Copy link
Contributor

PatrickKa commented Dec 14, 2023

Description

Using DMA and non-blocking functions for the serial interfaces means that the higher level code will also most likely change, since we now have to explicitly wait (suspend the thread) while the communication is going. This should also be coupled with timeouts.

@PatrickKa
Copy link
Contributor Author

Blocked by #178

@PatrickKa
Copy link
Contributor Author

Blocked by #183 and #38

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

Successfully merging a pull request may close this issue.

1 participant