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:
Karl Palsson
2016-04-14 00:44:26 +00:00
parent b9f3f9da49
commit 53de290fda
10 changed files with 300 additions and 0 deletions

View File

@@ -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"