forked from M-Labs/zynq-rs
add libcortex_r5 crate
This commit is contained in:
parent
0a3a777652
commit
4ae8ffa640
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "libcortex_r5"
|
||||
version = "0.0.0"
|
||||
authors = ["M-Labs"]
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
power_saving = []
|
||||
default = []
|
||||
|
||||
[dependencies]
|
||||
bit_field = "0.10"
|
||||
volatile-register = "0.2"
|
||||
libregister = { path = "../libregister" }
|
||||
libcortex_a9 = { path = "../libcortex_a9" }
|
Loading…
Reference in New Issue