mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 22:52:43 +01:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
export CPU_ARCH = cortex-m0plus
|
|
export CPU_FAM = samd21
|
|
|
|
USEMODULE += pm_layered
|
|
|
|
include $(RIOTCPU)/sam0_common/Makefile.include
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|