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

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