Add blinky example for STM32F2
Default configuration is for NUCLEO-F207ZG board
This commit is contained in:
6
examples/stm32f2/.cargo/config
Normal file
6
examples/stm32f2/.cargo/config
Normal file
@ -0,0 +1,6 @@
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
# replace STM32F207ZGTx with your chip as listed in `probe-run --list-chips`
|
||||
runner = "probe-run --chip STM32F207ZGTx"
|
||||
|
||||
[build]
|
||||
target = "thumbv7m-none-eabi"
|
Reference in New Issue
Block a user