microsoft / devkit-sdk

Arduino library and package for the MXChip IoT DevKit
https://aka.ms/devkit
MIT License
69 stars 52 forks source link

Support watchdog timer #673

Closed ArthurMa1978 closed 6 years ago

ArthurMa1978 commented 6 years ago

https://os.mbed.com/cookbook/WatchDog-Timer

ArthurMa1978 commented 6 years ago

Due the limited resource in S132, postpone to next sprint

ihere1 commented 6 years ago

https://github.com/Microsoft/devkit-sdk/pull/810

v-fional commented 6 years ago

Closed as fixed, please refer to the following test result:

If the time reach the configured time, the watchdog trigger a system reset, and the value of resetTriggered() is 1; otherwise, the watchdog is not trigger a system reset, and the value of resetTriggered() is 0

v-fional commented 6 years ago

please refer to doc https://microsoft.github.io/azure-iot-developer-kit/docs/apis/watchdog-timer/