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
3 changes: 3 additions & 0 deletions tests/zephyr/drivers/timer/nrf_grtc_timer/prj.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
CONFIG_ZTEST=y
CONFIG_NRF_GRTC_TIMER=y
CONFIG_COUNTER=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_XOSHIRO_RANDOM_GENERATOR=y
50 changes: 27 additions & 23 deletions tests/zephyr/drivers/timer/nrf_grtc_timer/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
common:
tags:
- drivers
- ci_tests_zephyr_drivers_timer
platform_allow:
- nrf54lm20pdk/nrf54lm20a/cpuapp
- nrf54lm20pdk/nrf54lm20a/cpuflpr
- [email protected]/nrf54lm20a/cpuapp
- [email protected]/nrf54lm20a/cpuflpr
- [email protected]/nrf54lm20a/cpuapp
- [email protected]/nrf54lm20a/cpuflpr
- [email protected]/nrf54lm20a/cpuapp
- [email protected]/nrf54lm20a/cpuflpr
- nrf54lv10dk/nrf54lv10a/cpuapp
- [email protected]/nrf54lv10a/cpuapp
- [email protected]/nrf54lv10a/cpuapp
- nrf54lv10dk/nrf54lv10a/cpuflpr
- [email protected]/nrf54lv10a/cpuflpr
- [email protected]/nrf54lv10a/cpuflpr
integration_platforms:
- nrf54lm20pdk/nrf54lm20a/cpuapp
- nrf54lv10dk/nrf54lv10a/cpuapp
timeout: 45
tests:
nrf.extended.drivers.timer.nrf_grtc_timer:
tags:
- drivers
- ci_tests_zephyr_drivers_timer
platform_allow:
- nrf54lm20pdk/nrf54lm20a/cpuapp
- nrf54lm20pdk/nrf54lm20a/cpuflpr
- [email protected]/nrf54lm20a/cpuapp
- [email protected]/nrf54lm20a/cpuflpr
- [email protected]/nrf54lm20a/cpuapp
- [email protected]/nrf54lm20a/cpuflpr
- [email protected]/nrf54lm20a/cpuapp
- [email protected]/nrf54lm20a/cpuflpr
- nrf54lv10dk/nrf54lv10a/cpuapp
- [email protected]/nrf54lv10a/cpuapp
- [email protected]/nrf54lv10a/cpuapp
- nrf54lv10dk/nrf54lv10a/cpuflpr
- [email protected]/nrf54lv10a/cpuflpr
- [email protected]/nrf54lv10a/cpuflpr
integration_platforms:
- nrf54lm20pdk/nrf54lm20a/cpuapp
- nrf54lv10dk/nrf54lv10a/cpuapp
timeout: 30
nrf.extended.drivers.timer.nrf_grtc_timer: {}
nrf.extended.drivers.timer.nrf_grtc_timer.no_assert:
extra_configs:
- CONFIG_ASSERT=n
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: 231cc2964814da82c866ec9c61d8e59097d43591
revision: 8af4f9f53d90c24ce275dc364aa035eb544a155e
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading