cheapsdo2.0/.cargo/config

10 lines
212 B
Plaintext

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "linker=rust-lld",
"-C", "link-arg=-Tlink.x",
]
runner = "probe-run --chip STM32F103CB"
[build]
target = "thumbv7m-none-eabi"