aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/timer.c
Commit message (Expand)AuthorAgeFilesLines
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-0/+3
* timer: Rework AVR timer priority code to use time instead of event countKevin O'Connor2016-10-191-11/+23
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-2/+2
* generic: Move board timer.h files into generic/misc.hKevin O'Connor2016-06-131-1/+1
* avr: Add config option to clear the CPU prescalerKevin O'Connor2016-06-051-0/+9
* sched: Change sched_from_ms() to sched_from_us()Kevin O'Connor2016-06-021-5/+5
* timer: Move union u32_u16_u from compiler.h to avr/timer.cKevin O'Connor2016-06-011-1/+4
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+171