add memory map and irq table for sam3s and sam3u devices

This commit is contained in:
Felix Held
2014-02-06 23:06:55 +01:00
parent 729feeb0a4
commit b5d937a00c
13 changed files with 509 additions and 3 deletions

View File

@@ -33,6 +33,10 @@
# include "../sam/3x/vector_nvic.c"
#elif defined(SAM3N)
# include "../sam/3n/vector_nvic.c"
#elif defined(SAM3S)
# include "../sam/3s/vector_nvic.c"
#elif defined(SAM3U)
# include "../sam/3u/vector_nvic.c"
#elif defined(LM3S) || defined(LM4F)
/* Yes, we use the same interrupt table for both LM3S and LM4F */