-
- Downloads
cortex-m-rt not yet updated
... | @@ -6,12 +6,10 @@ license = "MIT OR Apache-2.0" | ... | @@ -6,12 +6,10 @@ license = "MIT OR Apache-2.0" |
name = "stm32f413" | name = "stm32f413" | ||
version = "0.3.0" | version = "0.3.0" | ||
[patch.crates-io] | [patch.crates-io] | ||
volatile-register = { git = "https://gitlab.henriktjader.com/pln/volatile-register.git", branch = "klee-analysis" } | vcell = { git = "https://github.com/perlindgren/vcell.git" } | ||
#volatile-register = { path = "../../klee/volatile-register/" } | volatile-register = { git = "https://github.com/perlindgren/volatile-register.git" } | ||
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "klee-analysis" } | cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "klee-analysis" } | ||
#cortex-m = { path = "../../cortex-m" } | |||
[dependencies] | [dependencies] | ||
bare-metal = "0.2.4" | bare-metal = "0.2.4" | ||
... | @@ -24,11 +22,6 @@ version = "0.6.0" | ... | @@ -24,11 +22,6 @@ version = "0.6.0" |
optional = true | optional = true | ||
version = "0.6.5" | version = "0.6.5" | ||
#[dependencies.klee] | |||
#optional = true | |||
#path = "../." | |||
##version = "0.6.5" | |||
[features] | [features] | ||
rt = ["cortex-m-rt/device"] | rt = ["cortex-m-rt/device"] | ||
klee-analysis = ["cortex-m/klee-analysis", "vcell/klee-analysis"] | klee-analysis = ["cortex-m/klee-analysis", "vcell/klee-analysis"] | ||
\ No newline at end of file |
Please register or sign in to comment