Skip to content

Commit ca04fd2

Browse files
jovicjakovkartben
authored andcommitted
tests: build_all: add entries for bmp180
Add the new BMP180 drivers to the test suite. Signed-off-by: Jakov Jović <[email protected]>
1 parent 80919b0 commit ca04fd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,3 +1072,10 @@ test_i2c_lsm9ds1: lsm9ds1@91 {
10721072
compatible = "st,lsm9ds1";
10731073
reg = <0x8e>;
10741074
};
1075+
1076+
test_i2c_bmp180: bmp180@92 {
1077+
compatible = "bosch,bmp180";
1078+
status = "okay";
1079+
reg = <0x92>;
1080+
oversampling = <1>;
1081+
};

0 commit comments

Comments
 (0)