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

10 lines
207 B
Makefile

export CORTEX = cortex-m0
# this CPU implementation doesn't use CMSIS initialisation
export CFLAGS += -DDONT_USE_CMSIS_INIT
#
USEMODULE += hwtimer_compat
include $(RIOTCPU)/Makefile.include.cortex_common