mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
6 lines
176 B
Makefile
6 lines
176 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
|