Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched: Improve AVR optimization of reschedule_timer() | Kevin O'Connor | 2016-10-19 | 1 | -7/+11 |
* | sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reason | Kevin O'Connor | 2016-06-14 | 1 | -2/+2 |
* | sched: Use uint_fast8_t for return type of timers | Kevin O'Connor | 2016-06-14 | 1 | -2/+2 |
* | irq: Allow boards to define the return type of irq_save() | Kevin O'Connor | 2016-06-13 | 1 | -3/+3 |
* | generic: Move board timer.h files into generic/misc.h | Kevin O'Connor | 2016-06-13 | 1 | -1/+1 |
* | sched: Optimize timer list handling | Kevin O'Connor | 2016-06-13 | 1 | -39/+50 |
* | sched: Change sched_from_ms() to sched_from_us() | Kevin O'Connor | 2016-06-02 | 1 | -6/+6 |
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+282 |