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
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.hWatchdogCC3200.hWatchdogMSP430.hWatchdogMSP432.hWatchdogTiva.hCopied from original issue: energia/Energia#782