1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-16 05:29:31 +00:00
mre-mos6502/no-std-example/openocd.cfg
2018-11-04 21:35:50 +01:00

13 lines
407 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-v2-1.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/stm32f3x.cfg]