Syrostan-MCU/.cargo/config

9 lines
137 B
Plaintext
Raw Normal View History

2021-07-23 17:31:28 +08:00
[target.thumbv7m-none-eabi]
runner = 'gdb-multiarch'
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7m-none-eabi"