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

[DRAFT] Ensure all UARTs are defined as UARTs (not USARTs). #502

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2022

  1. update to 0.15.1

    burrbull committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    694c5b0 View commit details
    Browse the repository at this point in the history
  2. adc clippy fix

    burrbull authored and tim-seoss committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    1d51da6 View commit details
    Browse the repository at this point in the history
  3. Don't define UARTs as USARTs.

    Due to svd bugs, some UART peripherals were defined as USARTs.  This
    commit relies on PAC changes made in:
    stm32-rs/stm32-rs#754
    tim-seoss committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    fa7f43b View commit details
    Browse the repository at this point in the history