-
Notifications
You must be signed in to change notification settings - Fork 7k
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
drivers: watchdog: align sample and test to new DT #12468
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12468 +/- ##
=======================================
Coverage 49.72% 49.72%
=======================================
Files 292 292
Lines 42425 42425
Branches 9968 9968
=======================================
Hits 21096 21096
Misses 17178 17178
Partials 4151 4151 Continue to review full report at Codecov.
|
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.
These are changes not in the nRF watchdog driver but in the sample and test for all watchdog drivers, so both the commit and PR should be titled "drivers: watchdog: Align ...".
The label CONFIG_WDT_0_NAME
is still present in fixups for several SoCs. These occurrences should also be renamed. Hopefully, this renaming will make the CI green.
@anangl Thanks for this. I'll check it and intruduce required changes |
@MaureenHelm , Could you look at it? Small changes, but can be interesting for you! |
@anangl I fixed it in some other way. Please check my solution! |
Sample application and test are aligned to new DT naming convention. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
Sample application and test are aligned to new DT naming convention.
Signed-off-by: Karol Lasończyk karol.lasonczyk@nordicsemi.no