Initial check-in of openocd-0.7.0 as it can be downloaded from http://sourceforge.net/projects/openocd/files/openocd/0.7.0/ Any modifications will follow. Change-Id: I6949beaefd589e046395ea0cb80f4e1ab1654d55
22 lines
554 B
INI
22 lines
554 B
INI
#
|
|
# Config for using RaspberryPi's expansion header
|
|
#
|
|
# This is best used with a fast enough buffer but also
|
|
# is suitable for direct connection if the target voltage
|
|
# matches RPi's 3.3V
|
|
#
|
|
# Do not forget the GND connection, pin 6 of the expansion header.
|
|
#
|
|
|
|
interface sysfsgpio
|
|
|
|
# Each of the JTAG lines need a gpio number set: tck tms tdi tdo
|
|
# Header pin numbers: 23 22 19 21
|
|
sysfsgpio_jtag_nums 11 25 10 9
|
|
|
|
# At least one of srst or trst needs to be specified
|
|
# Header pin numbers: TRST - 26, SRST - 18
|
|
sysfsgpio_trst_num 7
|
|
# sysfsgpio_srst_num 24
|
|
|