zephyr/samples/sensor/max44009/sample.yaml
Kumar Gala ddddbf9f84 sensor: max44009: Convert to DTS
Convert max44009 sensor driver and sample app to utilize device tree.

Introduce a dts board overlay on the frdm_k64f board to ensure we at
least have a single platform in which the sample gets built.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-11-08 07:44:54 -06:00

16 lines
390 B
YAML

sample:
name: MAX44009 light sensor
tests:
sample.sensor.max44009:
tags: sensors
harness: console
depends_on: i2c
harness_config:
type: multi_line
ordered: true
regex:
- "MAX44009 light sensor application"
- "sensor: lum reading: (.*)"
fixture: fixture_i2c_max44009
filter: dt_compat_enabled("maxim,max44009")