-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cpu/kinetis: model kconfig #17235
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/kinetis: model kconfig #17235
Conversation
72e7f8d
to
d0fa3d3
Compare
Rebased to resolve conflicts |
Ugg, rebase and maybe we can rerun to check the output... |
d0fa3d3
to
0f5916d
Compare
0f5916d
to
6d96862
Compare
6d96862
to
28c053f
Compare
#17307 is in, I rebased. Let's see what Murdock thinks |
It looks this is passing for all kinetis boards now |
1a0a36b
to
95d7511
Compare
I rebased to resolve conflicts. |
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.
A quick look over it looks good, let's wait for murdock I guess.
@@ -13,5 +13,8 @@ config BOARD_PHYNODE_KW41Z | |||
select BOARD_COMMON_KW41Z | |||
select HAS_PERIPH_I2C | |||
select HAS_PERIPH_SPI | |||
select HAVE_CCS811 |
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.
not a big deal but is seems there is a convention to have a newline to separate HAS_
and HAVE_
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.
oops, wanted to delete this one... It is super minor.
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.
Thanks, I fixed this.
It also looks like all the boards are included |
Please change the .,murdock file and squash! |
f076c4a
to
46765ca
Compare
Done! |
All green here |
Is this waiting for anything @MrKevinWeiss ? |
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! |
Contribution description
This models the Kconfig modules for all boards based on kinetis. 72e7f8d limits the CI to test only this on
mulle
for now. Some changes on drivers are also included here (mostly adding hardware features to indicate presence).The list of enabled boards is:
Testing procedure
make info-modules
list with and withoutTEST_KCONFIG=1
, they should match.Issues/PRs references
Part of #16875
Depends on #17307