Skip to content

Commit d875a39

Browse files
nordic-babuNordicBuilder
authored andcommitted
samples: zephyr: system_off
Enable HWINFO to make it easier to check reset cause in system_off power consumption test - nrf54l09pdk alignment. Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
1 parent 1ee86a1 commit d875a39

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_PM_DEVICE=y
22
CONFIG_GPIO=y
3+
CONFIG_HWINFO=y
34
CONFIG_CRC=y
45
CONFIG_POWEROFF=y

samples/zephyr/boards/nordic/system_off/sample.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ tests:
5555
- "Retained data not supported"
5656
- "Entering system off; wait 2 seconds to restart"
5757
- "system off demo"
58+
- "Wakeup from System OFF by GRTC."
5859
- "Retained data not supported"
5960
- "Entering system off; wait 2 seconds to restart"
6061
nrf.extended.sample.boards.nrf.system_off.retained_mem.grtc_wakeup:
@@ -81,3 +82,4 @@ tests:
8182
- "Off count: 1"
8283
- "Active Ticks:"
8384
- "Entering system off; wait 2 seconds to restart"
85+
- "Wakeup from System OFF by GRTC."

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: pull/2630/head
68+
revision: fbc220f29bdeb98b68fa83426fa936ceb6e6ffd9
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)