aboutsummaryrefslogtreecommitdiffstats
path: root/src/sched.h
Commit message (Expand)AuthorAgeFilesLines
* pru: Support config_reset command to manually reset mcuKevin O'Connor2017-09-031-0/+1
* sched: Implement generic sleep mechanism based on tasks pendingKevin O'Connor2017-08-081-0/+1
* sched: Introduce sched_wake_tasks() function to wake up tasksKevin O'Connor2017-08-081-0/+1
* sched: Don't count milliseconds in the periodic timerKevin O'Connor2017-08-081-1/+7
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-14/+6
* sched: Allow shutdown_reason to be uint8Kevin O'Connor2017-05-261-5/+4
* sched: Move timer dispatch loop to board codeKevin O'Connor2017-03-301-1/+1
* timer: Allow board code to define its own timer_is_before implementationKevin O'Connor2017-03-261-3/+0
* 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