blob: dcdf45e61dc07bf1662dec096083459c49a9b025 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[build]
target = "thumbv7em-threadx-eabihf"
[target.thumbv7em-threadx-eabihf]
runner = "teensy4-runner"
rustflags = [
"-Clink-arg=-Tweak-symbols.x",
"-Clink-arg=-Tt4link.x",
"-Ctarget-cpu=cortex-m7",
]
|