aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorIvan Buliev <i.buliev@mikrosistemi.com>2015-05-30 15:26:28 +0300
committerSpencer Oliver <spen@spen-soft.co.uk>2015-09-30 22:12:16 +0100
commit03f46e368830c7293f83186658268a6cd4557b20 (patch)
tree0337291e7328dd792f0da1660a34dfac01c968f4 /src/flash/nor/Makefile.am
parent288a1f453d2c786332946f16d5610950daeb83e5 (diff)
downloadriscv-openocd-03f46e368830c7293f83186658268a6cd4557b20.zip
riscv-openocd-03f46e368830c7293f83186658268a6cd4557b20.tar.gz
riscv-openocd-03f46e368830c7293f83186658268a6cd4557b20.tar.bz2
flash: Analog Devices ADuCM360 support
A target config and a simple flash driver for the ADuCM360 microcontroller. The EEPROM of the chip may be erased and programmed. Change-Id: Ic2bc2f91ec5b6f72e3976dbe18071f461fe503b8 Signed-off-by: Ivan Buliev <i.buliev@mikrosistemi.com> Reviewed-on: http://openocd.zylin.com/2787 Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Tested-by: jenkins
Diffstat (limited to 'src/flash/nor/Makefile.am')
-rw-r--r--src/flash/nor/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am
index 19ae90e..4d11436 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -9,6 +9,7 @@ libocdflashnor_la_SOURCES = \
NOR_DRIVERS = \
aduc702x.c \
+ aducm360.c \
at91sam4.c \
at91sam4l.c \
at91samd.c \