Several platforms don't have flash drivers and these platforms the DFU sample will not build or even pass Kconfig on. Exclude them until they have flash driver support. Fixes #33422 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
666 B
YAML
18 lines
666 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
|
|
mimxrt1050_evk mimxrt1060_evk_hyperflash nucleo_f207zg
|
|
depends_on: usb_device
|
|
filter: dt_compat_enabled_with_label("fixed-partitions", "slot0_partition") and
|
|
dt_compat_enabled_with_label("fixed-partitions", "slot1_partition") and
|
|
dt_chosen_enabled("zephyr,flash-controller") and
|
|
CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
tags: usb
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
- frdm_k64f
|