aboutsummaryrefslogtreecommitdiff
path: root/testsuite/.cargo/config.toml
blob: cce98a903961bbcad04c2f6aa4a7990a24f644f8 (plain) (blame)
1
2
3
4
5
6
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = ["-C", "link-arg=-Tlink.x"]
runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"

[build]
target = "thumbv7m-none-eabi"