Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samples/zephyr/boards/nordic/system_off/prj.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PM_DEVICE=y
CONFIG_GPIO=y
CONFIG_HWINFO=y
CONFIG_CRC=y
CONFIG_POWEROFF=y
2 changes: 2 additions & 0 deletions samples/zephyr/boards/nordic/system_off/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ tests:
- "Retained data not supported"
- "Entering system off; wait 2 seconds to restart"
- "system off demo"
- "Wakeup from System OFF by GRTC."
- "Retained data not supported"
- "Entering system off; wait 2 seconds to restart"
nrf.extended.sample.boards.nrf.system_off.retained_mem.grtc_wakeup:
Expand All @@ -81,3 +82,4 @@ tests:
- "Off count: 1"
- "Active Ticks:"
- "Entering system off; wait 2 seconds to restart"
- "Wakeup from System OFF by GRTC."
1 change: 1 addition & 0 deletions tests/benchmarks/current_consumption/system_off/prj.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PM_DEVICE=y
CONFIG_GPIO=y
CONFIG_HWINFO=y
CONFIG_CRC=y
CONFIG_POWEROFF=y
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 7684f5879a4373cff03f8f3abf4378ec8643cadf
revision: fbc220f29bdeb98b68fa83426fa936ceb6e6ffd9
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading