ruspiro-uart 0.3.0

Simple and convinient access API to the Raspberry Pi 3 UART0 (PL011) and UART1 (miniUART) peripherals
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "RusPiRo/ruspiro-uart"
[dependencies.ruspiro-console]
version = "0.3"

[dependencies.ruspiro-gpio]
version = "0.3"

[dependencies.ruspiro-register]
version = "0.3"

[dependencies.ruspiro-timer]
version = "0.3"

[features]
default = ["ruspiro_pi3"]
ruspiro_pi3 = ["ruspiro-gpio/ruspiro_pi3"]

[lib]

[package]
authors = ["André Borrmann <pspwizard@gmx.de>"]
categories = ["no-std", "embedded"]
description = "Simple and convinient access API to the Raspberry Pi 3 UART0 (PL011) and UART1 (miniUART)\nperipherals\n"
documentation = "https://docs.rs/ruspiro-uart/0.3.0"
edition = "2018"
keywords = ["RusPiRo", "uart", "baremetal", "raspberrypi"]
license = "Apache-2.0"
name = "ruspiro-uart"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-uart/tree/v0.3.0"
version = "0.3.0"