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
d2e08319bd
zephyr
/
samples
/
boards
/
ti
/
cc13x2_cc26x2
/
system_off
/
prj.conf
4 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: cc13x2_cc26x2: add system off power example Adding an example that exercises the sleep modes, then powers off the system by going into deep sleep. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2020-01-29 09:35:21 +08:00
CONFIG_GPIO=y
power: standarize PM Kconfigs and cleanup - Remove SYS_ prefix - shorten POWER_MANAGEMENT to just PM - DEVICE_POWER_MANAGEMENT -> PM_DEVICE and use PM_ as the prefix for all PM related Kconfigs Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-09-02 06:31:40 +08:00
CONFIG_PM=y
samples: boards: ti: cc13x2_cc26x2: system_off: use sys_poweroff() Use the new sys_poweroff API to power off the board. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-08-08 18:06:35 +08:00
CONFIG_POWEROFF=y