2019-12-18 06:35:58 +08:00
|
|
|
[package]
|
|
|
|
name = "libboard_zynq"
|
2020-01-22 07:47:22 +08:00
|
|
|
description = "Drivers for peripherals in the Zynq PS"
|
2019-12-18 06:35:58 +08:00
|
|
|
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"
|
2020-04-25 03:31:37 +08:00
|
|
|
embedded-hal = "0.2"
|
|
|
|
nb = "0.1"
|
2020-04-25 06:28:17 +08:00
|
|
|
void = { version = "1", default-features = false }
|
2020-05-01 07:33:00 +08:00
|
|
|
log = "0.4"
|
2019-12-18 06:35:58 +08:00
|
|
|
libregister = { path = "../libregister" }
|
|
|
|
libcortex_a9 = { path = "../libcortex_a9" }
|
|
|
|
|
|
|
|
[dependencies.smoltcp]
|
2020-03-26 05:24:01 +08:00
|
|
|
version = "0.6"
|
2020-07-06 11:30:48 +08:00
|
|
|
features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-tcp"]
|
2019-12-18 06:35:58 +08:00
|
|
|
default-features = false
|