mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 04:25:21 +00:00
Convert sx9500 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>
9 lines
179 B
YAML
9 lines
179 B
YAML
sample:
|
|
name: SX9500 Sensor Sample
|
|
tests:
|
|
sample.sensor.sx9500:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c gpio
|
|
filter: dt_compat_enabled("semtech,sx9500")
|