[package] name = "zynq-examples" version = "0.1.0" authors = ["Robin Mueller "] edition = "2024" description = "Examples for the Zynq7000 family of SoCs" homepage = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs" license = "MIT OR Apache-2.0" keywords = ["no-std", "arm", "cortex-a", "amd", "zynq7000"] categories = ["embedded", "no-std", "hardware-support"] [dependencies] cortex-ar = { path = "../../cortex-ar/cortex-ar" } zynq7000-rt = { path = "../zynq7000-rt" } zynq7000 = { path = "../zynq7000" }