-
- Downloads
rtfm rtpro compiles
... | @@ -40,9 +40,6 @@ optional = true | ... | @@ -40,9 +40,6 @@ optional = true |
vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | ||
#vcell = { path = "../vcell" } | #vcell = { path = "../vcell" } | ||
#volatile-register = { git = "https://github.com/perlindgren/volatile-register.git", branch = "trustit" } | |||
#volatile-register = { path = "../volatile-register" } | |||
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 = { path = "../cortex-m" } | #cortex-m = { path = "../cortex-m" } | ||
... | @@ -52,12 +49,11 @@ cortex-m-rt = { path = "../cortex-m-rt" } | ... | @@ -52,12 +49,11 @@ cortex-m-rt = { path = "../cortex-m-rt" } |
[features] | [features] | ||
klee-analysis = [ | klee-analysis = [ | ||
"vcell/klee-analysis", | "vcell/klee-analysis", | ||
# "volatile-register/klee-analysis", | |||
"cortex-m/klee-analysis", | "cortex-m/klee-analysis", | ||
"cortex-m-rt/klee-analysis" | "cortex-m-rt/klee-analysis" | ||
] | ] | ||
inline-asm = ["cortex-m/inline-asm"] | inline-asm = ["cortex-m/inline-asm"] | ||
rtpro = [ "cortex-m-rtfm/klee-analysis", "lm3s6965" ] | rtpro = [ "cortex-m-rtfm/klee-analysis", "cortex-m-rt/rtpro", "lm3s6965" ] | ||
[profile.dev] | [profile.dev] | ||
panic = "abort" | panic = "abort" | ||
... | ... |
examples/rtfm_init.rs
0 → 100644
Please register or sign in to comment