Skip to content
Snippets Groups Projects
Commit f2cc8f4f authored by Per Lindgren's avatar Per Lindgren
Browse files

cortex-m-rt not yet updated

parent 7feeedb1
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment