Many driver samples or tests only had 'drivers' as the tag, without a tag indicating what driver that is exactly, so add some missing tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
304 B
YAML
10 lines
304 B
YAML
tests:
|
|
drivers.timer.nrf_rtc_timer:
|
|
tags: drivers timer
|
|
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840
|
|
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
|