-
- Downloads
dfs
... | @@ -5,16 +5,13 @@ authors = ["Per Lindgren <per.lindgren@ltu.se>", "Jorge Aparicio <jorge@japaric. | ... | @@ -5,16 +5,13 @@ authors = ["Per Lindgren <per.lindgren@ltu.se>", "Jorge Aparicio <jorge@japaric. |
[dependencies] | [dependencies] | ||
klee = {git ="https://gitlab.henriktjader.com/pln/cargo-klee"} | klee = {git ="https://gitlab.henriktjader.com/pln/cargo-klee"} | ||
enumset = "0.3.16" | |||
panic-abort = "0.3.1" | |||
# panic-abort = "0.3.1" | # panic-abort = "0.3.1" | ||
[dependencies.cortex-m] | [dependencies.cortex-m] | ||
version = "0.6.0" | version = "0.6.0" | ||
[patch.crates-io] | |||
vcell = { git = "https://github.com/perlindgren/vcell.git" } | |||
volatile-register = { git = "https://github.com/perlindgren/volatile-register.git" } | |||
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "klee-analysis" } | |||
[dependencies.volatile-register] | [dependencies.volatile-register] | ||
version = "0.3.0" | version = "0.3.0" | ||
... | @@ -24,6 +21,11 @@ git = "https://gitlab.henriktjader.com/pln/stm32f413.git" | ... | @@ -24,6 +21,11 @@ git = "https://gitlab.henriktjader.com/pln/stm32f413.git" |
branch = "klee-analysis" | branch = "klee-analysis" | ||
optional = true | optional = true | ||
[patch.crates-io] | |||
vcell = { git = "https://github.com/perlindgren/vcell.git" } | |||
volatile-register = { git = "https://github.com/perlindgren/volatile-register.git" } | |||
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "klee-analysis" } | |||
[[examples]] | [[examples]] | ||
name = "gpioa" | name = "gpioa" | ||
path = "examples/gpioa.rs" | path = "examples/gpioa.rs" | ||
... | @@ -31,7 +33,7 @@ path = "examples/gpioa.rs" | ... | @@ -31,7 +33,7 @@ path = "examples/gpioa.rs" |
[profile.dev] | [profile.dev] | ||
incremental = false | incremental = false | ||
# lto = true | lto = true | ||
[profile.release] | [profile.release] | ||
debug = true | debug = true | ||
... | ... |
examples/eq_dfs.rs
0 → 100644
Please register or sign in to comment