Class to add reset supervision with a watchdog timer functionality
Dependents: Example_WatchDog_Timer
History
removing COMMON_PAL requirement, as this has been depricated.
2021-06-15, by rlanders73 [Tue, 15 Jun 2021 14:00:35 +0000] rev 5
removing COMMON_PAL requirement, as this has been depricated.
comment out some obscure reset causes for better portability
2019-10-05, by rlanders73 [Sat, 05 Oct 2019 19:40:12 +0000] rev 4
comment out some obscure reset causes for better portability
added software reset capability.
2019-10-04, by rlanders73 [Fri, 04 Oct 2019 15:28:36 +0000] rev 3
added software reset capability.
removed WatchdogReset function as it was redundant to resetReason.
2019-10-04, by rlanders73 [Fri, 04 Oct 2019 14:50:29 +0000] rev 2
removed WatchdogReset function as it was redundant to resetReason.
updateed watchdog to be a full reset supervisor
2019-10-03, by rlanders73 [Thu, 03 Oct 2019 19:47:05 +0000] rev 1
updateed watchdog to be a full reset supervisor
This is a class implementation for the STM32 watchdog timer.
2019-10-03, by rlanders73 [Thu, 03 Oct 2019 18:04:23 +0000] rev 0
This is a class implementation for the STM32 watchdog timer.