aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-10-30 01:45:11 +0200
committerPeter Stuge <peter@stuge.se>2011-10-30 02:06:07 +0000
commitc0e1bfa8b4c8096666494be8fd99f2862bdf67a2 (patch)
tree4dbc28e1c93eb1a56d7476708f602510a1c3bc97 /tcl
parentabfd4b19a6b1c1e257aed343af5ab71709f41bcb (diff)
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>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/flashlink.cfg4
-rw-r--r--tcl/interface/flossjtag-noeeprom.cfg8
-rw-r--r--tcl/interface/flossjtag.cfg4
-rw-r--r--tcl/interface/parport.cfg5
-rw-r--r--tcl/interface/parport_dlc5.cfg4
-rw-r--r--tcl/interface/usbprog.cfg4
6 files changed, 15 insertions, 14 deletions
diff --git a/tcl/interface/flashlink.cfg b/tcl/interface/flashlink.cfg
index 22abe7bf..56dc35e2 100644
--- a/tcl/interface/flashlink.cfg
+++ b/tcl/interface/flashlink.cfg
@@ -6,9 +6,9 @@
#
if { [info exists PARPORTADDR] } {
- set _PARPORTADDR $PARPORTADDR
+ set _PARPORTADDR $PARPORTADDR
} else {
- set _PARPORTADDR 0
+ set _PARPORTADDR 0
}
interface parport
diff --git a/tcl/interface/flossjtag-noeeprom.cfg b/tcl/interface/flossjtag-noeeprom.cfg
index 4e3466e4..66c010bc 100644
--- a/tcl/interface/flossjtag-noeeprom.cfg
+++ b/tcl/interface/flossjtag-noeeprom.cfg
@@ -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
diff --git a/tcl/interface/flossjtag.cfg b/tcl/interface/flossjtag.cfg
index 9511dd22..fbbabc10 100644
--- a/tcl/interface/flossjtag.cfg
+++ b/tcl/interface/flossjtag.cfg
@@ -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.
#
diff --git a/tcl/interface/parport.cfg b/tcl/interface/parport.cfg
index 326005a9..f7cc23ab 100644
--- a/tcl/interface/parport.cfg
+++ b/tcl/interface/parport.cfg
@@ -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
diff --git a/tcl/interface/parport_dlc5.cfg b/tcl/interface/parport_dlc5.cfg
index d0f183fc..98345808 100644
--- a/tcl/interface/parport_dlc5.cfg
+++ b/tcl/interface/parport_dlc5.cfg
@@ -5,9 +5,9 @@
#
if { [info exists PARPORTADDR] } {
- set _PARPORTADDR $PARPORTADDR
+ set _PARPORTADDR $PARPORTADDR
} else {
- set _PARPORTADDR 0
+ set _PARPORTADDR 0
}
interface parport
diff --git a/tcl/interface/usbprog.cfg b/tcl/interface/usbprog.cfg
index f0841b99..b4f0da32 100644
--- a/tcl/interface/usbprog.cfg
+++ b/tcl/interface/usbprog.cfg
@@ -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 \ No newline at end of file
+tms_sequence long