lpc43xx: Move M4 specific files to m4/
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
3ab761d244
commit
c25461dfce
@@ -20,8 +20,8 @@
|
||||
# include <libopencm3/lpc13xx/nvic.h>
|
||||
#elif defined(LPC17XX)
|
||||
# include <libopencm3/lpc17xx/nvic.h>
|
||||
#elif defined(LPC43XX)
|
||||
# include <libopencm3/lpc43xx/nvic.h>
|
||||
#elif defined(LPC43XX_M4)
|
||||
# include <libopencm3/lpc43xx/m4/nvic.h>
|
||||
|
||||
#elif defined(SAM3X)
|
||||
# include <libopencm3/sam/3x/nvic.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
includeguard: LIBOPENCM3_LPC43xx_NVIC_H
|
||||
partname_humanreadable: LPC 43xx series
|
||||
partname_doxygen: LPC43xx
|
||||
includeguard: LIBOPENCM3_LPC43xx_M4_NVIC_H
|
||||
partname_humanreadable: LPC 43xx series M4 core
|
||||
partname_doxygen: LPC43xx (M4)
|
||||
irqs:
|
||||
0: dac
|
||||
1: m0core
|
||||
Reference in New Issue
Block a user