zephyr/tests/drivers/build_all
Sven Herrmann bded58cee5 Sensor: mpr: Add Honeywell MPR driver
The Honeywell MPR sensor is a piezoresistive silicon pressure sensor,
which can be accessed via i2c.

https://sensing.honeywell.com/micropressure-mpr-series

Signed-off-by: Sven Herrmann <sven.herrmann@posteo.de>
2020-04-22 17:39:31 +02:00
..
src global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
app.overlay tests: drivers: build_all: Remove dts_fixup.h replace with overlay 2020-03-30 09:47:13 -05:00
CMakeLists.txt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
drivers.conf x86: implement hw-based oops for both variants 2020-01-13 16:35:10 -05:00
eeprom.conf tests: drivers: build_all: add EEPROM build configuration 2019-11-07 16:32:15 -05:00
ethernet.conf
gpio.conf tests: drivers: build_all: add MCP23S17 build configuration 2020-04-17 05:56:05 -05:00
i2c.dtsi Sensor: mpr: Add Honeywell MPR driver 2020-04-22 17:39:31 +02:00
prj.conf
README.txt
sensors_a_h.conf Sensor: mpr: Add Honeywell MPR driver 2020-04-22 17:39:31 +02:00
sensors_i_z.conf tests: build_all: Add LPS22HH sensor 2019-12-19 06:41:25 -06:00
sensors_stmemsc_trigger.conf drivers/sensor: add support to IIS2MDC magnetometer sensor 2020-03-20 14:53:42 -05:00
sensors_stmemsc.conf drivers/sensor: add support to IIS2MDC magnetometer sensor 2020-03-20 14:53:42 -05:00
sensors_trigger_a_h.conf drivers: sensor: Add ADXL362 interrupt handling 2019-05-03 09:11:51 -05:00
sensors_trigger_i_z.conf driver/sensor: add IIS3DHHC accelerometer sensor 2019-09-16 14:07:56 -05:00
spi.dtsi tests: drivers: build_all: add MCP23S17 build configuration 2020-04-17 05:56:05 -05:00
testcase.yaml tests: drivers: build_all: add MCP23S17 build configuration 2020-04-17 05:56:05 -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