You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement watchdog for the boards supported by EMT.
HAL is provided by Energia.app/Contents/Resources/Java/hardware/emt/ti/drivers/Watchdog.h.
Unlike the other RTOS elements proved in the Galaxia library, each platform has watchdog-related specifics under the Energia.app/Contents/Resources/Java/hardware/emt/ti/drivers/watchdog folder.
From @rei-vilo on December 6, 2015 17:39
Implement watchdog for the boards supported by EMT.
HAL is provided by
Energia.app/Contents/Resources/Java/hardware/emt/ti/drivers/Watchdog.h
.Unlike the other RTOS elements proved in the Galaxia library, each platform has watchdog-related specifics under the
Energia.app/Contents/Resources/Java/hardware/emt/ti/drivers/watchdog folder
.WatchdogCC26XX.h
WatchdogCC3200.h
WatchdogMSP430.h
WatchdogMSP432.h
WatchdogTiva.h
Copied from original issue: energia/Energia#782
The text was updated successfully, but these errors were encountered: