lpc43xx: Add irq.yaml for M0 core
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
c25461dfce
commit
78081bd794
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user