Group all STM32 board samples in samples/boards/st to keep samples/boards/ organized by vendor Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
16 lines
343 B
YAML
16 lines
343 B
YAML
sample:
|
|
name: STM32 I2C V2 timing
|
|
tests:
|
|
sample.boards.stm32.i2c_timing:
|
|
depends_on: i2c
|
|
tags:
|
|
- drivers
|
|
- i2c
|
|
filter: dt_compat_enabled("st,stm32-i2c-v2")
|
|
platform_allow: nucleo_l476rg nucleo_wb55rg
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "I2C freq. I2C_BITRATE_*"
|