Files
embedded-rs/openocd.cfg
Renato Caldas 7a654e4416 openocd.cfg: use the unified stlink.cfg configuration
In newer versions of openocd, all the stlink-v* configuration files are
deprecated, and just source stlink.cfg.
2021-08-25 16:29:16 +01:00

6 lines
145 B
INI

# Sample OpenOCD configuration for the STM32F3DISCOVERY development board
source [find interface/stlink.cfg]
source [find target/stm32f3x.cfg]