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

General Multicore Improvements #121

Merged
merged 3 commits into from
May 25, 2023
Merged

Commits on Mar 10, 2023

  1. Allow camkes components to know affinity

    Signed-off-by: Alex Pavey <[email protected]>
    chrisguikema authored and Alex Pavey committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3aa63f4 View commit details
    Browse the repository at this point in the history
  2. Add build time error check for affinity

    Signed-off-by: Alex Pavey <[email protected]>
    Alex Pavey authored and Alex Pavey committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5e950da View commit details
    Browse the repository at this point in the history
  3. Put fault handler and control on the same core

    The fault handler thread currently is set to the default core which can
    cause a component's fault handler threads and control threads to be on
    separate cores if the affinity attribute is set. This change sets the
    fault handler thread and control thread to run on the same core.
    
    Signed-off-by: Alex Pavey <[email protected]>
    Alex Pavey authored and Alex Pavey committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5cee643 View commit details
    Browse the repository at this point in the history