[riot-commits] [RIOT-OS/RIOT] 036823: cpu/stm32l0: power management updated
Alexandre Abadie
alexandre.abadie at inria.fr
Mon Mar 12 08:54:21 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 0368239a63916e77055ba20e7939b654a8d011ed
https://github.com/RIOT-OS/RIOT/commit/0368239a63916e77055ba20e7939b654a8d011ed
Author: Aurelien Fillau <aurelien.fillau at gmail.com>
Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths:
M cpu/stm32_common/include/periph_cpu_common.h
M cpu/stm32_common/periph/pm.c
M cpu/stm32l0/Makefile.include
M cpu/stm32l0/include/periph_cpu.h
Log Message:
-----------
cpu/stm32l0: power management updated
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 at gmail.com>
Commit: 89af008cfe0577eb09997dbae72353c5446ed741
https://github.com/RIOT-OS/RIOT/commit/89af008cfe0577eb09997dbae72353c5446ed741
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths:
M cpu/stm32_common/include/periph_cpu_common.h
M cpu/stm32_common/periph/pm.c
M cpu/stm32l0/Makefile.include
M cpu/stm32l0/include/periph_cpu.h
Log Message:
-----------
Merge pull request #7329 from Marc-Aurele/pm_l0
cpu/stm32l0: power management updated
Compare: https://github.com/RIOT-OS/RIOT/compare/607757a39d95...89af008cfe05
More information about the commits
mailing list