This provides a basic Watchdog service, and includes a startup detection to determine if the reset was caused by the WD. Add support for Nucleo board
Dependents: wheelchaircontrolrealtime2 wheelchaircontrolrealRosCom
Fork of Watchdog by
Revision 6:40f189c7795b, committed 2015-03-02
- Comitter:
- nbremond
- Date:
- Mon Mar 02 21:36:00 2015 +0000
- Parent:
- 5:ea5595e2698b
- Commit message:
- Add support for Nucleo Board (STM32)
Changed in this revision
Watchdog.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ea5595e2698b -r 40f189c7795b Watchdog.cpp --- a/Watchdog.cpp Mon Mar 02 21:33:58 2015 +0000 +++ b/Watchdog.cpp Mon Mar 02 21:36:00 2015 +0000 @@ -21,8 +21,8 @@ /// @author Bernaérd Remond /// -//#define LPC -#define ST_NUCLEO +#define LPC +//#define ST_NUCLEO #include "mbed.h"