From: Jim Norris Date: Wed, 26 Oct 2011 01:49:12 +0000 (-0500) Subject: Add configuration for ATMEL SAM3N-EK board. X-Git-Tag: v0.6.0-rc1~497 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=2036c2aaae390996f55a8c0cdd8769fbc8933c5a Add configuration for ATMEL SAM3N-EK board. Change-Id: I525f6c346cace4e54f47659c5a7aceb29ee4baf2 Signed-off-by: Jim Norris Reviewed-on: http://openocd.zylin.com/125 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- diff --git a/tcl/board/atmel_sam3n_ek.cfg b/tcl/board/atmel_sam3n_ek.cfg new file mode 100644 index 0000000000..2ae73ebfac --- /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]