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

tests/thread_float: do not overload slow MCUs with IRQs #18632

Merged
merged 1 commit into from
Jan 4, 2023

Commits on Jan 3, 2023

  1. tests/thread_float: do not overload slow MCUs with IRQs

    If the regular context switches are triggered too fast, slow MCUs
    will be able to spent little time on actually progressing in the
    test. This will scale the IRQ rate with the CPU clock as a crude way
    too keep load within limits.
    maribu committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0835466 View commit details
    Browse the repository at this point in the history