]> git.sur5r.net Git - openocd/commit
Add support for the Atmel SAMG53
authorAndrey Yurovsky <yurovsky@gmail.com>
Wed, 26 Feb 2014 06:18:03 +0000 (22:18 -0800)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 4 Mar 2014 20:18:37 +0000 (20:18 +0000)
commit8e44a9663df314ad527cca6687ea362c72e84a3f
tree21f2ab1ba60aeebcdfcca3b0ecb14d94c39564bc
parentd585c1627a14e7789aa659d73c43a1408657b041
Add support for the Atmel SAMG53

flash: at91sam4: add support for the SAMG53 family (this also covers the
SAMG51).  The SAMG5x parts have an EEFC (enhanced embedded flash controller)
which seems to be identical to the EFC that the sam4 driver supports.

Add a script for the Xplained Pro G53 board, this has the onboard CMSIS-DAP
debugger and a SAMG53N19.  Tested on this board and chip combination.

Change-Id: I12af50402cd2069b3c7380d92e6fe54816d6c045
Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
Reviewed-on: http://openocd.zylin.com/1974
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nor/at91sam4.c
tcl/board/atmel_samg53_xplained_pro.cfg [new file with mode: 0644]
tcl/target/at91samg5x.cfg [new file with mode: 0644]