-
Notifications
You must be signed in to change notification settings - Fork 8.1k
boards: raspberrypi: rpi_pico2: enable wdt0 #85005
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
Conversation
I'm sorry, I was wrong: I misread the commit log. I still think it'd be good to squash these together, but it was incorrect of me to think this caused a broken state. |
Enables the watchdog timer to align with the rpi_pico's setting. Signed-off-by: TOKITA Hiroshi <[email protected]>
`watchdog_start_tick` is a just wrapper for `tick_start`. To simplify, changing it to call directly. Signed-off-by: TOKITA Hiroshi <[email protected]>
Review the dependencies to make it unnecessary to pull in the watchdog driver. Signed-off-by: TOKITA Hiroshi <[email protected]>
313dfa2
to
6b18446
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.
Updating the list of supported features in the board documentation would be nice but with #85652 around the corner I think I can live with that :)
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, passes test under Twister.
I agree with @kartben about the documentation issue on both fronts.
Yes, I will update it accordingly once #85652 is merged. |
I'm very sorry, but could you please take a look at it? |
Enables the watchdog timer to match the rpi_pico's configuration.
Also includes a minor cleanup of related code.
We need to solve #84974 first.