13 lines
286 B
TOML

[package]
name = "zynq7000-rt"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-a-rt = { path = "../../cortex-r-a/cortex-a-rt", optional = true, features = ["vfp-dp"] }
cortex-r-a = { path = "../../cortex-r-a/cortex-r-a" }
[features]
default = ["rt"]
rt = ["dep:cortex-a-rt"]