altos: Add watchdog timer task
authorKeith Packard <keithp@keithp.com>
Thu, 21 Mar 2013 17:16:35 +0000 (10:16 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Feb 2014 04:13:38 +0000 (20:13 -0800)
commit7a8adfed8fbbcaac71da9c6d54bbd3091f4d7511
tree296ab45fcc184c96b545d676448e6acc45a7fd3d
parent63683f91f5fe9588c1d905a572509cb674aaad68
altos: Add watchdog timer task

This new task frobs a pin periodically to inform the hardware that the
operating system is running.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_watchdog.c [new file with mode: 0644]
src/drivers/ao_watchdog.h [new file with mode: 0644]