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>
Wed, 8 May 2013 03:16:53 +0000 (20:16 -0700)
commit6f3bbb11880f45284f1f094990ffa32a66bf4560
tree676bfb281abcade63990749d8cc98acc8abae1dd
parent21356aec543dd85426a52469426351ce006a17dd
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]