msp432/e4: new target
Basic memory map and system control. Originally tracked via: https://github.com/libopencm3/libopencm3/pull/946
This commit is contained in:
committed by
Karl Palsson
parent
0c91dbf57e
commit
2adefd95fe
@@ -63,6 +63,9 @@
|
||||
/* Yes, we use the same interrupt table for both LM3S and LM4F */
|
||||
# include "../lm3s/vector_nvic.c"
|
||||
|
||||
#elif defined(MSP432E4)
|
||||
# include "../msp432/e4/vector_nvic.c"
|
||||
|
||||
#else
|
||||
# warning "no interrupts defined for chipset;"\
|
||||
"not allocating space in the vector table"
|
||||
|
||||
Reference in New Issue
Block a user