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/stm32: Fix stm clock configuration #18797

Merged
merged 6 commits into from
Nov 15, 2022
Merged

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    17cce01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641d539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5892d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba4843b View commit details
    Browse the repository at this point in the history
  5. cpu/stm32/kconfig: rework clock tree

    This splits up the clock configs.
    It allows CPU_FAM based file sourcing and also common CPU_FAMs.
    The dependancies are also included in wildcards would be used for the CPU_FAM macro.
    This should be much more readable.
    This also takes into account the HSE speeds in order to match the make/header resolution.
    Some hidden symbols were added to make sorting many CPU_SERIES dependencies easier.
    MrKevinWeiss committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    28aed3c View commit details
    Browse the repository at this point in the history
  6. boards: Remove PLL overrides in kconfig

    Since we know the HSE speed, manual overrides are not needed anymore
    MrKevinWeiss committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    464f57b View commit details
    Browse the repository at this point in the history