Using it
Let's write a small program using our driver to write to the serial console, and echo incoming bytes.
Speaker Notes
- Run the example in QEMU with
make qemu
undersrc/bare-metal/aps/examples
.
Let's write a small program using our driver to write to the serial console, and echo incoming bytes.
make qemu
under src/bare-metal/aps/examples
.