Add H7 flash and bootloader support

This commit is contained in:
Matous Hybl
2022-05-06 09:21:29 +02:00
parent 6d56f772e1
commit 118532278c
14 changed files with 475 additions and 1 deletions

View File

@ -0,0 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip STM32H743ZITx"
[build]
target = "thumbv7em-none-eabihf"