aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* simulator: Rework dummy simulator code to user timer_irq / serial_irqKevin O'Connor2018-07-111-0/+109
Change the simulator to use the generic timer_irq.c and serial_irq.c code for (dummy) timer and io handling. This is just to make the code a better example for other developers (most micro-controllers will use the timer_irq.c and serial_irq.c code). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>