Flashing & Blinky
This commit is contained in:
parent
a433b88319
commit
5ef16da100
7 changed files with 40 additions and 4 deletions
|
|
@ -9,4 +9,12 @@ cortex-m-rt = "0.7.5"
|
|||
panic-halt = "1.0.0"
|
||||
stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l433"] }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1 # we don't fit at 0, and check is nice
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
debug = true
|
||||
lto = true
|
||||
opt-level = "z"
|
||||
overflow-checks = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue