-
- Downloads
Merge #723
723: remove deprecated functions and use hermit-dtb from crates.io r=stlankes a=stlankes
Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
No related branches found
No related tags found
... | ... | @@ -116,15 +116,16 @@ uart_16550 = "0.2" |
x86 = { version = "0.52", default-features = false } | ||
x86_64 = "0.14" | ||
[target.'cfg(target_arch = "aarch64")'.dependencies] | ||
hermit-dtb = { version = "0.1" } | ||
aarch64 = { version = "0.0.10", default-features = false } | ||
tock-registers = { version = "0.8.x", default-features = false } | ||
[dev-dependencies] | ||
float-cmp = "0.9" | ||
num-traits = { version = "0.2", default-features = false } | ||
x86 = { version = "0.52", default-features = false } | ||
[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64] | ||
version = "0.0.7" | ||
default-features = false | ||
[workspace] | ||
members = [ | ||
"xtask", | ||
... | ... |
Please register or sign in to comment