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

[target.thumbv7em-none-eabihf]
# runner = "arm-none-eabi-gdb -tui -q -x debug.gdb"
rustflags = [
    "-C", "link-arg=-Tlinker_script.ld",
]