openocd/tcl/interface/buspirate.cfg
Marc Schink e53f1c907a tcl/interface/buspirate: Adapt to new buspirate command syntax
Change-Id: I1a82608532f043054abd22eb5b50ab5c5f58cee4
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: http://openocd.zylin.com/6405
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2021-08-14 13:36:58 +01:00

26 lines
533 B
INI

#
# Buspirate with OpenOCD support
#
# http://dangerousprototypes.com/bus-pirate-manual/
#
adapter driver buspirate
# you need to specify port on which BP lives
#buspirate port /dev/ttyUSB0
# communication speed setting
buspirate speed normal ;# or fast
# voltage regulator Enabled = 1 Disabled = 0
#buspirate vreg 0
# pin mode normal or open-drain (jtag only)
#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