uart 1.3.0

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
16
[package]
name = "uart"
version = "1.3.0"
edition = "2024"
license = "BSD-3-Clause"
repository = "https://github.com/linuiz-project/uart"
keywords = ["uart", "uart_16550", "serial", "io", "osdev"]
categories = ["no-std", "embedded"]
description = "A clean implementation of the UART_16550 device functionality."

[dependencies]
bitflags = "2.9.1"

[features]
default = ["writer"]
writer = []