aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/serial_irq.h
Commit message (Collapse)AuthorAgeFilesLines
* simulator: Rework dummy simulator code to user timer_irq / serial_irqKevin O'Connor2018-07-111-0/+2
| | | | | | | | | 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>
* serial_irq: Add new generic/serial_irq.c codeKevin O'Connor2018-04-201-0/+11
Extract out common code from avr/serial.c, sam3x8e/serial.c, and stm32f1/serial.c into a new generic/serial_irq.c file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>