zephyr/samples/sensor/fxos8700/sample.yaml
Johann Fischer 9c9b4adb9e samples: fxos8700: enable pulse and motion detection in sample.yaml
Enable pulse and motion detection in sample.yaml.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-10-17 14:16:02 -05:00

15 lines
391 B
YAML

sample:
name: FXOS8700 Accelerometer/Magnetometer Sensor
tests:
test:
harness: sensor
platform_whitelist: frdm_k64f hexiwear_k64 warp7_m4
tags: sensors
depends_on: i2c gpio
extra_configs:
- CONFIG_FXOS8700_PULSE=y
- CONFIG_FXOS8700_PULSE_INT1=y
- CONFIG_FXOS8700_MOTION=y
- CONFIG_FXOS8700_MOTION_INT1=y
- CONFIG_FXOS8700_PM_LOW_POWER=y