aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 4339ec316bc9179bde255877525f97e95ab55277 (plain)
1
2
3
4
5
6
7
8
[build]
target = "thumbv7em-none-eabihf"

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