Sample should only be run if led is present on board. Since, this is not the case on any of the in tree boards, set the sample as build-only. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
9 lines
186 B
YAML
9 lines
186 B
YAML
sample:
|
|
description: Demonstration of the PCA9633 LED driver
|
|
name: PCA9633 sample
|
|
tests:
|
|
sample.drivers.led.pca9633:
|
|
depends_on: arduino_i2c
|
|
build_only: true
|
|
tags: LED
|