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
c992707251
zephyr
/
samples
/
boards
/
nrf
/
system_off
/
prj.conf
5 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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_DEVICE=y
samples: nrf52: replace power_mgr with system_off The Nordic SOC doesn't support multiple system power states, only one deep sleep state. Replace the old example with a simpler one that can be used to measure CPU active, normal sleep, and system off modes. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-11-19 08:08:08 +08:00
CONFIG_GPIO=y
crc: Make the build of crc function dependent on a Kconfig Add CONFIG_CRC for building CRC related routines. CRC routines are now being built for each application, whether used or not and are add in the build system unconditionally. Keep CONFIG_CRC enabled by default for now and until all users have converted to use the new option. Partial fix for #50654 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-09-27 00:13:43 +08:00
CONFIG_CRC=y
samples: boards: nrf: system_off: use sys_poweroff Make use of the new sys_poweroff API to actually power off the system. This lets us remove many hacks present in the sample. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-07-20 18:09:51 +08:00
CONFIG_POWEROFF=y