aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator/main.c
Commit message (Expand)AuthorAgeFilesLines
* simulator: Rework dummy simulator code to user timer_irq / serial_irqKevin O'Connor2018-07-111-108/+1
* avr: Implement internal avr specific timer to handle 16bit overflowsKevin O'Connor2017-08-081-5/+0
* sched: Support adding timers to the start of timer_listKevin O'Connor2017-08-081-4/+9
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-0/+5
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-9/+2
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-13/+0
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-1/+1
* irq: Add an irq_poll() stub for board codeKevin O'Connor2017-05-151-0/+5
* sched: Move timer dispatch loop to board codeKevin O'Connor2017-03-301-6/+0
* sched: Be explicit with loading of the waketime variableKevin O'Connor2017-03-261-1/+1
* timer: Allow board code to define its own timer_is_before implementationKevin O'Connor2017-03-261-0/+6
* sched: Avoid rescheduling the currently active timerKevin O'Connor2017-03-101-6/+0
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-6/+10
* generic: Move simulator/irq.h to new file generic/irq.hKevin O'Connor2016-06-131-0/+32
* 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/+102