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

[build]
target = "thumbv7em-none-eabihf"