mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-29 00:51:04 +02:00
304 B
304 B
Using it
Let's write a small program using our driver to write to the serial console, and echo incoming bytes.
{{#include ../examples/src/main_improved.rs:main}}
- Run the example in QEMU with
make qemu
undersrc/bare-metal/aps/examples
.