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

Fixed setting HardwareTimer interrupt priority #1062

Merged
merged 2 commits into from
May 13, 2020

Commits on May 9, 2020

  1. Fixed setting HardwareTimer interrupt priority

    HardwareTimer::setInterruptPriority previously stored the priority fur future use,
    but it was typically never applied. It was applied only during the call to
    HAL_TIM_Base_Init in the HardwareTimer constructor.
    
    This change sets the priority immediately, in addition to storing it for future use by the HAL.
    sjasonsmith committed May 9, 2020
    Configuration menu
    Copy the full SHA
    7ea6570 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    ebf27ee View commit details
    Browse the repository at this point in the history