zephyr/tests/subsys/pm/power_mgmt
Gerard Marull-Paretas 7ccc1a41bc pm: use actions for device PM control
Instead of passing target states, use actions for device PM control.
Actions represent better the meaning of the callback argument.
Furthermore, they are more future proof as they can be suitable for
other PM actions that have no direct mapping to a state. If we compare
with Linux, we could have a multi-stage suspend/resume. Such scenario
would not have a good mapping when using target states.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-08-04 08:23:01 -04:00
..
src pm: use actions for device PM control 2021-08-04 08:23:01 -04:00
CMakeLists.txt tests: power: move to pm folder 2021-05-05 18:35:49 -04:00
prj.conf pm: rename CONFIG_PM_DEVICE_IDLE to CONFIG_PM_DEVICE_RUNTIME 2021-05-05 18:35:49 -04:00
testcase.yaml tests: power_mgmt: Add nucleo_l476rg to integrations platforms 2021-07-28 09:47:05 -05:00