boards/kinetis-based: Model features in Kconfig#14421
boards/kinetis-based: Model features in Kconfig#14421fjmolinas merged 14 commits intoRIOT-OS:masterfrom
Conversation
|
@leandrolanzieri do we actually need this new |
|
I turned the |
|
I had to move the core selection to the models as I can't find a proper family classification that allows to imply that. |
I looked into this as well, and kind find a matching category. The current one used in the makefiles is actually wrong, works by chance.
How did you realize this? |
1 similar comment
I looked into this as well, and kind find a matching category. The current one used in the makefiles is actually wrong, works by chance.
How did you realize this? |
When I was looking model by model for the core I could not find |
|
I flashed |
|
I'm good with the symbols now, please squash @leandrolanzieri and trigger murdock! |
Also, rename CPU_FAMILY to the standard CPU_FAM.
f2b5f0a to
8385689
Compare
|
All green @fjmolinas ! |
|
Thanks for the review and the suggestions! |
Contribution description
This models the features provided by the kinetis CPUs and all the boards based on them:
frdm-k22ffrdm-k64ffrdm-kw41zmulleopenlabs-kw41z-miniopenlabs-kw41z-mini-256kibpba-d-01-kw2xphynode-kw41zteensy31usb-kw41zAlso cleans up the
Makefile.featuresof kinetis a bit.Testing procedure
CPU_SERIES_to group this.tests/kconfig_featuresshould pass for all boards.Issues/PRs references
Part of #14148