atmel samd: Basic framework.
Thoughts: should this be a "sam0" family rather than samd? (Much like Atmel's own software package lumps all the cortex-m0+ devices in one family) This was enough to get a basic blinky working at least.
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
# include "../sam/3u/vector_nvic.c"
|
||||
#elif defined(SAM3X)
|
||||
# include "../sam/3x/vector_nvic.c"
|
||||
#elif defined(SAMD)
|
||||
# include "../sam/d/vector_nvic.c"
|
||||
|
||||
#elif defined(VF6XX)
|
||||
# include "../vf6xx/vector_nvic.c"
|
||||
|
||||
Reference in New Issue
Block a user