The simulated nrf53 bsim boards can run this test also just fine, so let's enable them. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
26 lines
550 B
YAML
26 lines
550 B
YAML
tests:
|
|
drivers.timer.nrf_rtc_timer:
|
|
tags:
|
|
- drivers
|
|
- timer
|
|
platform_allow:
|
|
- nrf52dk_nrf52832
|
|
- nrf52840dk_nrf52840
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|
|
extra_configs:
|
|
- CONFIG_ZERO_LATENCY_IRQS=y
|
|
|
|
drivers.timer.nrf_rtc_timer_no_zli:
|
|
tags:
|
|
- drivers
|
|
- timer
|
|
platform_allow:
|
|
- nrf52dk_nrf52832
|
|
- nrf52840dk_nrf52840
|
|
- nrf52_bsim
|
|
- nrf5340bsim_nrf5340_cpuapp
|
|
- nrf5340bsim_nrf5340_cpunet
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|