stm32: model features of cpu families and boards to kconfig#14525
Merged
leandrolanzieri merged 33 commits intoRIOT-OS:masterfrom Jul 16, 2020
Merged
stm32: model features of cpu families and boards to kconfig#14525leandrolanzieri merged 33 commits intoRIOT-OS:masterfrom
leandrolanzieri merged 33 commits intoRIOT-OS:masterfrom
Conversation
737af73 to
d922432
Compare
cbb4994 to
83c5e6e
Compare
Contributor
leandrolanzieri
left a comment
There was a problem hiding this comment.
I think the msbiot board is missing. Other than that some minor comments
Contributor
Author
|
Comments addressed and msbiot added ! |
8e52893 to
c119561
Compare
Contributor
|
Looking good, please squash |
c119561 to
4c9049e
Compare
Contributor
Author
|
Murdock is happy, just missing an ACK here @leandrolanzieri ! |
leandrolanzieri
approved these changes
Jul 16, 2020
Contributor
leandrolanzieri
left a comment
There was a problem hiding this comment.
Changes look good and CI is happy. ACK!
Thanks @aabadie for this contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR models all STM32 families to Kconfig and also all boards based on a STM32 CPU.
Features that are conflicting for a family or a board are not handled by this PR.
This PR also enables periph_flashpage for nucleo-f031k6 since there's no reason (according to the manual) to skip this feature on it.
There's also a small cleanup for nucleo-f410rb/nucleo-f411re that were not including the common nucleo64 features.
Testing procedure
tests/kconfig_featuresIssues/PRs references
Part of #14148