2019-03-19 23:27:22 +08:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2021-05-13 17:58:36 +08:00
|
|
|
runner = "probe-run --chip STM32H743ZITx --speed 30000"
|
|
|
|
# runner = "gdb-multiarch -q -x openocd.gdb"
|
2020-11-26 00:33:16 +08:00
|
|
|
rustflags = [
|
|
|
|
"-C", "link-arg=-Tlink.x",
|
2021-05-13 17:58:36 +08:00
|
|
|
"-C", "link-arg=--nmagic",
|
|
|
|
"-C", "target-cpu=cortex-m7",
|
2020-11-26 00:33:16 +08:00
|
|
|
]
|
2019-03-18 19:56:26 +08:00
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv7em-none-eabihf"
|