aboutsummaryrefslogtreecommitdiffstats
path: root/src/sched.c
Commit message (Expand)AuthorAgeFilesLines
* timer: Allow board code to define its own timer_is_before implementationKevin O'Connor2017-03-261-30/+7
* sched: Report the time of a shutdownKevin O'Connor2017-03-241-1/+2
* sched: Move functions within sched.cKevin O'Connor2017-03-111-40/+38
* sched: Rename sched_timer() to sched_add_timer()Kevin O'Connor2017-03-111-1/+1
* sched: Don't overwrite shutdown reason if shutdown called while shutdownKevin O'Connor2017-03-101-1/+2
* sched: Avoid rescheduling the currently active timerKevin O'Connor2017-03-101-22/+29
* sched: Use a sentinel timer at the end of the timer_listKevin O'Connor2017-03-101-9/+29
* sched: Minor change - remove unneeded header filesKevin O'Connor2017-01-141-2/+0
* sched: Improve AVR optimization of reschedule_timer()Kevin O'Connor2016-10-191-7/+11
* 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