-
- Downloads
Cargo
... | ... | @@ -19,14 +19,14 @@ cortex-m-semihosting = "0.2.0" |
[dependencies.cortex-m-debug] | ||
version = "0.1.0" | ||
path = "../cortex-m-debug" | ||
git = "https://gitlab.henriktjader.com/pln/cortex-m-debug.git" | ||
[dependencies.cortex-m-rt] | ||
features = ["abort-on-panic"] | ||
version = "0.3.3" | ||
[dependencies.stm32f413] | ||
path = "../stm32f413" | ||
[dependencies.stm32f40x] | ||
git = "https://gitlab.henriktjader.com/pln/STM32F40x.git" | ||
features = ["rt"] | ||
version = "0.1.0" | ||
... | ... | @@ -37,3 +37,7 @@ wcet_nop = [] |
[profile.release] | ||
lto = true | ||
debug = true | ||
[profile.dev] | ||
codegen-units = 1 | ||
incremental = false | ||
\ No newline at end of file |
Please register or sign in to comment