Blame view

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