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

Hidden blocking in libraries (Arduino problem) #54

Open
lars-t-hansen opened this issue Feb 27, 2023 · 0 comments
Open

Hidden blocking in libraries (Arduino problem) #54

lars-t-hansen opened this issue Feb 27, 2023 · 0 comments
Labels
bug Something isn't working firmware

Comments

@lars-t-hansen
Copy link
Collaborator

The Arduino libraries do a lot of hidden blocking with delay(). As a consequence, we should consider either moving off the Arduino libraries or making all of our timers resilient to this type of problem (not sure what to do about that yet). There are risks that the event queue will fill up with timer event if something blocks for too long, and after that there's no telling what will happen.

@lars-t-hansen lars-t-hansen added the bug Something isn't working label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working firmware
Projects
None yet
Development

No branches or pull requests

1 participant