forked from M-Labs/zynq-rs
Cargo: add libcortex_r5
This commit is contained in:
parent
6a5fd192df
commit
c7a5c2cf00
|
@ -126,6 +126,16 @@ dependencies = [
|
|||
"volatile-register",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libcortex_r5"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"bit_field",
|
||||
"libcortex_a9",
|
||||
"libregister",
|
||||
"volatile-register",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libregister"
|
||||
version = "0.0.0"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
members = [
|
||||
"libregister",
|
||||
"libcortex_a9",
|
||||
"libcortex_r5",
|
||||
"libboard_zynq",
|
||||
"libsupport_zynq",
|
||||
"libasync",
|
||||
|
|
Loading…
Reference in New Issue