Add overlays and test case to build all USB device functions. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
17 lines
337 B
YAML
17 lines
337 B
YAML
common:
|
|
depends_on: usb_device
|
|
platform_allow:
|
|
- native_sim
|
|
- qemu_cortex_m3
|
|
integration_platforms:
|
|
- native_sim
|
|
tests:
|
|
usb.device_next:
|
|
tags: usb
|
|
usb.device_next.build_all:
|
|
tags: usb
|
|
extra_args:
|
|
- CONF_FILE="build_all.conf"
|
|
- EXTRA_DTC_OVERLAY_FILE="build_all.overlay"
|
|
build_only: true
|