uart_16550 icon indicating copy to clipboard operation
uart_16550 copied to clipboard

Use traits for register and uart

Open ChocolateLoverRaj opened this issue 10 months ago • 0 comments

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.

ChocolateLoverRaj avatar Feb 25 '25 03:02 ChocolateLoverRaj