summaryrefslogtreecommitdiff
path: root/examples/stm32h7/.cargo/config
blob: 4106112cd5681c5e7a121868f9c10a3d7ee07a79 (plain)
1
2
3
4
5
[target.thumbv7em-none-eabihf]
runner = 'probe-run --chip STM32H743ZITx'

[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)