#
if { [info exists PARPORTADDR] } {
- set _PARPORTADDR $PARPORTADDR
+ set _PARPORTADDR $PARPORTADDR
} else {
- set _PARPORTADDR 0
+ set _PARPORTADDR 0
}
interface parport
# http://github.com/esden/floss-jtag
#
# This is the pre v0.3 Floss-JTAG compatible config file. It can also be used
-# for newer versions of Floss-JTAG with empty or not populated eeprom. If you
-# have several Floss-JTAG connected you have to use the usb id to select a
+# for newer versions of Floss-JTAG with empty or not populated EEPROM. If you
+# have several Floss-JTAG connected you have to use the USB ID to select a
# specific one.
#
-# If you have a Floss-JTAG WITH eeprom that is programmed use flossjtag.cfg
-# file.
+# If you have a Floss-JTAG WITH EEPROM that is programmed, use the
+# flossjtag.cfg file.
#
interface ft2232
# http://github.com/esden/floss-jtag
#
# This is the v0.3 and v1.0 Floss-JTAG compatible config file. It relies on the
-# existence of an eeprom on Floss-JTAG containing a name. If you have several
+# existence of an EEPROM on Floss-JTAG containing a name. If you have several
# Floss-JTAG adapters connected you can use the serial number to select a
# specific device.
#
-# If your Floss-JTAG does not have an eeprom or eeprom is empty use
+# If your Floss-JTAG does not have an EEPROM, or the EEPROM is empty, use the
# flossjtag-noeeprom.cfg file.
#
# Parallel port wiggler (many clones available) on port 0x378
#
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
+#
if { [info exists PARPORTADDR] } {
- set _PARPORTADDR $PARPORTADDR
+ set _PARPORTADDR $PARPORTADDR
} else {
- set _PARPORTADDR 0x378
+ set _PARPORTADDR 0x378
}
interface parport
#
if { [info exists PARPORTADDR] } {
- set _PARPORTADDR $PARPORTADDR
+ set _PARPORTADDR $PARPORTADDR
} else {
- set _PARPORTADDR 0
+ set _PARPORTADDR 0
}
interface parport
#
interface usbprog
-# USBprog is broken w/short tms sequences, this is a workaround
+# USBprog is broken w/short TMS sequences, this is a workaround
# until the C code can be fixed.
-tms_sequence long
\ No newline at end of file
+tms_sequence long