zephyr/tests/drivers/build_all
JuHyun Kim cc56fb5247 drivers: sensor: Initial driver of Invensense ICM42605
Initial driver and sample application of
TDK Invensense ICM42605 6-axis motion sensor.
This driver provide DTS for nRF52 DK board DTS setting.

Providing features are below.

Sensor data streaming - Accel, gyro
Tap, Double tap triggering.
Set/Get FSR, ODR by set attr API
Support multi instance feature.

Signed-off-by: JuHyun Kim <jkim@invensense.com>
2021-01-20 10:41:04 -06:00
..
boards tests: drivers: build_all: add build test for Xilinx drivers 2020-11-17 19:30:20 -05:00
src
CMakeLists.txt
README.txt
adc.conf
app.overlay tests: drivers: build_all: Rework modem test to be more generic 2020-10-23 08:53:38 -05:00
dac.conf
drivers.conf
eeprom.conf
ethernet.conf
gpio.conf
gpio.dtsi
i2c.dtsi drivers/sensor: iis2iclx: add multi-instance 2020-11-11 13:17:18 +01:00
modem.conf tests: drivers: build_all: Rework modem test to be more generic 2020-10-23 08:53:38 -05:00
modem_quectel_bg9x.conf drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
modem_ublox_sara.conf tests: drivers: build_all: Rework modem test to be more generic 2020-10-23 08:53:38 -05:00
prj.conf
sensors_a_h.conf
sensors_i_z.conf drivers: sensor: Initial driver of Invensense ICM42605 2021-01-20 10:41:04 -06:00
sensors_stmemsc.conf drivers/sensor: add support to IIS2ICLX accelerometer 2020-10-15 09:57:47 -05:00
sensors_stmemsc_trigger.conf drivers/sensor: add support to IIS2ICLX accelerometer 2020-10-15 09:57:47 -05:00
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf
spi.dtsi boards: remove has-be32k from SPI NOR mtd nodes 2021-01-13 11:58:37 -06:00
testcase.yaml drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
uart.dtsi drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
xlnx.conf tests: drivers: build_all: add build test for Xilinx drivers 2020-11-17 19:30:20 -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