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

[sam] GPIO setOutput overrides peripheral control #822

Merged

Commits on Feb 9, 2022

  1. [sam] GPIO setOutput overrides peripheral control

    Calling setOutput now overrides peripheral control of the pin. This
    behavior is consistent with the STM32 GPIO implementation, this commit also
    ensures output value is set before the output drive is enabled to prevent
    glitch.
    
    Co-authored-by: Christopher Durand <christopher.durand@rwth-aachen.de>
    mcbridejc and chris-durand committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    148f1f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c868f59 View commit details
    Browse the repository at this point in the history