Blame view

RIOT/cpu/stm32f0/Makefile.include 144 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
  export CPU_ARCH = cortex-m0
  export CPU_FAM  = stm32f0
  
  include $(RIOTCPU)/stm32_common/Makefile.include
  include $(RIOTMAKE)/arch/cortexm.inc.mk