cheapsdo2.0/.cargo/config

10 lines
212 B
Plaintext
Raw Normal View History

2020-08-23 15:13:57 +02:00
[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"