Watchdog: remove VirtualWatchdog
We will provide documentation how to create your own VirtualWatchdog. It's simple,
create timeout and watchdog objects.

This class brought lot of discussion and questions. After our refactor we made this class
just a linked list of objects - something tickers can do as well (they already have linked list) and handling hw should be
done via Watchdog due to the limitations (timeout can be set only once per app!).
ls
1 parent 968e270 commit 25fbd3956b3ac68297fabdfa24a0d98a011ee65e
@Martin Kojtal Martin Kojtal authored on 2 Jul 2019
Showing 7 changed files
View
UNITTESTS/drivers/VirtualWatchdog/Watchdog.cpp 100644 → 0
View
UNITTESTS/drivers/VirtualWatchdog/test_virtualwatchdog.cpp 100644 → 0
View
UNITTESTS/drivers/VirtualWatchdog/unittest.cmake 100644 → 0
View
drivers/VirtualWatchdog.cpp 100644 → 0
View
drivers/VirtualWatchdog.h 100644 → 0
View
drivers/Watchdog.h
View
mbed.h