Qorvo pac55xx: initial support

Qorvo (Nee Active Semi) PAC55xx "Intelligent Motor Control" parts,
cortex-m4 SoCs
This commit is contained in:
Brian Viele
2019-11-26 14:18:37 -05:00
committed by Karl Palsson
parent bcfdcc09ac
commit dd18b9fdbc
12 changed files with 135 additions and 2 deletions

View File

@@ -64,6 +64,10 @@
#elif defined(VF6XX)
# include "../vf6xx/vector_nvic.c"
#elif defined(PAC55XX)
# include "../pac55xx/vector_nvic.c"
#elif defined(LM3S) || defined(LM4F)
/* Yes, we use the same interrupt table for both LM3S and LM4F */
# include "../lm3s/vector_nvic.c"