zephyr/tests/drivers/build_all
Kumar Gala 94322e503c sensor: ak8975: Convert to DTS
Convert ak8975 sensor driver to utilize device tree.

This also supports the ak8975 embedded in a invensense MPU9150.  In such
a case the device tree node should look something like, where the ak8975
is a child of the mpu9150.

        mpu9150@68 {
                compatible = "invensense,mpu9150";
                reg = <0x68>;
                label = "mpu9150";
                #address-cells = <1>;
                #size-cells = <0>;
                ak8975@c {
                        compatible = "asahi-kasei,ak8975";
                        reg = <0xc>;
                        label = "ak8975";
                };
        };

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-10 14:13:40 -05:00
..
src global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
CMakeLists.txt
drivers.conf x86: implement hw-based oops for both variants 2020-01-13 16:35:10 -05:00
dts_fixup.h sensor: ak8975: Convert to DTS 2020-03-10 14:13:40 -05:00
eeprom.conf
ethernet.conf
gpio.conf
prj.conf
README.txt
sensors_a_h.conf
sensors_i_z.conf tests: build_all: Add LPS22HH sensor 2019-12-19 06:41:25 -06:00
sensors_stmemsc_trigger.conf driver/sensor: stts751: update to use new GPIO API 2020-02-05 12:00:36 +01:00
sensors_stmemsc.conf driver/sensor: stts751: update to use new GPIO API 2020-02-05 12:00:36 +01:00
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf
testcase.yaml tests: fix test identifiers 2019-12-09 15:53:44 -05:00

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