zephyr/samples/subsys/usb/dfu/sample.yaml
Gerson Fernando Budke 151e145b44 boards: arm: stm32l562e_dk: Enable usb tags for tests
This enables usb and usb_device tag for tests. It explicitly disable
samples/subsys/usb/dfu for non-secure version of this board due to
building errors, which can be explored in future.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
2022-11-10 11:26:11 +00:00

24 lines
874 B
YAML

sample:
name: USB DFU sample
common:
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
b_u585i_iot02a frdm_kl25z lpcxpresso55s69_cpu0 stm32l562e_dk_ns
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
integration_platforms:
- nrf52840dk_nrf52840
- frdm_k64f
tests:
sample.usb.dfu:
tags: usb
sample.usb.dfu.permanent.download:
tags: usb
extra_args: OVERLAY_CONFIG=overlay-permanent-download.conf