[examples] Add examples for STM32F3

This commit is contained in:
VasanthakumarV
2021-12-11 21:51:14 +05:30
parent 3f33d307ff
commit a65c2bc2b4
10 changed files with 243 additions and 0 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 STM32F303VCTx"
[build]
target = "thumbv7em-none-eabihf"