dw_apb_uart 0.1.0

Uart snps,dw-apb-uart driver in Rust for BST A1000b FADA board.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.tock-registers]
version = "0.8"

[package]
authors = ["Luoyuan Xiao <xiaoluoyuan@163.com>"]
categories = ["hardware-support", "embedded", "no-std"]
description = "Uart snps,dw-apb-uart driver in Rust for BST A1000b FADA board."
documentation = "https://docs.rs/dw_apb_uart"
edition = "2021"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "uart", "dw-apb-uart"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "dw_apb_uart"
repository = "https://github.com/arceos-org/dw_apb_uart"
version = "0.1.0"