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>
This commit is contained in:
parent
1301cc636b
commit
2ad647857c
9 changed files with 496 additions and 0 deletions
|
@ -14,3 +14,4 @@ add_subdirectory_ifdef(CONFIG_USB usb)
|
|||
add_subdirectory(random)
|
||||
add_subdirectory(storage)
|
||||
add_subdirectory_ifdef(CONFIG_SETTINGS settings)
|
||||
add_subdirectory_ifdef(CONFIG_PM_CONTROL_OS power)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue