tcl/target/ti_k3: Add a gdb-attach event hook for m3 and m4
[fw/openocd] / tcl / interface / buspirate.cfg
index c2f3a83c412e592f3ef00bccde4b3986467cba98..20761d152628e038314ec87233327a9f2c762dcf 100644 (file)
@@ -4,23 +4,22 @@
 # http://dangerousprototypes.com/bus-pirate-manual/
 #
 
-interface buspirate
+adapter driver buspirate
 
 # you need to specify port on which BP lives
-#buspirate_port /dev/ttyUSB0
+#buspirate port /dev/ttyUSB0
 
 # communication speed setting
-buspirate_speed normal ;# or fast
+buspirate speed normal ;# or fast
 
 # voltage regulator Enabled = 1 Disabled = 0
-#buspirate_vreg 0
+#buspirate vreg 0
 
 # pin mode normal or open-drain (jtag only)
-#buspirate_mode normal
+#buspirate mode normal
 
 # pullup state Enabled = 1 Disabled = 0
-#buspirate_pullup 0
+#buspirate pullup 0
 
 # this depends on the cable, you are safe with this option
 reset_config srst_only
-