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