diff options
author | Olaf 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 |
commit | 2986320cde399b0b0ee006a4fecbdec83bebc248 (patch) | |
tree | 1c7da5fb4254a2178e1e7f5525a8ac725ffcb0b2 /tcl/board | |
parent | fb96b8607a0c2a9038df3352b0ef828d78c5e418 (diff) | |
download | openocd_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.cfg | 3 |
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 } |