lpc43xx: Add irq.yaml for M0 core

This commit is contained in:
Ben Gamari
2013-07-06 22:55:44 -04:00
committed by Piotr Esden-Tempski
parent c25461dfce
commit 78081bd794
4 changed files with 39 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
# include "../lpc17xx/vector_nvic.c"
#elif defined(LPC43XX_M4)
# include "../lpc43xx/m4/vector_nvic.c"
#elif defined(LPC43XX_M0)
# include "../lpc43xx/m0/vector_nvic.c"
#elif defined(SAM3X)
# include "../sam/3x/vector_nvic.c"

View File

@@ -27,7 +27,7 @@ CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -O2 -g3 -Wall -Wextra -I../../../include -fno-common \
-mcpu=cortex-m0 -mthumb -Wstrict-prototypes \
-ffunction-sections -fdata-sections -MD
-ffunction-sections -fdata-sections -MD -DLPC43XX -DLPC43XX_M0
# ARFLAGS = rcsv
ARFLAGS = rcs