zephyr/samples/subsys/usb/dfu/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

36 lines
919 B
YAML

sample:
name: USB DFU sample
common:
build_only: true
arch_exclude: posix
platform_exclude:
- 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