samples: add missing sample.yaml files
Some samples were without sample.yaml. This adds them. Fixes #27813 Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>
This commit is contained in:
parent
d3e8d6c3f3
commit
e7eb428b01
6
samples/boards/intel_s1000_crb/dmic/sample.yaml
Normal file
6
samples/boards/intel_s1000_crb/dmic/sample.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
sample:
|
||||
name: DMIC Audio Sample
|
||||
tests:
|
||||
sample.board.intel_s1000_crb.dmic:
|
||||
platform_allow: intel_s1000_crb
|
||||
tags: dmic
|
10
samples/subsys/mgmt/osdp/sample.yaml
Normal file
10
samples/subsys/mgmt/osdp/sample.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
sample:
|
||||
description: OSDP Sample
|
||||
name: osdp
|
||||
tests:
|
||||
sample.mgmt.osdp:
|
||||
tags: osdp
|
||||
filter: dt_compat_enabled_with_alias("gpio-leds", "led0") and CONFIG_SERIAL
|
||||
harness: osdp
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
Loading…
Reference in a new issue