The test targets the following devices at this time. - diodes,pi3usb9201 - maxim,max3421e_spi Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
21 lines
443 B
YAML
21 lines
443 B
YAML
common:
|
|
build_only: true
|
|
tags:
|
|
- drivers
|
|
- usb
|
|
tests:
|
|
drivers.usb.build.i2c:
|
|
extra_args: DTC_OVERLAY_FILE="i2c_devices.overlay"
|
|
extra_configs:
|
|
- CONFIG_I2C=y
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
|
|
drivers.usb.build.spi:
|
|
extra_args: DTC_OVERLAY_FILE="spi_devices.overlay"
|
|
extra_configs:
|
|
- CONFIG_SPI=y
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|