RIOT/cpu/sam3/Makefile.include

10 lines
203 B
Makefile

export CPU_ARCH = cortex-m3
# use hwtimer compatibility module
USEMODULE += hwtimer_compat
# include common SPI functions
USEMODULE += periph_common
include $(RIOTCPU)/Makefile.include.cortexm_common