The additional depends on SOC_FAMILY_SAM was redundant. Add sam4l_ek to dfu sample exclude since it was failing on arduino_due. Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
18 lines
707 B
YAML
18 lines
707 B
YAML
sample:
|
|
name: USB DFU sample
|
|
tests:
|
|
sample.usb.dfu:
|
|
build_only: True
|
|
platform_exclude: native_posix native_posix_64 mimxrt1010_evk
|
|
mimxrt1050_evk_qspi mimxrt1020_evk mimxrt1015_evk mimxrt1060_evk sam4l_ek
|
|
mimxrt1050_evk mimxrt1060_evk_hyperflash nucleo_f207zg teensy40 teensy41
|
|
depends_on: usb_device
|
|
filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions") and
|
|
dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions") and
|
|
dt_chosen_enabled("zephyr,flash-controller") and
|
|
CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
tags: usb
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
- frdm_k64f
|