mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 18:19:05 +00:00
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>
16 lines
390 B
YAML
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")
|