tests/samples: fix some missing tags
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>
This commit is contained in:
parent
09b514a610
commit
67e8d03280
33 changed files with 39 additions and 67 deletions
|
@ -1,9 +1,9 @@
|
|||
tests:
|
||||
drivers.clock.clock_control_nrf5:
|
||||
tags: drivers
|
||||
tags: drivers cloc
|
||||
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
|
||||
nrf9160dk_nrf9160
|
||||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||
tags: drivers
|
||||
tags: drivers clock
|
||||
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
|
||||
extra_args: CONF_FILE="nrf_lfclk_rc.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue