Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Use compile_time_request system for init, tasks, and shutdown | Kevin O'Connor | 2017-05-26 | 1 | -14/+6 |
* | sched: Allow shutdown_reason to be uint8 | Kevin O'Connor | 2017-05-26 | 1 | -5/+4 |
* | sched: Move timer dispatch loop to board code | Kevin O'Connor | 2017-03-30 | 1 | -1/+1 |
* | timer: Allow board code to define its own timer_is_before implementation | Kevin O'Connor | 2017-03-26 | 1 | -3/+0 |
* | sched: Rename sched_timer() to sched_add_timer() | Kevin O'Connor | 2017-03-11 | 1 | -2/+2 |
* | build: Update declfuncs.lds.S to only use progmem sections on AVR | Kevin O'Connor | 2016-06-14 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | sched: Change sched_from_ms() to sched_from_us() | Kevin O'Connor | 2016-06-02 | 1 | -1/+1 |
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+51 |