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
CMakeLists.txt
README.txt
app.overlay
drivers.conf
eeprom.conf
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
sensors_a_h.conf Sensor: mpr: Add Honeywell MPR driver 2020-04-22 17:39:31 +02:00
sensors_i_z.conf
sensors_stmemsc.conf
sensors_stmemsc_trigger.conf
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf
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

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