altos: Move ao_notask to core
authorKeith Packard <keithp@keithp.com>
Tue, 23 Apr 2013 01:24:48 +0000 (20:24 -0500)
committerKeith Packard <keithp@keithp.com>
Tue, 23 Apr 2013 01:26:42 +0000 (20:26 -0500)
commit4bd115f9fc01dc3a68c9765992d3df4d9cffd63d
tree07b8c28127ad22330f6cd11a726685cac02be2b0
parent0f349d56583af93f083c2bb7d4bf678074685f48
altos: Move ao_notask to core

The STM flash loader wants to be taskless too, share this very simple
implementation of sleep/wakeup.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/attiny/ao_arch.h
src/core/ao.h
src/core/ao_notask.c [new file with mode: 0644]
src/core/ao_notask.h [new file with mode: 0644]
src/micropeak/ao_notask.c [deleted file]