ArduinoCore-nRF528x-mbedos icon indicating copy to clipboard operation
ArduinoCore-nRF528x-mbedos copied to clipboard

Watchdog Timer

Open tjpetz opened this issue 5 years ago • 2 comments

Request you add support for the Watchdog timer in mbed. The headers are there. Support became available for the NRF52840 in Oct 2019 in mbed. It looks like just a define DEVICE_WATCHDOG is likely required in defines.txt to enable.

Is there any reason (other than timing as this code and the WDT support for the NRFs came out around the same time) the Watchdog was excluded?

Thanks in advance.

tjpetz avatar Apr 26 '20 21:04 tjpetz

Hi @tjpetz , no reason except that the core was compiled against a version of mbed-os that didn't contain that code. Since we are in sync with master, next rebuild will contain it. Leaving the issue open to keep track of it.

facchinm avatar Apr 27 '20 07:04 facchinm

Thanks for the response. I'll keep on the lookout for the next rebuild.

tjpetz avatar Apr 28 '20 22:04 tjpetz