Add PIO based Watchdog#144
Open
dave-ct wants to merge 3 commits into
Open
Conversation
Member
|
Thanks for raising this @dave-ct. This will let us discuss and tweak the code. When it comes time to merge though, it would be best for @Julia7676 to raise it, so they get properly credited in the release notes. |
Allows user to set watchdog timer in the config file.
|
I am happy/prefere for @dave-ct to put in throught. I have other things on for the next few days. Checking the actual changed files I was happy with comit 1, but just seen commit 2 as I type and it is bang on. |
Update on how the current watchdog timer functions.
LionsPhil
added a commit
to LionsPhil/enviro
that referenced
this pull request
Jun 6, 2026
Picked from pimoroni#144, with some adjustments to work with this branch. Most significantly, moving the config to custom_config to keep it atop the PascalKern@ fork patterns, and not setting up an RTC alarm, since we're already setting up an RTC timer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add PIO wathcdog to prevent hangs, code from @Julia7676 for issue #119