-
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
boards/nrf-based: Model features in Kconfig #14440
boards/nrf-based: Model features in Kconfig #14440
Conversation
cd9fc79
to
4994351
Compare
I've renamed the symbol and rebased to master to resolve the conflict in the Makefile. |
please squash and let's see what Murdock has to say |
a073758
to
204b863
Compare
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.
Murdock is green which means that features exposed by Kconfig are in sync with the current Make based mechanism.
Kconfig files are correct.
ACK and go!
Thanks for reviewing! |
Contribution description
This models the provided features for all nrf5x-based boards:
Testing procedure
tests/kconfig_features
should pass for all boardsIssues/PRs references
Part of #14148