Watchdog timer implemented
Enable watchdog timer on boot. Add FreeRTOS task to clear the timer. Watchdog expires after 10.7 seconds, and is cleared every 8 seconds.
Merge request reports
Activity
- Resolved by Jeff Gough
- Resolved by Jeff Gough
- Resolved by Jeff Gough
added 3-Epicardium label
changed milestone to %v1.4
@jeffmakes, I have nominated this MR for version 1.4 which is due in a few hours. What is your state on this?
If you haven't seen it already: https://www.freertos.org/xTimerCreateStatic.html contains an example.
assigned to @rahix
added 6 commits
- 4da6dd8a - Set watchdog to expire after 2.7 seconds
- 665ee44a - Refactor to use software timer instead of task to clear the watchdog.
- 03ca1ae0 - Output log message in case of system reset due to watchdog timeout
- f4b4ef71 - Tweak watchdog reset log message
- 4b77f64c - Clear watchdog every 2 seconds
- b43f20b5 - Ran code-format.sh
Toggle commit listmentioned in commit 2e84e69a
Please register or sign in to reply