aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 68eea01af24130cc9d005074d716edee265ac9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
[alias]
t = "test --target x86_64-unknown-linux-gnu"

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

[target.thumbv7em-none-eabihf]
runner = "arm-none-eabi-gdb -i=mi"
rustflags = [
  "-C", "link-arg=-Tlink.x",
]