-
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
Makefile.dep: filter periph_init modules #13648
Conversation
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.
Looks good and seems to work. I have one comment inline. If you take this, please squash that right in.
Btw: I really like the idea to move the split out file to |
4192724
to
1f12991
Compare
1f12991
to
d803143
Compare
Found dome more differences when running |
d803143
to
0ea0eb8
Compare
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
0ea0eb8
to
9279282
Compare
@maribu because of the comments above I simply added the filter and fix the performance issue, I'll move on to review #13349 for more general fixups and cleanups.
|
Murdock took super long for this one. Maybe there was another performance issue introduced? |
I think its just because all tests where run, but there where some test failures, all on nrf52dk. I'll try to reproduce. |
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. Works as expected. I see no way this could cause the test failures; so they should not delay this PR. However, it would still be good to investigate them.
Contribution description
This is PR is based on some of the cleanups in #13349.
It moves handling of. In doing so it also fixes the issue mentioned in #13639 (comment)_.MODULES
that implementFEATURES
to its ownmakefile
Testing procedure
Reproduce testing procedure in Makefile.dep: periph_init based on USEMODULE #13639, and verify all modules included.
Green murdock
I'm running
save_all_dependencies_resolution_variables.sh
Issues/PRs references
Based on #13349
Fixes issues introduced in #13639