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

optional dependencies

parent 54feba25
Branches
No related tags found
No related merge requests found
......@@ -7,10 +7,13 @@ edition = "2018"
[dependencies]
panic-halt = "0.2.0"
cortex-m-semihosting = "0.3.5"
lm3s6965 = "0.1.3"
vcell = "0.1.2"
volatile-register = "0.2.0"
[dependencies.lm3s6965]
version = "0.1.3"
optional = true
[dependencies.panic-klee]
git = "https://gitlab.henriktjader.com/pln/panic-klee.git"
version = "0.1.0"
......@@ -21,9 +24,11 @@ version = "0.1.0"
[dependencies.cortex-m-rtfm]
path = "../cortex-m-rtpro"
optional = true
[dependencies.cortex-m]
version = "0.6.0"
optional = true
# #features = ["inline-asm", "klee-analysis"]
[patch.crates-io]
......@@ -33,7 +38,7 @@ vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" }
[features]
klee-analysis = ["klee-sys/klee-analysis", "vcell/klee-analysis", "cortex-m-rtfm/klee-analysis"]
klee-analysis = ["vcell/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