sam3x support.

This commit is contained in:
Gareth McMullin
2013-04-29 08:57:44 -07:00
committed by Piotr Esden-Tempski
parent 90172f9d72
commit f0bace7838
18 changed files with 1000 additions and 1 deletions

View File

@@ -23,6 +23,9 @@
#elif defined(LPC43XX)
# include "../lpc43xx/vector_nvic.c"
#elif defined(SAM3X)
# include "../sam3x/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"