Skip to content
Snippets Groups Projects
Commit 7fa81f96 authored by Per's avatar Per
Browse files

cortex_m_test

parent abedf760
Branches
No related tags found
No related merge requests found
......@@ -31,18 +31,18 @@ path = "../cortex-m-rtpro"
optional = true
[dependencies.cortex-m]
version = "0.6.0"
version = "0.6.1"
optional = true
# #features = ["inline-asm", "klee-analysis"]
[patch.crates-io]
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 = "klee-analysis" }
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" }
[features]
klee-analysis = ["vcell/klee-analysis"]
klee-analysis = [ "vcell/klee-analysis", "cortex-m/klee-analysis" ]
[profile.dev]
panic = "abort"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment