1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/samd21/Makefile.include

11 lines
274 B
Makefile

# this CPU implementation is using the new core/CPU interface
export CFLAGS += -DCOREIF_NG=1
# this CPU implementation doesn't use CMSIS initialisation
export CFLAGS += -DDONT_USE_CMSIS_INIT
#
USEMODULE += hwtimer_compat
include $(RIOTCPU)/Makefile.include.cortex_common