Merge pull request #108 from rmsc/master

openocd.cfg: use the unified stlink.cfg configuration
This commit is contained in:
Adam Greig
2021-08-25 16:36:15 +01:00
committed by GitHub

View File

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