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

pwm: add option to break the loops when using multiple PWM channels #4227

Merged
merged 1 commit into from
Jul 26, 2021

Commits on Jul 26, 2021

  1. pwm: add option to break the loops when using multiple PWM channels

    PWM drivers currently use channel number 0 for the channels that are not
    used by the application. This commit adds number -1 which indicates that
    all following channels are not configured and that the loop can be broken.
    
    Signed-off-by: Michal Lenc <michallenc@seznam.cz>
    michallenc committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    4a615f2 View commit details
    Browse the repository at this point in the history