1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-05 16:10:31 +02:00

Add note about QEMU UART.

This commit is contained in:
Andrew Walbran 2023-03-08 13:57:50 +00:00
parent c7831953bb
commit 790f4c88d5

View File

@ -1,5 +1,9 @@
# Let's write a UART driver
The QEMU 'virt' machine has a [PL011][1] UART, so let's write a driver for that.
```rust,editable,compile_fail
{{#include examples/src/pl011.rs:Example}}
```
[1]: https://developer.arm.com/documentation/ddi0183/g