summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorOlaf Lüke <olaf@uni-paderborn.de>2010-06-25 20:21:31 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-06-25 21:37:53 +0200
commit2986320cde399b0b0ee006a4fecbdec83bebc248 (patch)
tree1c7da5fb4254a2178e1e7f5525a8ac725ffcb0b2 /tcl/board
parentfb96b8607a0c2a9038df3352b0ef828d78c5e418 (diff)
downloadopenocd+libswd-2986320cde399b0b0ee006a4fecbdec83bebc248.tar.gz
openocd+libswd-2986320cde399b0b0ee006a4fecbdec83bebc248.tar.bz2
openocd+libswd-2986320cde399b0b0ee006a4fecbdec83bebc248.tar.xz
openocd+libswd-2986320cde399b0b0ee006a4fecbdec83bebc248.zip
at91sam3s* support
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/atmel_sam3s_ek.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/board/atmel_sam3s_ek.cfg b/tcl/board/atmel_sam3s_ek.cfg
new file mode 100644
index 00000000..38b54b7b
--- /dev/null
+++ b/tcl/board/atmel_sam3s_ek.cfg
@@ -0,0 +1,3 @@
+source [find target/at91sam3sXX.cfg]
+
+$_TARGETNAME configure -event gdb-attach { reset init }