zephyr/tests/lib/devicetree/devices
Kumar Gala 729f1ec301 tests: devicetree: device: Exclude test on bbc_microbit
The bbc_microbit boards end up enabling CONFIG_SENSOR because of
CLOCK_CONTROL_NRF_USES_TEMP_SENSOR.  This ends up enabling the I2C
bus which causes CONFIG_I2C_TEST=y.  We end up with a build conflict
betwee the i2c_test.c driver and the test case code.  So the easiest
solution is to just exclude the platforms from this test.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-19 12:08:33 +02:00
..
src tests: devicetree: device: utilize DEVICE_DT_NAME 2022-08-19 12:08:33 +02:00
app.overlay tests: devicetree: device: utilize DEVICE_DT_NAME 2022-08-19 12:08:33 +02:00
CMakeLists.txt
prj.conf tests: lib: devicetree: move devices to new ztest API 2022-07-19 13:00:37 -07:00
README
testcase.yaml tests: devicetree: device: Exclude test on bbc_microbit 2022-08-19 12:08:33 +02:00

Test cases for the device API devicetree data.