sat-rs/satrs-example-stm32f3-disco/legacy/openocd.cfg
Robin Mueller dd1417a368
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Upgrade example to use defmt/RTT/probe-rs
2024-03-28 23:47:07 +01: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]