16 lines
573 B
TOML
16 lines
573 B
TOML
[package]
|
|
name = "zynq-examples"
|
|
version = "0.1.0"
|
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
|
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-r-a = { path = "../../cortex-r-a/cortex-r-a" }
|
|
zynq7000-rt = { path = "../zynq7000-rt" }
|