uart 0.1.1

A clean implementation of the UART_16550 device functionality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.bit_field]
version = "0.10.2"

[dependencies.bitflags]
version = "2.0.2"

[package]
categories = ["no-std", "embedded"]
description = "A clean implementation of the UART_16550 device functionality."
edition = "2021"
keywords = ["uart", "uart_16550", "serial", "io", "osdev"]
license = "BSD-3-Clause"
name = "uart"
repository = "https://github.com/pyre-project/pyre/src/shared/uart/"
version = "0.1.1"