blob: 5e7689432801d83ff50241f0803d31fa00ac3815 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[build]
target = "thumbv7em-threadx-eabihf"
[target.thumbv7em-threadx-eabihf]
runner = "qemu-system-arm -cpu cortex-m4 -machine lm3s6965evb -serial none -monitor none -display none -semihosting-config enable=on,target=native -s -kernel"
rustflags = [
"-Clink-arg=-Tweak-symbols.x",
"-Clink-arg=-Tlink.x",
"-Ctarget-cpu=cortex-m4",
]
|