Blame view

RIOT/cpu/sam3/Makefile.include 198 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  export CPU_ARCH = cortex-m3
  export CPU_FAM  = sam3
  
  # include common SPI functions
  USEMODULE += periph_common
  
  include $(RIOTCPU)/sam_common/Makefile.include
  include $(RIOTMAKE)/arch/cortexm.inc.mk