1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd21/Makefile.include
Kees Bakker 8644b5f7a0 cpu/samd21: introduce sam0.h so that we can select samr21.h or other
In the Makefile.include of the board it is required to set the correct
define.

Currently only SAMRG18A is supported, as required by samr21-xpro.
2016-09-21 19:43:30 +02:00

6 lines
158 B
Makefile

export CPU_ARCH = cortex-m0plus
export CPU_FAM = samd21
include $(RIOTCPU)/sam21_common/Makefile.include
include $(RIOTCPU)/Makefile.include.cortexm_common