summaryrefslogtreecommitdiff
path: root/src/telescience-v0.2/ao_telescience.c
Commit message (Collapse)AuthorAge
* altos: Call ao_task_init before initializing any driversKeith Packard2013-05-07
| | | | | | | | When using task queues, the sleep queues must be initialized before any invocation of ao_wakeup or the OS will crash. Just make sure ao_task_init is always invoked early in the task process to get that done. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Initial telescience bitsKeith Packard2013-01-12
These might do something, and should at least bring up USB Signed-off-by: Keith Packard <keithp@keithp.com>