Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simulator: Rework dummy simulator code to user timer_irq / serial_irq | Kevin O'Connor | 2018-07-11 | 1 | -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> |