mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 22:45:51 +00:00
Fixed the RTC interrupt masking issue on Deep Sleep entry by explicitly unmasking it on Deep Sleep exit sequence. Re-oredered the SoC power states such that SYS_POWER_STATE_CPU_LPS is the lowest possible Low Power State(LPS) and SYS_POWER_STATE_CPU_LPS_2 is the highest possible Low Power State(LPS). This is need to maintain the LPS state consistency across different architectures. Also re-mapped the Low Power States and Deep Sleep States as per Quark SE C1000 data sheet document under Power Management section. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv32 | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |