-
8000
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
arch/arm/rp23xx: fix watchdog, enable TICK blocks #16299
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
[Experimental Bot, please feedback here] No, this PR does not fully meet the NuttX requirements. While it provides a summary of the changes and testing logs, it lacks crucial information required for proper review and integration. Here's a breakdown of the missing information:
Example of a better Impact section:
By providing more complete information in these sections, the PR will be much easier to review, understand, and ultimately merge. |
Converted to Draft for more testing |
467b76b
to
5c00dab
Compare
@acassis could you review it? I can't request or notify the reviewers after converting from the draft. |
On the RP2350, the watchdog receives its tick input from the system-level ticks block, unlike the RP2040, where the watchdog includes its own tick generator. Enable the TICK blocks, update the watchdog routines. Signed-off-by: Serg Podtynnyi <serg@podtynnyi.com>
Summary
On the RP2350, the watchdog receives its tick input from the system-level ticks block, unlike the RP2040, where the watchdog includes its own tick generator. Enable the TICK blocks, update the watchdog routines.
Impact
Working watchdog timer and TICK blocks.
Testing