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