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

Fix XTPRE divider always enabled on F1 and add bluepill DT clock support #34744

Merged
merged 2 commits into from
May 5, 2021

Commits on Apr 30, 2021

  1. clock_control: stm32f1: fix STM32_PLL_XTPRE check

    This is always defined since:
    
    755d09e include/drivers/clock_control: stm32: Update for STM32F1
    support
    
    So the condition has currently no effect and causes the prescaler to
    always be set to /2.
    
    Signed-off-by: Fabio Baltieri <[email protected]>
    fabiobaltieri committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e6c2bee View commit details
    Browse the repository at this point in the history
  2. boards: stm32_min_dev: convert to dt based clock config

    Convert the stm32_min_dev boards to the new device tree based config
    setup.
    
    Signed-off-by: Fabio Baltieri <[email protected]>
    fabiobaltieri committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    296497e View commit details
    Browse the repository at this point in the history