zephyr/tests/drivers/build_all
Gerson Fernando Budke 7915f5e1e5 tests: drivers: build_all: Add cs-gpios entries for spi tests
The spi tests are not running because test_spi at app.overlay doesn't
have cs-gpios entry.  Add cs-gpios definition with one phandle for
every device defined at spi.dtsi.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-08-06 11:54:06 +02:00
..
src
app.overlay tests: drivers: build_all: Add cs-gpios entries for spi tests 2020-08-06 11:54:06 +02:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
drivers.conf
eeprom.conf
ethernet.conf
gpio.conf
i2c.dtsi sensor: Add Silabs SI7055 support 2020-08-05 14:50:52 -05:00
prj.conf
README.txt
sensors_a_h.conf sensor: add sensor driver for Infineon DPS310 2020-05-14 11:02:29 +02:00
sensors_i_z.conf sensor: Add Silabs SI7055 support 2020-08-05 14:50:52 -05:00
sensors_stmemsc_trigger.conf drivers/sensors: Add iis2dh accelerometer sensor support 2020-07-10 11:49:40 -05:00
sensors_stmemsc.conf drivers/sensors: Add iis2dh accelerometer sensor support 2020-07-10 11:49:40 -05:00
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf drivers: sensors: itds: Add support for WSEN-ITDS 3-axis accel sensor 2020-07-20 12:45:56 +02:00
spi.dtsi tests: drivers: build_all: Fix bus address sequency 2020-08-06 11:54:06 +02:00
testcase.yaml

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