zephyr/tests/drivers/build_all/sensor
Tristan Honscheid 613c32b03f tests: Clean up sensor driver build_all test
This PR performs a few cleanup actions for the build-all sensor driver
test:

  1. Remove many non-sensors from the test's device tree, including
     wireless radios, LED strips, flash memory, and displays. These
     devices don't belong in this test and in most cases were not being
     compiled anyways due to missing config flags and not being
     status-okay.
  2. For the remaining devices, enable them in the device tree so the
     sensors build and get instantiated. A handful of device nodes that
     caused linker errors due to the driver not instantiating are left
     disabled.
  3. Convert the test I2C and SPI buses into emulated buses to support
     upcoming live testing over these sensor devices.

Signed-off-by: Tristan Honscheid <honscheid@google.com>
2023-07-18 11:09:08 +00:00
..
src samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
adc.dtsi drivers: sensor: ntc_thermistor: add support for generic NTC 2023-05-04 20:49:48 +02:00
app.overlay tests: Clean up sensor driver build_all test 2023-07-18 11:09:08 +00:00
CMakeLists.txt
gpio.dtsi
i2c.dtsi tests: Clean up sensor driver build_all test 2023-07-18 11:09:08 +00:00
prj.conf tests: drivers: build_all: sensor: add MCP90X 2023-04-07 13:30:59 +02:00
sensors_shub.conf drivers/sensor: add support to LSM6DSV16X IMU sensor 2023-05-18 11:43:36 -05:00
sensors_trigger_global.conf drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
sensors_trigger_none.conf drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
sensors_trigger_own.conf drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
spi.dtsi tests: Clean up sensor driver build_all test 2023-07-18 11:09:08 +00:00
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uart.dtsi
w1.dtsi