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 tests/zephyr/boards/nrf/hwinfo/reset_cause/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_REBOOT=y

CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y
CONFIG_ASSERT=y
7 changes: 6 additions & 1 deletion tests/zephyr/boards/nrf/hwinfo/reset_cause/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ tests:
- "RESET_DEBUG is supported"
- "RESET_LOW_POWER_WAKE is supported"
- "RESET_CPU_LOCKUP is supported"
- "Rebooting"
- "HW Info reset reason test on"
- "This boot is due to expected software reset"
- "PASS: RESET_SOFTWARE detected"
- "PASS: reset causes were cleared"
- "Watchdog shall fire"
- "HW Info reset reason test on"
- "This boot is due to expected watchdog reset"
- "PASS: RESET_WATCHDOG detected"
- "PASS: reset causes were cleared"
- "HW Info reset reason test on"
- "This boot is due to expected cpu lockup reset"
- "PASS: RESET_CPU_LOCKUP detected"
- "PASS: reset causes were cleared"
- "All tests done"
platform_allow:
- nrf54l09pdk/nrf54l09/cpuapp
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: faf28c05d32808c6114bcb0a7005d6b2e9a01f92
revision: dab498614cd47d28158119bb1e67d1b70d8f0a9a
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading