mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0368239a63
Now, MCU is able to go in stop mode if necessary when periph_pm feature is activated. Regarding LPSDSR bit that deactivates or not regulator in stop mode, it is up to the user to set/clear this bit. In order to save power, voltage regulator can be set in low power state during stop mode but it increases wakeup time. Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
8 lines
169 B
Makefile
8 lines
169 B
Makefile
export CPU_ARCH = cortex-m0
|
|
export CPU_FAM = stm32l0
|
|
|
|
USEMODULE += pm_layered
|
|
|
|
include $(RIOTCPU)/stm32_common/Makefile.include
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|