diff --git a/tests/zephyr/boards/nrf/hwinfo/reset_cause/prj.conf b/tests/zephyr/boards/nrf/hwinfo/reset_cause/prj.conf index edd86844963a..7acdbdd1740a 100644 --- a/tests/zephyr/boards/nrf/hwinfo/reset_cause/prj.conf +++ b/tests/zephyr/boards/nrf/hwinfo/reset_cause/prj.conf @@ -5,3 +5,4 @@ CONFIG_REBOOT=y CONFIG_LOG=y CONFIG_LOG_MODE_MINIMAL=y +CONFIG_ASSERT=y diff --git a/tests/zephyr/boards/nrf/hwinfo/reset_cause/testcase.yaml b/tests/zephyr/boards/nrf/hwinfo/reset_cause/testcase.yaml index daae40d8f95b..c58186e6e605 100644 --- a/tests/zephyr/boards/nrf/hwinfo/reset_cause/testcase.yaml +++ b/tests/zephyr/boards/nrf/hwinfo/reset_cause/testcase.yaml @@ -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 diff --git a/west.yml b/west.yml index 99d94b803ca0..e287d698686b 100644 --- a/west.yml +++ b/west.yml @@ -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