Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched: Don't shutdown on a "timer in the past" if already shutdown | Kevin O'Connor | 2017-10-12 | 1 | -1/+1 |
* | timer_irq: Rework timer irq handler to check for tasks pending | Kevin O'Connor | 2017-08-09 | 1 | -24/+14 |
* | sched: Implement generic sleep mechanism based on tasks pending | Kevin O'Connor | 2017-08-08 | 1 | -16/+1 |
* | avr: Implement internal avr specific timer to handle 16bit overflows | Kevin O'Connor | 2017-08-08 | 1 | -6/+0 |
* | sched: Support adding timers to the start of timer_list | Kevin O'Connor | 2017-08-08 | 1 | -1/+1 |
* | irq: Support sleeping when mcu is idle | Kevin O'Connor | 2017-07-17 | 1 | -1/+16 |
* | build: Use compile_time_request system for init, tasks, and shutdown | Kevin O'Connor | 2017-05-26 | 1 | -2/+2 |
* | timer_irq: Integrate timer_try_set_next() into timer_dispatch_many() | Kevin O'Connor | 2017-03-30 | 1 | -44/+25 |
* | timer_irq: Rename generic/timer.c to generic/timer_irq.c | Kevin O'Connor | 2017-03-30 | 1 | -0/+118 |