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

Commits on Oct 25, 2024

  1. Edited the interrupt dispatcher to not block for too long on interrupt

    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
    ikeofilic1 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f256412 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    f7b8ed0 View commit details
    Browse the repository at this point in the history
  2. Astyle fixes

    earlephilhower authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    426bb4d View commit details
    Browse the repository at this point in the history