mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
264 B
Makefile
12 lines
264 B
Makefile
|
# All stm32 families provide pm support
|
||
|
USEMODULE += pm_layered
|
||
|
|
||
|
# include stm32 common periph drivers
|
||
|
USEMODULE += periph stm32_vectors
|
||
|
|
||
|
ifneq (,$(filter periph_usbdev,$(FEATURES_USED)))
|
||
|
USEMODULE += xtimer
|
||
|
endif
|
||
|
|
||
|
include $(RIOTCPU)/cortexm_common/Makefile.dep
|