Atmel samd: add support for SAMD21
[fw/openocd] / tcl / board / atmel_samd21_xplained_pro.cfg
diff --git a/tcl/board/atmel_samd21_xplained_pro.cfg b/tcl/board/atmel_samd21_xplained_pro.cfg
new file mode 100644 (file)
index 0000000..843b0ce
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Atmel SAMD21 Xplained Pro evaluation kit.
+#
+
+source [find interface/cmsis-dap.cfg]
+
+# chip name
+set CHIPNAME at91samd21j18
+
+source [find target/at91samdXX.cfg]