13 lines
388 B
INI
13 lines
388 B
INI
|
# Sample OpenOCD configuration for the blue pill 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-v2-1.cfg]
|
||
|
|
||
|
# Revision A and B (older revisions)
|
||
|
source [find interface/stlink-v2.cfg]
|
||
|
|
||
|
source [find target/stm32f1x.cfg]
|