aboutsummaryrefslogtreecommitdiffstats
path: root/src/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reasonKevin O'Connor2016-06-141-2/+2
* sched: Use uint_fast8_t for return type of timersKevin O'Connor2016-06-141-2/+2
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-3/+3
* generic: Move board timer.h files into generic/misc.hKevin O'Connor2016-06-131-1/+1
* sched: Optimize timer list handlingKevin O'Connor2016-06-131-39/+50
* sched: Change sched_from_ms() to sched_from_us()Kevin O'Connor2016-06-021-6/+6
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+282