pl011_drv 0.1.0

Simple Driver for PL011 UARTs
Documentation
[package]
authors = ["Andy Goetz <andy@andygoetz.org>"]
edition = "2018"
readme = "README.md"
name = "pl011_drv"
version = "0.1.0"
license = "Apache-2.0"
repository = "https://github.com/apgoetz/pl011_qemu"
homepage = "https://github.com/apgoetz/pl011_qemu"
description = "Simple Driver for PL011 UARTs"

[dependencies]
cortex-m = "0.6.0"
volatile-register = "0.2.0"
embedded-hal = "0.2.4"
nb = "1.0.0"

[dev-dependencies]
cortex-m-rt = "0.6.10"
panic-halt = "0.2.0"
cortex-m-semihosting = "0.3.3"