sat-rs/embedded-examples/stm32f3-disco-rtic/legacy/openocd.cfg
Robin Mueller 8d27bdf3bf
Some checks are pending
Rust/sat-rs/pipeline/head Build queued...
Update embedded examples
2024-05-25 12:32:46 +02:00

13 lines
402 B
INI

# Sample OpenOCD configuration for the STM32F3DISCOVERY development board
# Depending on the hardware revision you got you'll have to pick ONE of these
# interfaces. At any time only one interface should be commented out.
# Revision C (newer revision)
source [find interface/stlink.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/stm32f3x.cfg]