Expand description

Driver for the pl011 UARTs in the QEMU implementation

This crate provides basic drivers for the UARTS exposed by QEMU. You can see the implementation of these uarts here

The QEMU target actually exposes 4 different UARTS, that can each be redirected to arbitary character devices or files. This crate allows those UARTS to be accessed in order to support more complicated use cases than can be provided by cortex_m_semihosting.

Modules

Implementation details for register block.
Interrupts

Macros

Create a new UART

Structs

Error type necessary for embedded_hal usage. No errors supported
Struct representing the actual driver.
Struct representing PL011 registers. Not intended to be directly used
Represents read half of UART.
Represents write half of UART
Hardware Singleton for UART1
Hardware Singleton for UART2
Hardware Singleton for UART3
Hardware Singleton for UART4