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>
This commit is contained in:
Uwe Hermann 2011-10-30 01:45:11 +02:00 committed by Peter Stuge
parent abfd4b19a6
commit c0e1bfa8b4
6 changed files with 15 additions and 14 deletions

View File

@ -6,9 +6,9 @@
#
if { [info exists PARPORTADDR] } {
set _PARPORTADDR $PARPORTADDR
set _PARPORTADDR $PARPORTADDR
} else {
set _PARPORTADDR 0
set _PARPORTADDR 0
}
interface parport

View File

@ -4,12 +4,12 @@
# 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

View File

@ -4,11 +4,11 @@
# 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.
#

View File

@ -2,11 +2,12 @@
# 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

View File

@ -5,9 +5,9 @@
#
if { [info exists PARPORTADDR] } {
set _PARPORTADDR $PARPORTADDR
set _PARPORTADDR $PARPORTADDR
} else {
set _PARPORTADDR 0
set _PARPORTADDR 0
}
interface parport

View File

@ -5,6 +5,6 @@
#
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
tms_sequence long