You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: