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:
parent
bb4749709e
commit
896c29f494
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue