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>__archive__
parent
be17f6b08e
commit
2036c2aaae
|
@ -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]
|
Loading…
Reference in New Issue