commit | 19b39406eb9c874260f02f08b182006ebeae9d9a | [log] [tgz] |
---|---|---|
author | Adam Berlinger <adam.berlinger@st.com> | Tue May 07 14:09:36 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jun 15 04:44:26 2024 -0400 |
tree | 38cd1dbc99d2a2b53e19124671fe96aa133dc44d | |
parent | 2c88cc08b368cc32ff93655a24a4a1238d430b9f [diff] |
soc: st: Add support for STOP3 on STM32U5 LPTIM is not available in STOP3 mode, so RTC needs to be used instead. This code usese similar approach as STM32WBAx for suspend to ram. The STOP3 is disabled by default in device tree. Signed-off-by: Adam Berlinger <adam.berlinger@st.com>