samples: Replace i2s tag with lower case
Replaces the capitalized I2S tag with i2s as tags in Zephyr are by convention lower case. Unexpectedly built the i2s echo sample when given the lower case tag in the ignore. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
89695ddaa3
commit
6fed49b765
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ sample:
|
|||
name: I2S echo sample
|
||||
tests:
|
||||
sample.drivers.i2s.echo:
|
||||
tags: I2S
|
||||
tags: i2s
|
||||
filter: dt_nodelabel_enabled("i2s_rxtx") or
|
||||
(dt_nodelabel_enabled("i2s_rx") and dt_nodelabel_enabled("i2s_tx"))
|
||||
integration_platforms:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue