tcl/board: add Atmel SAM V71 Xplained Ultra
[fw/openocd] / tcl / board / atmel_samv71_xplained_ultra.cfg
diff --git a/tcl/board/atmel_samv71_xplained_ultra.cfg b/tcl/board/atmel_samv71_xplained_ultra.cfg
new file mode 100644 (file)
index 0000000..4e0865d
--- /dev/null
@@ -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]