pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
365 stars 38 forks source link

be safer about watchdog timer for pre-time devices #21

Open jwise opened 7 years ago

jwise commented 7 years ago

Tintin does not have a hardware-based reset mechanism like Time-series devices do, and so it can end up as a brick if one turns off all the power-consuming apparatus and walks away. As such, we need to implement an absolutely bombproof one of our own. I suggest the following:

This should result in a Tintin that can always be rebooted, no matter how wedged the OS is -- and, as a result, a Tintin that should be more brick-resistant.