Skip to content

Watchdog timer implemented

Jeff Gough requested to merge jeffmakes/firmware:wdt into master

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