aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/timer_irq.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Don't shutdown on a "timer in the past" if already shutdownKevin O'Connor2017-10-121-1/+1
* timer_irq: Rework timer irq handler to check for tasks pendingKevin O'Connor2017-08-091-24/+14
* sched: Implement generic sleep mechanism based on tasks pendingKevin O'Connor2017-08-081-16/+1
* avr: Implement internal avr specific timer to handle 16bit overflowsKevin O'Connor2017-08-081-6/+0
* sched: Support adding timers to the start of timer_listKevin O'Connor2017-08-081-1/+1
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-1/+16
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-2/+2
* timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()Kevin O'Connor2017-03-301-44/+25
* timer_irq: Rename generic/timer.c to generic/timer_irq.cKevin O'Connor2017-03-301-0/+118