Merge the fpga_controller and fpga_controller shell sample applications and add sample.yaml to enable testing in twister. Fixes #47613 Signed-off-by: Aastha Grover <aastha.grover@intel.com>
13 lines
277 B
YAML
13 lines
277 B
YAML
sample:
|
|
name: FPGA Controller sample
|
|
|
|
common:
|
|
tags: FPGA
|
|
build_only: true
|
|
|
|
tests:
|
|
sample.drivers.fpga_controller:
|
|
platform_allow: quick_feather
|
|
sample.drivers.fpga_controller.shell:
|
|
platform_allow: quick_feather
|
|
extra_args: CONF_FILE="prj_shell.conf"
|