hello-gm6020/.cargo/config
2023-10-10 22:58:41 +09:00

9 lines
141 B
Plaintext

[target.thumbv7m-none-eabi]
runner = 'arm-none-eabi-gdb'
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7m-none-eabi"