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

@@ -64,6 +64,9 @@
/* Yes, we use the same interrupt table for both LM3S and LM4F */
# include <libopencm3/lm3s/nvic.h>
#elif defined(MSP432E4)
# include <libopencm3/msp432/e4/nvic.h>
#elif defined(VF6XX)
# include <libopencm3/vf6xx/nvic.h>