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

@@ -49,6 +49,8 @@
# include <libopencm3/sam/3u/nvic.h>
#elif defined(SAM3X)
# include <libopencm3/sam/3x/nvic.h>
#elif defined(SAMD)
# include <libopencm3/sam/d/nvic.h>
#elif defined(LM3S) || defined(LM4F)
/* Yes, we use the same interrupt table for both LM3S and LM4F */