4104bbfb08
Added device power management hook infrastructure. Added DEVICE_INIT_PM and SYS_INIT_PM macros that creates device structures with the supplied device_ops structure containing the hooks. Added example support in gpio_dw driver. Updated the sample app and tested using LPS and Device Suspend Only policies. Change-Id: I2fe347f8d8fd1041d8318e02738990deb8c5d68e Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
README.txt | ||
prj.conf | ||
prj.mdef | ||
testcase.ini |
README.txt
Title: Power management hooks template Description: A template app that defines the power management hooks and enables the power management related CONFIG flags. This app will enable build testing of power management code inside the CONFIG flags. This project is intended only for build testing. For running real PM tests use other applications that are full implementations specific to SOCs -------------------------------------------------------------------------------- Building Project: make pristine && make