interface configs: Fix whitespace and other issues.
Change-Id: I98825c7fb9bdee75b69b06005ed12a3f64ec4db4 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://openocd.zylin.com/139 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>__archive__
parent
abfd4b19a6
commit
c0e1bfa8b4
|
@ -4,12 +4,12 @@
|
||||||
# http://github.com/esden/floss-jtag
|
# http://github.com/esden/floss-jtag
|
||||||
#
|
#
|
||||||
# This is the pre v0.3 Floss-JTAG compatible config file. It can also be used
|
# 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
|
# 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
|
# have several Floss-JTAG connected you have to use the USB ID to select a
|
||||||
# specific one.
|
# specific one.
|
||||||
#
|
#
|
||||||
# If you have a Floss-JTAG WITH eeprom that is programmed use flossjtag.cfg
|
# If you have a Floss-JTAG WITH EEPROM that is programmed, use the
|
||||||
# file.
|
# flossjtag.cfg file.
|
||||||
#
|
#
|
||||||
|
|
||||||
interface ft2232
|
interface ft2232
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
# http://github.com/esden/floss-jtag
|
# http://github.com/esden/floss-jtag
|
||||||
#
|
#
|
||||||
# This is the v0.3 and v1.0 Floss-JTAG compatible config file. It relies on the
|
# 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
|
# Floss-JTAG adapters connected you can use the serial number to select a
|
||||||
# specific device.
|
# 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.
|
# flossjtag-noeeprom.cfg file.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
# Parallel port wiggler (many clones available) on port 0x378
|
# Parallel port wiggler (many clones available) on port 0x378
|
||||||
#
|
#
|
||||||
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
|
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
|
||||||
|
#
|
||||||
|
|
||||||
if { [info exists PARPORTADDR] } {
|
if { [info exists PARPORTADDR] } {
|
||||||
set _PARPORTADDR $PARPORTADDR
|
set _PARPORTADDR $PARPORTADDR
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
interface usbprog
|
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.
|
# until the C code can be fixed.
|
||||||
tms_sequence long
|
tms_sequence long
|
Loading…
Reference in New Issue