summaryrefslogtreecommitdiff
path: root/tcl/target/stellaris.cfg
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-09-21 16:06:37 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-09-21 12:25:59 +0200
commitedefee988045558d5d306453ce352dc06bcb7a03 (patch)
tree65a641398a6e7515b3e5adcd2ceb3bb836ea85e8 /tcl/target/stellaris.cfg
parentea48794210037699bdde44014238c10c9968a72d (diff)
downloadopenocd_libswd-edefee988045558d5d306453ce352dc06bcb7a03.tar.gz
openocd_libswd-edefee988045558d5d306453ce352dc06bcb7a03.tar.bz2
openocd_libswd-edefee988045558d5d306453ce352dc06bcb7a03.tar.xz
openocd_libswd-edefee988045558d5d306453ce352dc06bcb7a03.zip
TCL scripts: collect duplicated procedures
TCL procedures mrw and mmw, originally in DaVinci target code, are duplicated in other TCL scripts. Moved in a common helper file, and added help/usage description. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/target/stellaris.cfg')
-rw-r--r--tcl/target/stellaris.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg
index 6ba5f14a..b663ce3d 100644
--- a/tcl/target/stellaris.cfg
+++ b/tcl/target/stellaris.cfg
@@ -46,12 +46,7 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
# this, if you're using a slower clock.
adapter_khz 500
-# mrw: "memory read word", returns value of $reg
-proc mrw {reg} {
- set value ""
- mem2array value 32 $reg 1
- return $value(0)
-}
+source [find mem_helper.tcl]
$_TARGETNAME configure -event reset-start {
adapter_khz 500