tcl/target/eos_s3: fix variable's expansion typo
[fw/openocd] / tcl / interface / buspirate.cfg
index 2b68538bf622388311510266f7b27f8f8f289c8e..265e37e068f92316a4b4921e71372475877fa2e0 100644 (file)
@@ -4,7 +4,7 @@
 # http://dangerousprototypes.com/bus-pirate-manual/
 #
 
-interface buspirate
+adapter driver buspirate
 
 # you need to specify port on which BP lives
 #buspirate_port /dev/ttyUSB0
@@ -15,7 +15,7 @@ buspirate_speed normal ;# or fast
 # voltage regulator Enabled = 1 Disabled = 0
 #buspirate_vreg 0
 
-# pin mode normal or open-drain
+# pin mode normal or open-drain (jtag only)
 #buspirate_mode normal
 
 # pullup state Enabled = 1 Disabled = 0
@@ -23,4 +23,3 @@ buspirate_speed normal ;# or fast
 
 # this depends on the cable, you are safe with this option
 reset_config srst_only
-