zephyr/subsys/pm
Krzysztof Chruściński 24082d582f arch: arm: cortex_m: pm_s2ram: Add option for custom marking
s2ram procedure used RAM magic word for marking suspend-to-RAM. This
method may not work in some cases, e.g. when global reset does not
reset RAM content. In that case resuming from s2ram is detected when
global reset occurred.

RAM magic word method is the default but with
CONFIG_PM_S2RAM_CUSTOM_MARKING a custom implementation can be provided.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-05-17 14:33:47 +02:00
..
CMakeLists.txt pm: add device shell commands 2024-04-25 18:00:05 -04:00
device.c pm: Remove state lock/unlock API 2024-04-09 20:11:48 +02:00
device_runtime.c pm: device_runtime: add an access function to get the usage counter 2024-05-01 10:31:03 +02:00
Kconfig arch: arm: cortex_m: pm_s2ram: Add option for custom marking 2024-05-17 14:33:47 +02:00
pm.c pm: re-program timer HW only when the exit latency is not zero 2024-05-06 17:31:40 +01:00
pm_shell.c pm: shell: filter out non PM enabled devices 2024-04-30 19:30:15 -05:00
pm_stats.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
pm_stats.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
policy.c pm: policy: Fix event integer overflow 2024-04-25 17:58:04 -04:00
state.c pm: state: allow disabling certain power states 2023-07-26 16:49:00 +02:00