zephyr/soc/silabs/common
Bastien Beauchamp ec1a2c6f47 soc: silabs: Fix the PRIMASK for Silabs S2 SoCs
sl_power_manager_sleep() doesn't expect the PRIMASK to be set when called.
Setting BASEPRI to 0 was moved to sl_power_manager_is_ok_to_sleep(),
this function is called after sl_power_manager_sleep() has set the PRIMASK.
Added sli_power_manager_on_wakeup() to force a clock restore before the
interrupt are handled. Added a call to retrieve the startup measurements,
reducing the early wakeup time.

Signed-off-by: Bastien Beauchamp <bastien.beauchamp@silabs.com>
2025-01-23 19:23:27 +01:00
..
CMakeLists.txt soc: silabs: Separate Series 2 soc.c 2024-10-22 20:41:23 +02:00
pinctrl_soc.h drivers: pinctrl: silabs: Add pinctrl driver for digital bus 2024-11-27 22:51:55 -05:00
soc.c soc: silabs: Separate Series 2 soc.c 2024-10-22 20:41:23 +02:00
soc_gpio.h
soc_power.c
soc_power_pmgr.c soc: silabs: Fix the PRIMASK for Silabs S2 SoCs 2025-01-23 19:23:27 +01:00