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

Add STM32G0B/C support #1036

Merged
merged 7 commits into from
Jun 7, 2023
Merged

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    4f766a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f29894 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    e7ea251 View commit details
    Browse the repository at this point in the history
  2. [stm32] Fix DMAMUX max channel calculation

    The channel ids were incorrectly sorted as strings and then converted
    to int. The conversion must happen first for the correct ordering.
    The bug has no practical effect since no device has more than 8
    channels.
    chris-durand committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    60962a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    d461eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28177d View commit details
    Browse the repository at this point in the history
  3. [stm32] Do not enable FDCAN driver on STM32G0

    FDCAN on STM32G0 is currently not supported due to the shared interrupt
    handler.
    chris-durand committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    76d2d49 View commit details
    Browse the repository at this point in the history