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