micropython/ports/nrf/modules
Daniel Thompson 89f48aca20 nrf: machine: Add mechanism to starve the watchdog
A soft reset doesn't reconfigure the watchdog which means if previous
software on the device has set a bad timeout then we are stuck without
until the battery runs flat or a watchdog reset takes place. Add a
mechanism to stop feeding the dog so that we can wait for it to trigger.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-07-26 20:57:58 +01:00
..
ble nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
board nrf/led: Expose public API for LED manipulation. 2019-10-02 22:09:43 +02:00
machine nrf: machine: Add mechanism to starve the watchdog 2020-07-26 20:57:58 +01:00
music nrf: Change types to size_t for all uses of mp_obj_str_get_data. 2019-05-13 12:39:56 +10:00
random nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
ubluepy nrf: ubluepy: Provide visiblity of the BLE UART connect status 2020-07-24 17:02:16 +01:00
uos nrf: uos: Add support for LFS1 and LFS1 2020-02-09 19:45:47 +00:00
utime nrf: utime: Add localtime and mktime calls 2020-02-19 19:29:17 +00:00