tests: drivers: build_all: Add AMS IAQcore and ENS210 to build all
This commit adds IAQcore and ENS210 from AMS to the build tests. Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
This commit is contained in:
parent
f0090825be
commit
5e4e730d91
@ -190,6 +190,18 @@
|
||||
#define DT_LSM9DS0_GYRO_INT_GPIO_PIN 1
|
||||
#endif
|
||||
|
||||
#ifndef DT_AMS_IAQCORE_0_LABEL
|
||||
#define DT_AMS_IAQCORE_0_LABEL ""
|
||||
#define DT_AMS_IAQCORE_0_BUS_NAME ""
|
||||
#define DT_AMS_IAQCORE_0_BASE_ADDRESS 0x00
|
||||
#endif
|
||||
|
||||
#ifndef DT_AMS_ENS210_0_LABEL
|
||||
#define DT_AMS_ENS210_0_LABEL ""
|
||||
#define DT_AMS_ENS210_0_BUS_NAME ""
|
||||
#define DT_AMS_ENS210_0_BASE_ADDRESS 0x00
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_HAS_DTS_I2C */
|
||||
|
||||
#if defined(CONFIG_HAS_DTS_SPI)
|
||||
|
||||
@ -16,6 +16,7 @@ CONFIG_ADXL362=y
|
||||
CONFIG_ADXL372=y
|
||||
CONFIG_AK8975=y
|
||||
CONFIG_AMG88XX=y
|
||||
CONFIG_AMS_IAQ_CORE=y
|
||||
CONFIG_APDS9960=y
|
||||
CONFIG_BMA280=y
|
||||
CONFIG_BMC150_MAGN=y
|
||||
@ -25,6 +26,7 @@ CONFIG_BMI160=y
|
||||
CONFIG_BMM150=y
|
||||
CONFIG_CCS811=y
|
||||
CONFIG_DHT=y
|
||||
CONFIG_ENS210=y
|
||||
CONFIG_FXAS21002=y
|
||||
CONFIG_FXOS8700=y
|
||||
#CONFIG_HDC1008=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user