1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:32:44 +01:00
RIOT/cpu/stm32_common/Makefile.dep

12 lines
303 B
Makefile
Raw Normal View History

# All stm32 families provide pm support
USEMODULE += pm_layered
# include stm32 common functions and stm32 common periph drivers
USEMODULE += stm32_common stm32_common_periph
2019-10-19 11:34:22 +02:00
ifneq (,$(filter periph_usbdev,$(FEATURES_USED)))
USEMODULE += xtimer
endif
include $(RIOTCPU)/cortexm_common/Makefile.dep