This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
407e9a4c74
zephyr
/
samples
/
boards
/
stm32
/
power_mgmt
/
standby_shutdown
/
prj.conf
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: boards: stm32: Power_mgmt: sample for standby shutdownn mode STM32L4x power management (ultra_low_power) of Standby mode and shutdown mode Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
2023-03-03 16:42:48 +08:00
CONFIG_PM=y
CONFIG_PM_DEVICE=n
CONFIG_PM_DEVICE_RUNTIME=n
CONFIG_HWINFO=y
samples: boards: stm32: power_mgmt: standby_shutdown: use sys_poweroff Use the sys_poweroff() API to power off the board, also adjust messages accordingly. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-08-07 23:53:40 +08:00
CONFIG_POWEROFF=y