RIOT/cpu/stm32_common/Makefile.dep
2020-02-11 15:50:18 +01:00

10 lines
255 B
Makefile

# All stm32 families provide pm support
USEMODULE += pm_layered
# include stm32 common functions and stm32 common periph drivers
USEMODULE += stm32_common stm32_common_periph
ifneq (,$(filter periph_usbdev,$(FEATURES_USED)))
USEMODULE += xtimer
endif