Enable pulse and motion detection in sample.yaml. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
15 lines
391 B
YAML
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
|