Skip to content

Commit 9548c78

Browse files
Leonard Pollakcarlescufi
authored andcommitted
tests: drivers: Add bme680-spi to build_all
Add BME680 (SPI) sensor driver to build_all tests. Signed-off-by: Leonard Pollak <[email protected]>
1 parent 568dd96 commit 9548c78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,3 +337,10 @@ test_spi_icm42670: icm42670@3c {
337337
gyro-hz = <800>;
338338
gyro-fs = <2000>;
339339
};
340+
341+
test_spi_bme680: bme680@3c {
342+
compatible = "bosch,bme680";
343+
label = "BME680";
344+
reg = <0x3c>;
345+
spi-max-frequency = <0>;
346+
};

0 commit comments

Comments
 (0)