Skip to content

Commit 7666e1c

Browse files
ulfalizeravisconti
authored andcommitted
tests: build_all: Add LPS22HH sensor
To get testing coverage after the fix in the previous commit. Co-authored-by: Armando Visconti <[email protected]> Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 967b89a commit 7666e1c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/drivers/build_all/dts_fixup.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,9 @@
516516
#define DT_INST_0_ST_LPS22HH_DRDY_GPIOS_CONTROLLER ""
517517
#define DT_INST_0_ST_LPS22HH_DRDY_GPIOS_FLAGS 0
518518
#define DT_INST_0_ST_LPS22HH_DRDY_GPIOS_PIN 0
519+
#define DT_INST_0_ST_LPS22HH_CS_GPIOS_CONTROLLER 0
520+
#define DT_INST_0_ST_LPS22HH_CS_GPIOS_FLAGS 0
521+
#define DT_INST_0_ST_LPS22HH_CS_GPIOS_PIN 0
519522
#define DT_ST_LPS22HH_BUS_SPI 1
520523
#endif
521524

tests/drivers/build_all/sensors_i_z.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CONFIG_LIS2DS12=y
1313
CONFIG_LIS2MDL=y
1414
CONFIG_LIS3MDL=y
1515
CONFIG_LPS22HB=y
16+
CONFIG_LPS22HH=y
1617
CONFIG_LPS25HB=y
1718
CONFIG_LSM303DLHC_MAGN=y
1819
CONFIG_LSM6DS0=y

0 commit comments

Comments
 (0)