]> git.sur5r.net Git - openocd/blob - tcl/interface/buspirate.cfg
9c7e0e70e18658ba03d9fb029d99c2589e460a30
[openocd] / tcl / interface / buspirate.cfg
1 #
2 # Buspirate with OpenOCD support
3 #
4 # http://dangerousprototypes.com/bus-pirate-manual/
5 #
6
7 interface 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
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
26