sample: dfu: remove platform_allow

Remove platform_allow and allow sample to be build on
compatible platform only.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2020-12-03 16:06:33 +01:00 committed by Anas Nashif
commit 896c29f494

View file

@ -3,6 +3,13 @@ sample:
tests:
sample.usb.dfu:
build_only: True
platform_allow: nrf52840dk_nrf52840 intel_s1000_crb
platform_exclude: native_posix native_posix_64
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