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

cpu/{gd32v,stm32}/periph/adc: make ADC clock setable #19630

Merged
merged 3 commits into from
May 11, 2024

Commits on May 11, 2024

  1. cpu/{gd32v,stm32}/periph/adc: make ADC clock setable

    This patch allows boards to select a max ADC clock speed. This could be
    handy if the board wants to clock the ADC differently according to the
    board's front end analog circuitry or MCU model's ADC capabilities.
    Enoch247 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4218fca View commit details
    Browse the repository at this point in the history
  2. cpu/{gd32v,stm32}/periph/adc: ensure max ADC speed is honored

    This patch ensures that the ADC's max clock speed is not exceded.
    Enoch247 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    410e55d View commit details
    Browse the repository at this point in the history
  3. boards/nucleo-f767zi: increase ADC clock speed

    This patch increases the board's ADC clock speed to the MCU's maximum
    speed.
    Enoch247 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4ed36bf View commit details
    Browse the repository at this point in the history