aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Quigley <morgan@osrfoundation.org>2015-11-02 18:34:21 -0800
committerSpencer Oliver <spen@spen-soft.co.uk>2015-11-10 20:27:00 +0000
commitd85207c8e536bcf1e2a6f9396f3813f4ee3a867a (patch)
tree5a5d561d15775f47aa5a299bfc17052084031310
parentbdd0440508d77781d5d7cfb4d12dffafadb100ba (diff)
tcl/board: add Atmel SAM V71 Xplained Ultra
Tested with cmsis-dap using the EDBG chip on the board. Change-Id: I3d398685c81e4701a9f6c1a66e60f7a87f839daa Signed-off-by: Morgan Quigley <morgan@osrfoundation.org> Reviewed-on: http://openocd.zylin.com/3092 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r--tcl/board/atmel_samv71_xplained_ultra.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcl/board/atmel_samv71_xplained_ultra.cfg b/tcl/board/atmel_samv71_xplained_ultra.cfg
new file mode 100644
index 00000000..4e0865d9
--- /dev/null
+++ b/tcl/board/atmel_samv71_xplained_ultra.cfg
@@ -0,0 +1,12 @@
+#
+# Atmel SAMV71 Xplained Ultra evaluation kit.
+# http://www.atmel.com/tools/ATSAMV71-XULT.aspx
+#
+# To connect using the EDBG chip on the dev kit over USB, you will
+# first need to source [find interface/cmsis-dap.cfg]
+# however, since this board also has a SWD+ETM connector, we don't
+# automatically source that file here.
+
+set CHIPNAME samv71
+
+source [find target/atsamv.cfg]