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

Edited the interrupt dispatcher to not block for too long on interrupt #2558

Merged
merged 3 commits into from
Oct 26, 2024

Conversation

ikeofilic1
Copy link
Contributor

You only need to lock the mutex around the std::map check, not the whole IRQ callback
This is important if you have a time-sensitive interrupt on one of the cores

ikeofilic1 and others added 3 commits October 25, 2024 22:18
Only need to lock around the std::map check, not the whole IRQ callback

This is important if you have a time sensitive interrupt on one of the cores
@earlephilhower earlephilhower merged commit 3aa8df5 into earlephilhower:master Oct 26, 2024
26 checks passed
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 this pull request may close these issues.

2 participants