aboutsummaryrefslogtreecommitdiffstats
path: root/src/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched: Rename sched_timer() to sched_add_timer()Kevin O'Connor2017-03-111-2/+2
* build: Update declfuncs.lds.S to only use progmem sections on AVRKevin O'Connor2016-06-141-1/+1
* 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-1/+1
* sched: Change sched_from_ms() to sched_from_us()Kevin O'Connor2016-06-021-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+51