]> git.gag.com Git - fw/openocd/blobdiff - tcl/board/atmel_sam4e_ek.cfg
tcl/board: add Atmel SAM4E-EK
[fw/openocd] / tcl / board / atmel_sam4e_ek.cfg
diff --git a/tcl/board/atmel_sam4e_ek.cfg b/tcl/board/atmel_sam4e_ek.cfg
new file mode 100644 (file)
index 0000000..75e67a9
--- /dev/null
@@ -0,0 +1,7 @@
+# This is an SAM4E-EK board with a single SAM4E16 chip.
+# http://www.atmel.com/tools/sam4e-ek.aspx
+
+# chip name
+set CHIPNAME SAM4E16E
+
+source [find target/at91sam4sXX.cfg]