You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-16 11:04:17 +02:00
Add note about QEMU UART.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user