Compiling I2C target test for efr32bg22_brd4184a board so that i2c_gecko.c driver is used in target mode. Signed-off-by: Kai Meinhard <kaimeinhard@hotmail.de>
27 lines
510 B
YAML
27 lines
510 B
YAML
common:
|
|
depends_on: i2c
|
|
tags:
|
|
- drivers
|
|
- i2c
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: i2c_bus_short
|
|
|
|
tests:
|
|
drivers.i2c.target_api.dual_role:
|
|
platform_allow:
|
|
- nucleo_f746zg
|
|
- nucleo_f091rc
|
|
- stm32f072b_disco
|
|
- nucleo_g071rb
|
|
- nucleo_f207zg
|
|
- nucleo_f429zi
|
|
- nucleo_wl55jc
|
|
- nucleo_l073rz
|
|
- rpi_pico
|
|
- efr32bg22_brd4184a
|
|
integration_platforms:
|
|
- nucleo_f091rc
|
|
extra_configs:
|
|
- CONFIG_APP_DUAL_ROLE_I2C=y
|