This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
31a089412f
zephyr
/
subsys
/
power
/
CMakeLists.txt
6 lines
66 B
CMake
Raw
Normal View
History
Unescape
Escape
subsys: power: Add OS managed Power Management framework Add support for OS managed Power Management framework for Zephyr under 'subsys/power'. This framework takes care of implementing the _sys_soc_suspend/_sys_soc_resume API's, a PM policy based on SoC Low Power residencies and also provides necessary API's to do devices suspend and resume. Also add necessary changes to support the existing Application managed Power Management framework. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-08-16 13:09:40 +08:00
zephyr_sources
(
p
o
w
e
r
.
c
d
e
v
i
c
e
.
c
)
subsys: power: Add support for pluggable PM policies Add support for adding and selecting pluggable PM policies which can be enabled based on the application needs. Also added a dummy policy for demonstration purpose which simply loops over the supported PM states. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-09-17 15:46:47 +08:00
add_subdirectory
(
policy
)