uart_16550
uart_16550 copied to clipboard
Use traits for register and uart
Closes #38
Contain breaking changes
Advantages:
- Reduces the amount of code
- Lets people using this library use a uart with
dyn Uart16550 - It will be very easy to add another method in addition to port and mmio
Tested the port with qemu and tested the mmio on a real computer.