aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/twr-k60n512.cfg6
-rw-r--r--tcl/interface/osbdm.cfg12
2 files changed, 16 insertions, 2 deletions
diff --git a/tcl/board/twr-k60n512.cfg b/tcl/board/twr-k60n512.cfg
index 00cf0423..4fe35bb0 100644
--- a/tcl/board/twr-k60n512.cfg
+++ b/tcl/board/twr-k60n512.cfg
@@ -1,10 +1,12 @@
#
-# Freescale KwikStik development board
+# Freescale TWRK60N512 development board
#
source [find target/k60.cfg]
-reset_config trst_and_srst
+$_TARGETNAME configure -event reset-init {
+ puts "-event reset-init occured"
+}
#
# Bank definition for the 'program flash' (instructions and/or data)
diff --git a/tcl/interface/osbdm.cfg b/tcl/interface/osbdm.cfg
new file mode 100644
index 00000000..4d0c79d3
--- /dev/null
+++ b/tcl/interface/osbdm.cfg
@@ -0,0 +1,12 @@
+#
+# P&E Micro OSBDM (aka OSJTAG) interface
+#
+# http://pemicro.com/osbdm/
+#
+interface osbdm
+reset_config srst_only
+
+#
+# OSBDM doesn't support speed control
+#
+adapter_khz 1