zephyr/subsys/power
Piotr Zięcik d02e3ebd4c power: Eliminate SYS_PM_* power states.
The power management framework used two different abstractions
to describe power states. The SYS_PM_* given coarse information
what kind of power state (low power or deep sleep) was used,
while the SYS_POWER_STATE_* abstraction provided information
about particular power mode.

This commit removes the SYS_PM_* abstraction as the same
information is already carried in SYS_POWER_STATE_*.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2019-02-08 09:07:00 -05:00
..
policy power: Eliminate SYS_PM_* power states. 2019-02-08 09:07:00 -05:00
CMakeLists.txt power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
device.c samples: nrf52: power_mgr: Enable the demo on the nRF51 SoC series 2019-01-31 17:39:27 +01:00
Kconfig power: pm_ctrl: Allow fine-grained power state locking 2019-02-06 14:24:01 +01:00
pm_ctrl.c power: pm_ctrl: Allow fine-grained power state locking 2019-02-06 14:24:01 +01:00
power.c power: Eliminate SYS_PM_* power states. 2019-02-08 09:07:00 -05:00
reboot.c power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00