Blame view

RIOT/cpu/lm4f120/Makefile.include 182 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  export CPU_ARCH = cortex-m4f
  
  include $(RIOTMAKE)/arch/cortexm.inc.mk
  
  # use common periph functions
  USEMODULE += periph_common
  
  include $(RIOTCPU)/stellaris_common/Makefile.include