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. |
MrKevinWeiss
left a comment
There was a problem hiding this comment.
A quick look over it looks good, let's wait for murdock I guess.
| select BOARD_COMMON_KW41Z | ||
| select HAS_PERIPH_I2C | ||
| select HAS_PERIPH_SPI | ||
| select HAVE_CCS811 |
There was a problem hiding this comment.
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.
oops, wanted to delete this one... It is super minor.
There was a problem hiding this comment.
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 ? |
|
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
mullefor 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-moduleslist with and withoutTEST_KCONFIG=1, they should match.Issues/PRs references
Part of #16875
Depends on #17307