-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
boards/nucleo: removed duplicate features #7964
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.
ACK, maybe the commit messages could be unified:
board/nucleo: remove duplicate feature <feature>
maybe not unified, but at least corrected ('remove' vs 'added')... |
3a62aa8
to
0536ac1
Compare
done |
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.
Huh, didn't we look over the diff together?
ACK.
and go! |
@kaspar030 yes, we did, but we just looked if stuff was not build anymore that was build before. These left-overs here did not have an influence on the stuff that was build, they simply cluttered the FEATURES_PROVIDED var... |
As it seems, some duplicate feature definitions were overlooked in #7241. So this PR removes all features from the nucleo
Makefile.features
, which are already defined by the (common) CPU implementation.