2010-03-08 12:45:14 +00:00
|
|
|
#
|
|
|
|
# Buspirate with OpenOCD support
|
|
|
|
#
|
|
|
|
# http://dangerousprototypes.com/bus-pirate-manual/
|
|
|
|
#
|
|
|
|
|
|
|
|
interface buspirate
|
|
|
|
|
|
|
|
# you need to specify port on which BP lives
|
|
|
|
#buspirate_port /dev/ttyUSB0
|
|
|
|
|
|
|
|
# communication speed setting
|
2010-12-18 17:22:53 +00:00
|
|
|
buspirate_speed normal ;# or fast
|
2010-03-08 12:45:14 +00:00
|
|
|
|
|
|
|
# voltage regulator Enabled = 1 Disabled = 0
|
|
|
|
#buspirate_vreg 0
|
|
|
|
|
2017-01-26 00:12:18 +00:00
|
|
|
# pin mode normal or open-drain (jtag only)
|
2010-03-08 12:45:14 +00:00
|
|
|
#buspirate_mode normal
|
|
|
|
|
|
|
|
# pullup state Enabled = 1 Disabled = 0
|
|
|
|
#buspirate_pullup 0
|
|
|
|
|
|
|
|
# this depends on the cable, you are safe with this option
|
|
|
|
reset_config srst_only
|
|
|
|
|