-
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: model nrf52 boards #17299
boards: model nrf52 boards #17299
Conversation
cdfd7ef
to
919fefb
Compare
I had quite some trouble with this one, the common nrf52 dependencies are a complete mess: some select the common boards/nrf* something dependencies, but not the features, or the dependencies but not the common module, or the features and not the common module. Anyway, seems like its finally right, can I squash @leandrolanzieri to clean this up a bit? |
Sure, go ahead. It's gonna be easier to review |
0e916a7
to
2792097
Compare
Squashed |
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 to me already. Just some minor nits. Let's see what the CI thinks
@leandrolanzieri can I squash if green and remove the .murdock change? |
Go ahead |
Damn, recent changes broke this PR again... :( will adapt. |
Changes upstream |
03bb3a6
to
a699857
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.
Sorry I just spotted this now. Also there is a typo in the message of f54fdf3
Feel free to squash directly |
a699857
to
766bfea
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.
ACK, this was tested on the CI over all nrf52 boards.
Contribution description
Follow up to #16837 this models the remaining BOARDs
I had to do multiple changes to model this one, so commits are better checked one by one.
Testing procedure
Issues/PRs references
part of #16875