-
- Downloads
cortex_m_rt_test
... | @@ -9,6 +9,7 @@ panic-halt = "0.2.0" | ... | @@ -9,6 +9,7 @@ panic-halt = "0.2.0" |
vcell = "0.1.2" | vcell = "0.1.2" | ||
volatile-register = "0.2.0" | volatile-register = "0.2.0" | ||
cortex-m-rt = "0.6.11" | |||
[dependencies.lm3s6965] | [dependencies.lm3s6965] | ||
version = "0.1.3" | version = "0.1.3" | ||
... | @@ -37,12 +38,12 @@ optional = true | ... | @@ -37,12 +38,12 @@ optional = true |
[patch.crates-io] | [patch.crates-io] | ||
vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | ||
# volatile-register = { git = "https://github.com/perlindgren/volatile-register.git" } | |||
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" } | cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" } | ||
cortex-m-rt = { git = "https://github.com/perlindgren/cortex-m-rt.git", branch = "trustit" } | |||
[features] | [features] | ||
klee-analysis = [ "vcell/klee-analysis", "cortex-m/klee-analysis" ] | klee-analysis = [ "vcell/klee-analysis", "cortex-m/klee-analysis", "cortex-m-rt/klee-analysis" ] | ||
rtpro = [ "cortex-m-rtfm/klee-analysis", "lm3s6965" ] | |||
[profile.dev] | [profile.dev] | ||
panic = "abort" | panic = "abort" | ||
... | ... |
examples/klee_cortex_m_rt_test.rs
0 → 100644
examples/klee_cortex_m_test.rs
0 → 100644
Please register or sign in to comment