1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/sam21_common/include
Kees Bakker 3123b501b5 cpu/sam21_common: add samd21 include files from ASF CMSIS
This adds support for all samd21 variants. Notice that the previous samd21
was moved to cpu/samr21

To use this cpu variant you must set at least the following in your boards
Makefile.include:
    export CPU = samd21
    export CPU_MODEL = samd21j18a   # Not sure if this is used
    CFLAGS += -D__SAMD21J18A__  # or whatever variant you have

The samd21 include files were copied from ASF 3.30
2016-09-28 18:01:12 +02:00
..
cmsis cpu/sam21_common: add samd21 include files from ASF CMSIS 2016-09-28 18:01:12 +02:00
periph_cpu_common.h cpu/sam21_common: add a few typedefs for SERCOM 2016-09-21 20:34:21 +02:00
sam0.h cpu/sam21_common: support SAMR21E18 2016-09-22 16:24:09 -07:00