partial support for 568013 and 568037, target integration.

This commit is contained in:
Rodrigo L. Rosa
2011-05-17 19:40:29 -07:00
committed by Øyvind Harboe
parent 6349a47ebc
commit 9d4aec6bda
6 changed files with 1718 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ libtarget_la_SOURCES = \
$(MIPS32_SRC) \
avrt.c \
dsp563xx.c \
dsp563xx_once.c
dsp563xx_once.c \
dsp5680xx.c
TARGET_CORE_SRC = \
algorithm.c \
@@ -134,6 +135,7 @@ noinst_HEADERS = \
avrt.h \
dsp563xx.h \
dsp563xx_once.h \
dsp5680xx.h \
breakpoints.h \
cortex_m3.h \
cortex_a.h \