uart 3.0.2

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
17
[package]
name = "uart"
version = "3.0.2"
edition = "2024"
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/zdivelbiss/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 = ["address_impl", "writer_impl"]
address_impl = []
writer_impl = []