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

split USART and UART #533

Closed
wants to merge 3 commits into from
Closed

split USART and UART #533

wants to merge 3 commits into from

Commits on Sep 28, 2022

  1. 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 authored and burrbull committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d21cd27 View commit details
    Browse the repository at this point in the history
  2. nightlies

    burrbull committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8283177 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. split USART and UART

    burrbull committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6612d6e View commit details
    Browse the repository at this point in the history