Extends the magn_polling sample application to support additional magnetometer drivers. This is a first step towards reducing the number of driver-specific sensor sample applications. Integration platforms were selected to exercise different magnetometer drivers. Tested on hardware with the following configurations: - fxos8700 driver with the on-board sensor on the frdm_k64f board - lis2mdl driver with a x_nucleo_iks01a3 shield attached to a frdm_k64f board Signed-off-by: Maureen Helm <maureen.helm@intel.com>
14 lines
408 B
YAML
14 lines
408 B
YAML
sample:
|
|
name: Magnetometer Polling Sample
|
|
tests:
|
|
sample.sensor.magn_polling:
|
|
harness: sensor
|
|
tags: sensors
|
|
filter: dt_alias_exists("magn0")
|
|
integration_platforms:
|
|
- frdm_k64f # fxos8700
|
|
- thingy53_nrf5340_cpuapp # bmm150
|
|
- sensortile_box # lis2mdl
|
|
- stm32f411e_disco # lsm303agr_magn
|
|
- stm32f3_disco # lsm303dlhc_magn
|