Skip to content

Commit b4598c1

Browse files
nashifMaureenHelm
authored andcommitted
tests: disable building of FXOS8700 sensor for all boards
This sensor was made dependent on certain boards, so building it with all boards fails now. Disable until proper fix exists. Signed-off-by: Anas Nashif <[email protected]>
1 parent 545b17a commit b4598c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/drivers/build_all/sensors_a_m.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ CONFIG_AK8975=y
1313
CONFIG_BMA280=y
1414
CONFIG_BME280=y
1515
CONFIG_DHT=y
16-
CONFIG_FXOS8700=y
16+
# Broken for now, disable until proper fix exists
17+
# CONFIG_FXOS8700=y
1718
CONFIG_HDC1008=y
1819
CONFIG_HMC5883L=y
1920
CONFIG_HTS221=y

0 commit comments

Comments
 (0)