mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-15 04:15:21 +00:00
Convert tmp112 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>
14 lines
293 B
YAML
14 lines
293 B
YAML
sample:
|
|
name: TMP112 Sensor Sample
|
|
tests:
|
|
sample.sensor.tmp112:
|
|
harness: console
|
|
tags: sensors
|
|
depends_on: i2c
|
|
filter: dt_compat_enabled("ti,tmp112")
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "temp is (.*)"
|
|
fixture: fixture_i2c_tmp112
|