joey-tmpls/template/.cargo/config

8 lines
130 B
Plaintext
Raw Permalink Normal View History

2020-11-23 22:01:43 +00:00
[target.thumbv7m-none-eabi]
runner = "{{runner}}"
rustflags = ["-C", "link-arg=-Tlink.x"]
[build]
target = "thumbv7m-none-eabi"