Files
stm32_rust/2sem_spi/.cargo/config.toml
Filipriec 8d8d3b3341 2 spi
2026-03-10 14:03:54 +01:00

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"