samples: boards: st: uart: circular_dma: update the CI filter selection
This sample is designed specifically for the STM32 family. With this filter, tests on other vendors' platforms will be skipped. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
This commit is contained in:
parent
a62d9d820e
commit
c235e1cadd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ tests:
|
|||
tags:
|
||||
- serial
|
||||
- uart
|
||||
filter: dt_chosen_enabled("zephyr,shell-uart")
|
||||
filter: dt_chosen_enabled("zephyr,shell-uart") and CONFIG_SOC_FAMILY_STM32
|
||||
harness: keyboard
|
||||
|
|
|
|||
Loading…
Reference in a new issue