zephyr/samples/sensor/fxos8700/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

42 lines
956 B
YAML

common:
harness: sensor
tags: sensors
depends_on:
- i2c
- gpio
sample:
name: FXOS8700 Accelerometer/Magnetometer Sensor
tests:
sample.sensor.fxos8700.hybrid:
platform_allow:
- frdm_k64f
- hexiwear_k64
- warp7_m4
- frdm_kw41z
- rv32m1_vega_ri5cy
- twr_ke18f
- lpcxpresso55s16
- mimxrt685_evk_cm33
- frdm_k22f
- mimxrt1024_evk
- mimxrt595_evk_cm33
integration_platforms:
- frdm_k64f
extra_configs:
- CONFIG_FXOS8700_PULSE=y
- CONFIG_FXOS8700_PULSE_INT1=y
- CONFIG_FXOS8700_MOTION=y
- CONFIG_FXOS8700_MOTION_INT1=y
- CONFIG_FXOS8700_MAG_VECM=y
sample.sensor.fxos8700.accel:
platform_allow:
- frdm_kl25z
- bbc_microbit
- lpcxpresso55s69_cpu0
- reel_board
- mimxrt685_evk_cm33
- mimxrt595_evk_cm33
integration_platforms:
- bbc_microbit
extra_args: CONF_FILE=prj_accel.conf