summaryrefslogtreecommitdiff
path: root/src/drivers/Watchdog.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+3
In my PR updating clang-format, I forgot to also format the headers.
2021-04-24Changed access modified indentationAvamander1-4/+4
2021-04-24Reformatted all the files according to clang-format styleAvamander1-15/+21
2020-11-15Include cleanup: driversokaestne1-0/+1
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ↵JF1-2/+12
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF1-0/+17
than 7s.