aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/config
blob: b6cdff0b09464df4924e1c53768dacb07748fc0b (plain)
1
2
3
4
5
6
[build]
target = "thumbv6m-none-eabi"

[target.thumbv6m-none-eabi]
rustflags = ["-C", "link-arg=-Tlink.x"]
runner = "qemu-system-arm -pidfile qemu.pid -cpu cortex-m0 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -gdb tcp::3333 -S -kernel"