Fix the YAML files indentation for files in samples/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
13 lines
273 B
YAML
13 lines
273 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"
|