aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Watchdog.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor, document and fix the Watchdog driver (#1710)JF2023-04-301-8/+52
| | | | | | | * Refactor and document the Watchdog driver to make it more readable. Fix the configuration of the behaviours configuration that was not properly implemented (but it didn't cause any side effect since the correct value was eventually set in NRF_WDT->CONFIG). Fix the wrong interpretation of the reset reasons caused by implicit conversions of int to bool.
* watchdog: Replace WatchdogView with const WatchdogRiku Isokoski2023-02-251-13/+0
|
* Format header filesFinlay Davidson2023-01-091-0/+3
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Changed access modified indentationAvamander2021-04-241-4/+4
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-15/+21
|
* Include cleanup: driversokaestne2020-11-151-0/+1
|
* Add new App : Sysinfo. It displays various info about the running system : ↵JF2020-03-221-2/+12
| | | | version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
* Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF2020-02-231-0/+17
than 7s.