Skip to content

Commit 25fbd39

Browse files
committed
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!).
1 parent 968e270 commit 25fbd39

File tree

7 files changed

+1
-520
lines changed

7 files changed

+1
-520
lines changed

UNITTESTS/drivers/VirtualWatchdog/Watchdog.cpp

Lines changed: 0 additions & 66 deletions
This file was deleted.

UNITTESTS/drivers/VirtualWatchdog/test_virtualwatchdog.cpp

Lines changed: 0 additions & 138 deletions
This file was deleted.

UNITTESTS/drivers/VirtualWatchdog/unittest.cmake

Lines changed: 0 additions & 27 deletions
This file was deleted.

drivers/VirtualWatchdog.cpp

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)