summaryrefslogtreecommitdiff
path: root/src/ao_timer.c
Commit message (Collapse)AuthorAge
* No need to wakeup &ao_tick_count nowKeith Packard2009-10-31
|
* Use ao_alarm for ao_delay so it can be easily interruptedKeith Packard2009-10-31
|
* Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4Keith Packard2009-06-17
| | | | | | | | | None of our boards have a 32kHz xtal oscillator, instead we use those pins (on Telemetrum) for the deployment firing circuits. The old clock initialization code was switching from the 32kHz RC oscillator to the 32kHz crystal and overriding our use of those pins. Signed-off-by: Keith Packard <keithp@keithp.com>
* Use autotools, move altos to src subdirKeith Packard2009-06-04
Signed-off-by: Keith Packard <keithp@keithp.com>