moving things around, time to debug crap out of it

This commit is contained in:
Priec
2025-11-12 19:07:00 +01:00
parent a0c30894ee
commit 66521896b3
50 changed files with 2879 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
[build]
target = "thumbv8m.main-none-eabihf"
[target.thumbv8m.main-none-eabihf]
runner = "probe-rs run --chip STM32U575ZITxQ"
rustflags = [
"-C", "linker=rust-lld",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
"-C", "link-arg=--nmagic",
]
[package.metadata.cargo-flash]
chip = "STM32U575ZIT"