16 lines
313 B
TOML
16 lines
313 B
TOML
[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"
|