Blame view

RIOT/cpu/samd21/Makefile.include 171 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  export CPU_ARCH = cortex-m0plus
  export CPU_FAM  = samd21
  
  USEMODULE += pm_layered
  
  include $(RIOTCPU)/sam0_common/Makefile.include
  include $(RIOTMAKE)/arch/cortexm.inc.mk