132 | | * Basic UART driver using inb and outb instructions (next: will use ns16550-context.c and console-termios.c, to support printf/printk through UART) |
| 132 | * Basic UART driver using inb and outb instructions (manual, without using NS16550 driver in libchip) |
| 133 | |
| 134 | * July 3/4 |
| 135 | * Rebase with master and update BSP to account for interrupt-stack changes |
| 136 | * Use ns16550-context.c and console-termios.c, to support printf/printk through UART |
| 137 | * Make WIP pull-request on Github for initial review and clear "cleanup plan": https://github.com/AmaanC/rtems-gsoc18/pull/1/ |