More traits
We derived the Debug
trait. It would be useful to implement a few more traits too.
Speaker Notes
- Implementing
Write
lets us use thewrite!
andwriteln!
macros with ourUart
type. - Run the example in QEMU with
make qemu_minimal
undersrc/bare-metal/aps/examples
.