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:
Dmitry Rezvanov
2018-07-22 17:30:04 +04:00
committed by Karl Palsson
parent 0c91dbf57e
commit 2adefd95fe
9 changed files with 2004 additions and 1 deletions

View File

@@ -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"