zephyr/tests/drivers/build_all
Peter Bigot 77aa89bcb5 drivers: flash: remove W25QXXDV driver
The spi_flash_w25qxxdv driver has been superseded by the generic
spi_nor driver for over a year.  The only non-refactoring change to
the W25Q driver in the last 18 months was done to support a backport
to 1.14.

All devices supported by spi_flash_w25qxxdv driver are expected to be
supported by the spi_nor driver, using the standard `jedec,spi-nor`
devicetree compatible.  No in-tree devicetree files make use of this
driver.

Remove the confusion about which driver to select by removing the
unmaintained redundant driver.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-08-27 17:39:21 +02:00
..
src global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
adc.conf tests: drivers: build_all: add mcp320x adc driver 2020-08-21 14:31:40 -05:00
app.overlay tests: drivers: build_all: add dacx0508 dac driver 2020-08-26 12:24:43 +02:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
dac.conf tests: drivers: build_all: add dacx0508 dac driver 2020-08-26 12:24:43 +02:00
drivers.conf x86: implement hw-based oops for both variants 2020-01-13 16:35:10 -05:00
eeprom.conf
ethernet.conf
gpio.conf tests: drivers: build_all: add MCP23S17 build configuration 2020-04-17 05:56:05 -05:00
gpio.dtsi drivers: sensors: sm351lt: Add new driver 2020-08-24 16:48:47 -05:00
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 drivers: sensors: sm351lt: Add new driver 2020-08-24 16:48:47 -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: sm351lt: Add new driver 2020-08-24 16:48:47 -05:00
spi.dtsi drivers: flash: remove W25QXXDV driver 2020-08-27 17:39:21 +02:00
testcase.yaml tests: drivers: build_all: add dacx0508 dac driver 2020-08-26 12:24:43 +02: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