uart_16550 icon indicating copy to clipboard operation
uart_16550 copied to clipboard

Implement `Write` on the serial ports so that it can be easily made into a `println!`

Open walksanatora opened this issue 2 years ago • 1 comments

please... since I cannot implement Write on your types

walksanatora avatar May 19 '23 00:05 walksanatora

please... since I cannot implement Write on your types

Looks like they do now:

  • https://docs.rs/uart_16550/0.3.0/src/uart_16550/port.rs.html#139
  • https://docs.rs/uart_16550/0.3.0/src/uart_16550/mmio.rs.html#108

Kage-Yami avatar Sep 30 '23 16:09 Kage-Yami