Archived
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (armv7a-none-eabi) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (macos-latest) (pull_request) Has been cancelled
ci / Check build (ubuntu-latest) (pull_request) Has been cancelled
ci / Check build (windows-latest) (pull_request) Has been cancelled
ci / Check MSRV (pull_request) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (pull_request) Has been cancelled
ci / Check Cross-Compilation (armv7a-none-eabi) (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
38 lines
774 B
TOML
38 lines
774 B
TOML
[package]
|
|
name = "axi-uart16550"
|
|
version = "0.2.0"
|
|
description = "AXI UART16550 IP core driver"
|
|
rust-version = "1.85.1"
|
|
edition = "2024"
|
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/axi-uart16550"
|
|
repository = "https://egit.irs.uni-stuttgart.de/rust/axi-uart16550"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
derive-mmio = "0.6"
|
|
bitbybit = "2"
|
|
arbitrary-int = "2"
|
|
nb = "1"
|
|
libm = "0.2"
|
|
critical-section = "1"
|
|
thiserror = { version = "2", default-features = false }
|
|
fugit = "0.4"
|
|
embedded-hal-async = "1"
|
|
embedded-hal-nb = "1"
|
|
embedded-io = "0.7"
|
|
embedded-io-async = "0.7"
|
|
embassy-sync = "0.8"
|
|
raw-buffer = "0.1"
|
|
|
|
[features]
|
|
default = ["1-waker"]
|
|
1-waker = []
|
|
2-wakers = []
|
|
4-wakers = []
|
|
8-wakers = []
|
|
16-wakers = []
|
|
32-wakers = []
|
|
|
|
[dev-dependencies]
|
|
approx = "0.5"
|