aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: fda2fe65f5cf29fdb8f602ac90696a9a366680bb (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"
rustflags = [
  "-C", "link-arg=-Tlink.x",
]