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