20761d152628e038314ec87233327a9f2c762dcf
[fw/openocd] / tcl / interface / buspirate.cfg
1 #
2 # Buspirate with OpenOCD support
3 #
4 # http://dangerousprototypes.com/bus-pirate-manual/
5 #
6
7 adapter driver buspirate
8
9 # you need to specify port on which BP lives
10 #buspirate port /dev/ttyUSB0
11
12 # communication speed setting
13 buspirate speed normal ;# or fast
14
15 # voltage regulator Enabled = 1 Disabled = 0
16 #buspirate vreg 0
17
18 # pin mode normal or open-drain (jtag only)
19 #buspirate mode normal
20
21 # pullup state Enabled = 1 Disabled = 0
22 #buspirate pullup 0
23
24 # this depends on the cable, you are safe with this option
25 reset_config srst_only