Fix watchdog bootloop
2.7 seconds was too aggressive for the latest build. Changed to 5.4 seconds, clearing every 5 seconds.
Clear watchdog on clearing software timer init so that clearing timer and watchdog timer start in sync.
Edited by swym
Merge request reports
Activity
added 23 commits
-
4e1d81ef...71701572 - 22 commits from branch
card10:master
- 5a834e47 - Remove #if 0 to enable watchdog_clearer_init();
-
4e1d81ef...71701572 - 22 commits from branch
- Resolved by Jeff Gough
- Resolved by Jeff Gough
- Resolved by Jeff Gough
- Resolved by Jeff Gough
assigned to @schneider
added 6 - Needs Testing label
added 3-Epicardium label
- Resolved by Jeff Gough
changed milestone to %v1.7
added 104 commits
-
636a7374...c77e4c13 - 94 commits from branch
card10:master
- 3eaf1a5b - Set watchdog to timeout at 5.4 seconds. Start clearing timer earlier in boot.
- 8f3a8a43 - Set watchdog clear period to 5 seconds, and clear the watchdog on clearer timer init
- 4b13f2d7 - Ran code-format.sh
- c3230208 - Move watchdog init code into watchdog module. Call watchdog_clearer_init() from hardware_init()
- da3a5534 - Ran code-format.sh
- 87240f73 - Clear watchdog every 2 seconds
- f3c08bf4 - Merge branch 'wdt-fix' of git.card10.badge.events.ccc.de:jeffmakes/firmware into wdt-fix
- 6d0f1256 - Move watchdog_init() into top of main() so it runs before any log writes. Init...
- a537a1fc - Remove stupid include
- c2354888 - Make watchdog reset log message more clear
Toggle commit list-
636a7374...c77e4c13 - 94 commits from branch
Please register or sign in to reply