Kevin O'Connor
91e7807af6
avr: Add config option to clear the CPU prescaler
...
Some AVR chips ship with a 1/8th clock divisor set. Add a compile
time option to manually clear this field at startup.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2016-06-05 10:52:46 -04:00
Kevin O'Connor
ed103822f5
sched: Change sched_from_ms() to sched_from_us()
...
Some code may require micro-second precision so update sched_from_ms()
to use micro-seconds.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2016-06-02 17:52:11 -04:00
Kevin O'Connor
45ba03efa3
timer: Move union u32_u16_u from compiler.h to avr/timer.c
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2016-06-01 09:54:13 -04:00
Kevin O'Connor
f582a36e4d
Initial commit of source code.
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2016-05-25 11:37:40 -04:00