tcl: Adapt config files to new usb_blaster command syntax
[openocd.git] / tcl / interface / buspirate.cfg
blob20761d152628e038314ec87233327a9f2c762dcf
2 # Buspirate with OpenOCD support
4 # http://dangerousprototypes.com/bus-pirate-manual/
7 adapter driver 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 (jtag only)
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