add libcortex_r5 crate

feature/cortex-r5
Brad Bondurant 2022-11-10 09:20:16 -05:00
parent 0a3a777652
commit 4ae8ffa640
1 changed files with 15 additions and 0 deletions

15
libcortex_r5/Cargo.toml Normal file
View File

@ -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" }