Flashing & Blinky

This commit is contained in:
Lorenzo Good 2026-06-01 18:19:56 -04:00
parent a433b88319
commit 5ef16da100
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
7 changed files with 40 additions and 4 deletions

View file

@ -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