1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-29 00:51:04 +02:00
2023-03-23 15:06:23 +00:00

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 under src/bare-metal/aps/examples.