2025-02-20 22:55:58 +01:00
|
|
|
[package]
|
2025-02-23 16:14:12 +01:00
|
|
|
name = "zynq7000-rt"
|
2025-02-20 22:55:58 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[dependencies]
|
2025-02-23 16:14:12 +01:00
|
|
|
cortex-a-rt = { path = "../../cortex-r-a/cortex-a-rt", optional = true, features = ["vfp-dp"] }
|
2025-02-23 12:25:36 +01:00
|
|
|
cortex-r-a = { path = "../../cortex-r-a/cortex-r-a", optional = true }
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["rt"]
|
|
|
|
rt = ["dep:cortex-a-rt", "dep:cortex-r-a"]
|