zephyr/subsys/pm
Serhiy Katsyuba 98dfa0aa0b pm: Fix to prevent incorrect forever timeout
K_TICKS_FOREVER is defined as -1. Guard logic has been added for the case
when `ticks - exit_latency_ticks == -1` to prevent sys_clock_set_timeout()
from incorrectly setting a forever timeout.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
2025-07-19 13:27:08 -04:00
..
policy
CMakeLists.txt
device_runtime.c
device_system_managed.c
device_system_managed.h
device.c
Kconfig pm: fix typo in KConfig 2025-07-04 13:05:56 -05:00
pm_shell.c
pm_stats.c
pm_stats.h
pm.c pm: Fix to prevent incorrect forever timeout 2025-07-19 13:27:08 -04:00
state.c