aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1/.cargo/config
blob: 34ba36c6c26478155c001085ec946fd6d2c5667b (plain)
1
2
3
4
5
6
7
8
[target.thumbv7m-none-eabi]
runner = 'arm-none-eabi-gdb'
rustflags = [
  "-C", "link-arg=-Tlink.x",
]

[build]
target = "thumbv7m-none-eabi"