pico-test/.cargo/config

9 lines
137 B
Plaintext
Raw Permalink Normal View History

2022-03-03 18:30:37 +01:00
[build]
target = "thumbv6m-none-eabi"
[target.thumbv6m-none-eabi]
runner = "elf2uf2-rs -d"
rustflags = [
"-C", "link-arg=-Tlink.x",
]