circuitpython/ports/nrf/common-hal/watchdog
Scott Shawcroft a4246bcfa3
Fix two watchdog crashes
Fixes a crash from trying to raise an exception when trying to
deinit a RESET wdt by not raising an exception.

Fixes a crash when raise a wdt exception in the REPL when waiting
for input. We now catch and print any exceptions raised.

Fixes #5261
2021-08-30 18:10:43 -07:00
..
WatchDogMode.c watchdogtimer: refactor to new api 2020-05-27 11:28:49 +08:00
WatchDogTimer.c Fix two watchdog crashes 2021-08-30 18:10:43 -07:00
WatchDogTimer.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c watchdogtimer: refactor to new api 2020-05-27 11:28:49 +08:00
__init__.h Revert "add WatchDogTimeout exception" 2020-05-27 11:28:49 +08:00