-
- Downloads
regist_test with replay
... | ... | @@ -6,7 +6,7 @@ edition = "2018" |
[dependencies] | ||
panic-halt = "0.2.0" | ||
cortex-m-semihosting = "0.3.5" | ||
vcell = "0.1.2" | ||
volatile-register = "0.2.0" | ||
... | ... | @@ -14,6 +14,10 @@ volatile-register = "0.2.0" |
version = "0.1.3" | ||
optional = true | ||
[dependencies.cortex-m-semihosting] | ||
version = "0.3.5" | ||
optional = true | ||
[dependencies.panic-klee] | ||
git = "https://gitlab.henriktjader.com/pln/panic-klee.git" | ||
version = "0.1.0" | ||
... | ... | @@ -42,6 +46,8 @@ klee-analysis = ["vcell/klee-analysis"] |
[profile.dev] | ||
panic = "abort" | ||
incremental = false | ||
lto = true | ||
[profile.release] | ||
debug = true | ||
... | ... |
Please register or sign in to comment