tests: build_all: Add LPS22HH sensor

To get testing coverage after the fix in the previous commit.

Co-authored-by: Armando Visconti <armando.visconti@st.com>
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-12-18 12:02:51 +01:00 committed by Maureen Helm
commit 7666e1cf7e
2 changed files with 4 additions and 0 deletions

View file

@ -516,6 +516,9 @@
#define DT_INST_0_ST_LPS22HH_DRDY_GPIOS_CONTROLLER ""
#define DT_INST_0_ST_LPS22HH_DRDY_GPIOS_FLAGS 0
#define DT_INST_0_ST_LPS22HH_DRDY_GPIOS_PIN 0
#define DT_INST_0_ST_LPS22HH_CS_GPIOS_CONTROLLER 0
#define DT_INST_0_ST_LPS22HH_CS_GPIOS_FLAGS 0
#define DT_INST_0_ST_LPS22HH_CS_GPIOS_PIN 0
#define DT_ST_LPS22HH_BUS_SPI 1
#endif

View file

@ -13,6 +13,7 @@ CONFIG_LIS2DS12=y
CONFIG_LIS2MDL=y
CONFIG_LIS3MDL=y
CONFIG_LPS22HB=y
CONFIG_LPS22HH=y
CONFIG_LPS25HB=y
CONFIG_LSM303DLHC_MAGN=y
CONFIG_LSM6DS0=y