summaryrefslogtreecommitdiffstats
path: root/ble/.cargo/config
blob: c4ce5efab9e3c4fa55c7b652dc4039c918b7a5f6 (plain)
1
2
3
4
5
6
[build]
target = "thumbv7em-none-eabihf"

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