]> git.sur5r.net Git - openocd/commitdiff
Add configuration for ATMEL SAM3N-EK board.
authorJim Norris <u17263@att.net>
Wed, 26 Oct 2011 01:49:12 +0000 (20:49 -0500)
committerØyvind Harboe <oyvindharboe@gmail.com>
Wed, 26 Oct 2011 20:31:45 +0000 (20:31 +0000)
Change-Id: I525f6c346cace4e54f47659c5a7aceb29ee4baf2
Signed-off-by: Jim Norris <u17263@att.net>
Reviewed-on: http://openocd.zylin.com/125
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
tcl/board/atmel_sam3n_ek.cfg [new file with mode: 0644]

diff --git a/tcl/board/atmel_sam3n_ek.cfg b/tcl/board/atmel_sam3n_ek.cfg
new file mode 100644 (file)
index 0000000..2ae73eb
--- /dev/null
@@ -0,0 +1,12 @@
+
+#
+# Board configuration for Atmel's SAM3N-EK
+#
+
+reset_config srst_only
+
+set CHIPNAME at91sam3n4c
+
+adapter_khz 32
+
+source [find target/at91sam3nXX.cfg]