build fix: ft2232
[openocd.git] / tcl / interface / buspirate.cfg
blob2b68538bf622388311510266f7b27f8f8f289c8e
2 # Buspirate with OpenOCD support
4 # http://dangerousprototypes.com/bus-pirate-manual/
7 interface buspirate
9 # you need to specify port on which BP lives
10 #buspirate_port /dev/ttyUSB0
12 # communication speed setting
13 buspirate_speed normal ;# or fast
15 # voltage regulator Enabled = 1 Disabled = 0
16 #buspirate_vreg 0
18 # pin mode normal or open-drain
19 #buspirate_mode normal
21 # pullup state Enabled = 1 Disabled = 0
22 #buspirate_pullup 0
24 # this depends on the cable, you are safe with this option
25 reset_config srst_only