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: Restructure stm32 clk kconfig model #18771

Closed
wants to merge 2 commits into from

Commits on Oct 21, 2022

  1. cpu/stm32/Kconfig: Split clk configs

    This PR splits the Kconfig clock configurations for the stm32s
    from one file for all series,
    into many each series and any common combinations of series.
    This makes it more readable and matches what is done in make a bit
    closer.
    
    As only the series that is applicable gets sourced, it also removes
    a lot of noise created by other series configurations being included.
    MrKevinWeiss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ad5a0a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b08c71d View commit details
    Browse the repository at this point in the history