aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Norris <u17263@att.net>2011-10-25 20:49:12 -0500
committerØyvind Harboe <oyvindharboe@gmail.com>2011-10-26 20:31:45 +0000
commit2036c2aaae390996f55a8c0cdd8769fbc8933c5a (patch)
treec9150941c8d1eff7ce43ab664c421780d54dbf31
parentbe17f6b08ec89fafdecb1520619ae25191bd7077 (diff)
Add configuration for ATMEL SAM3N-EK board.
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>
-rw-r--r--tcl/board/atmel_sam3n_ek.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcl/board/atmel_sam3n_ek.cfg b/tcl/board/atmel_sam3n_ek.cfg
new file mode 100644
index 00000000..2ae73ebf
--- /dev/null
+++ b/tcl/board/atmel_sam3n_ek.cfg
@@ -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]