12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "probe-run --chip STM32H743ZITx --speed 30000"
|
|
# runner = "gdb-multiarch -q -x openocd.gdb"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "link-arg=--nmagic",
|
|
"-C", "target-cpu=cortex-m7",
|
|
]
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf"
|