When possible, add integration_platforms to samples/tests. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
334 B
YAML
16 lines
334 B
YAML
sample:
|
|
name: Bindesc read
|
|
|
|
common:
|
|
build_only: true
|
|
platform_exclude:
|
|
- nucleo_c031c6
|
|
|
|
tests:
|
|
sample.bindesc.read_bindesc:
|
|
tags: bindesc
|
|
filter: dt_chosen_enabled("zephyr,flash-controller") and CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
and CONFIG_ARCH_SUPPORTS_ROM_START
|
|
integration_platforms:
|
|
- mps2/an385
|