aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorThomas Schmid <thomas@rfranging.com>2014-07-01 11:29:56 -0600
committerSpencer Oliver <spen@spen-soft.co.uk>2014-07-10 21:18:30 +0000
commit48d243196826305db47d1146186169d90017ba71 (patch)
tree205d8aa17c25f45fb1d4cdafe7661118d6e8e39e /tcl
parent11274d22839b1e4bf31989682585017ded2ecf03 (diff)
downloadriscv-openocd-48d243196826305db47d1146186169d90017ba71.zip
riscv-openocd-48d243196826305db47d1146186169d90017ba71.tar.gz
riscv-openocd-48d243196826305db47d1146186169d90017ba71.tar.bz2
Adding support for the Atmel SAMR21.
The Atmel SAMR21 is a Atmel SAMD21 with an Atmel RF233 in one package (two dies). Tested with the SAMR21 Xplained Pro eval kit. Change-Id: I1d79ea05834b925d7ec810527206fe86854e684b Signed-off-by: Thomas Schmid <thomas@rfranging.com> Reviewed-on: http://openocd.zylin.com/2194 Tested-by: jenkins Reviewed-by: Andrey Yurovsky <yurovsky@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/atmel_samr21_xplained_pro.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/board/atmel_samr21_xplained_pro.cfg b/tcl/board/atmel_samr21_xplained_pro.cfg
new file mode 100644
index 0000000..308e2bd
--- /dev/null
+++ b/tcl/board/atmel_samr21_xplained_pro.cfg
@@ -0,0 +1,10 @@
+#
+# Atmel SAMR21 Xplained Pro evaluation kit.
+#
+
+source [find interface/cmsis-dap.cfg]
+
+# chip name
+set CHIPNAME at91samr21g18
+
+source [find target/at91samdXX.cfg]