12 lines
253 B
TOML
12 lines
253 B
TOML
[workspace]
|
|
members = ["zynq-rt"]
|
|
|
|
[package]
|
|
name = "zedboard-blinky-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-r-a = { path = "../cortex-r-a/cortex-r-a" }
|
|
cortex-r-a-rt = { path = "../cortex-r-a/cortex-a-rt", features = ["vfp-dp"] }
|