1sample:
2  name: USB DFU sample
3tests:
4  sample.usb.dfu:
5    build_only: True
6    platform_exclude: native_posix native_posix_64 mimxrt1010_evk
7      mimxrt1050_evk_qspi mimxrt1020_evk mimxrt1015_evk mimxrt1060_evk sam4l_ek
8      mimxrt1050_evk mimxrt1060_evk_hyperflash nucleo_f207zg teensy40 teensy41
9    depends_on: usb_device
10    filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions") and
11            dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions") and
12            dt_chosen_enabled("zephyr,flash-controller") and
13            CONFIG_FLASH_HAS_DRIVER_ENABLED
14    tags: usb
15    integration_platforms:
16        - nrf52840dk_nrf52840
17        - frdm_k64f
18