zephyr/tests/drivers/build_all
Armando Visconti a302786e9b drivers/sensor: add support to IIS2MDC magnetometer sensor
The IIS2MDC is a 3D digital magnetometer ultra-low power sensor
for industrial applications, which can be interfaced through
either I2C or SPI bus.

https://www.st.com/resource/en/datasheet/iis2mdc.pdf

This driver is based on stmemsc i/f v1.02.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2020-03-20 14:53:42 -05:00
..
src global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
CMakeLists.txt
README.txt
drivers.conf x86: implement hw-based oops for both variants 2020-01-13 16:35:10 -05:00
dts_fixup.h drivers/sensor: add support to IIS2MDC magnetometer sensor 2020-03-20 14:53:42 -05:00
eeprom.conf
ethernet.conf
gpio.conf
prj.conf
sensors_a_h.conf Sensor: ADXL345: Add ADXL345 driver 2020-03-13 08:53:43 -05:00
sensors_i_z.conf tests: build_all: Add LPS22HH sensor 2019-12-19 06:41:25 -06:00
sensors_stmemsc.conf drivers/sensor: add support to IIS2MDC magnetometer sensor 2020-03-20 14:53:42 -05:00
sensors_stmemsc_trigger.conf drivers/sensor: add support to IIS2MDC magnetometer sensor 2020-03-20 14:53:42 -05:00
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf
testcase.yaml

README.txt

Overview
--------

Build tests for drivers and sensors on all platforms.

This test might now work for some of the drivers, those need to be addressed in
other tests targeting those special cases.

Tests
-----

drivers:
	build all drivers

sensors_a_m:
	build sensors with name beginning a through m.

sensors_n_z:
	build sensors with name beginning n through z.

sensors_trigger:
	build sensors with trigger option enabled