summaryrefslogtreecommitdiff
path: root/src/target
diff options
context:
space:
mode:
Diffstat (limited to 'src/target')
-rw-r--r--src/target/target/at91eb40a.tcl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/target/target/at91eb40a.tcl b/src/target/target/at91eb40a.tcl
index ab6619c5..13ed0f82 100644
--- a/src/target/target/at91eb40a.tcl
+++ b/src/target/target/at91eb40a.tcl
@@ -45,5 +45,11 @@ proc target_reset_0 {} {
openocd {mww 0xffff0010 0x100}
openocd {mww 0xffff0034 0x100}
set reset_count [expr $reset_count+1]
- puts "Testing reset $reset_count !"
+ echo "Testing reset $reset_count !"
+}
+
+proc target_pre_reset_0 {} {
+ global reset_count
+ set reset_count [expr $reset_count+1]
+ echo "Testing pre_reset $reset_count !"
}