boards/atmega328p-based: Model features in Kconfig#14176
boards/atmega328p-based: Model features in Kconfig#14176fjmolinas merged 8 commits intoRIOT-OS:masterfrom
Conversation
7818354 to
e45cfea
Compare
|
Rebased and added the boards to the whitelist of the test |
a0fdd68 to
8219870
Compare
8219870 to
0837322
Compare
fjmolinas
left a comment
There was a problem hiding this comment.
I general everything looks good regarding the 1:1 mapping to FEATURES_PROVIDED, but I have some questions regarding the implementation choices.
|
Discussed offline with @leandrolanzieri about the current
So what we want to do is:
Did I miss something @leandrolanzieri ? |
Nope, that's a good summary. |
|
@leandrolanzieri this one needs rebasing! |
0837322 to
71eb252
Compare
71eb252 to
4a1f6e5
Compare
|
@fjmolinas rebased and adapted to new classification |
fjmolinas
left a comment
There was a problem hiding this comment.
ACK, my changes have been addressed, lets see what murdock has to say :)
|
All green @fjmolinas :) |
Contribution description
Similarly to #13404, this models the symbols for all boards based on the
atmega328pCPU, and selects the features provided.Testing procedure
The test provided in boards/samr21-xpro: Model features in Kconfig #13404 should passtests/kconfig_featuresshould pass for all the atmega328p-based boards:Issues/PRs references
Depends on #13404