-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/kinetis-based: Model features in Kconfig #14421
boards/kinetis-based: Model features in Kconfig #14421
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 ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK!
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-k22f
frdm-k64f
frdm-kw41z
mulle
openlabs-kw41z-mini
openlabs-kw41z-mini-256kib
pba-d-01-kw2x
phynode-kw41z
teensy31
usb-kw41z
Also cleans up the
Makefile.features
of kinetis a bit.Testing procedure
CPU_SERIES_
to group this.tests/kconfig_features
should pass for all boards.Issues/PRs references
Part of #14148