forked from M-Labs/zynq-rs
22 lines
482 B
TOML
22 lines
482 B
TOML
[package]
|
|
name = "libboard_zynq"
|
|
description = "Drivers for peripherals in the Zynq PS"
|
|
version = "0.0.0"
|
|
authors = ["Astro <astro@spaceboyz.net>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
target_zc706 = []
|
|
target_cora_z7_10 = []
|
|
|
|
[dependencies]
|
|
volatile-register = "0.2"
|
|
bit_field = "0.10"
|
|
libregister = { path = "../libregister" }
|
|
libcortex_a9 = { path = "../libcortex_a9" }
|
|
|
|
[dependencies.smoltcp]
|
|
version = "0.6"
|
|
features = ["ethernet", "proto-ipv4", "socket-tcp"]
|
|
default-features = false
|