Open
Description
I would like to suggest an API to add simple watchdog support to the Arduino core. The default behavior could be to reset the board if locked up more than 5 seconds. The API could be implemented with the hardware watchdog or with a simple counter updated by the millis() ISR and timeout check in main(). Please see the below fork and latest commit for an implementation.
Cheers!