tests: build_all: add TI HDC sensor

Add TI HDC sensor to build_all.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
Johann Fischer 2019-05-27 17:40:31 +02:00 committed by Maureen Helm
commit 44bc1eca1d
3 changed files with 7 additions and 1 deletions

View file

@ -209,6 +209,12 @@
#define DT_AMS_ENS210_0_BASE_ADDRESS 0x00
#endif
#ifndef DT_TI_HDC_0_LABEL
#define DT_TI_HDC_0_LABEL ""
#define DT_TI_HDC_0_BUS_NAME ""
#define DT_TI_HDC_0_BASE_ADDRESS 0
#endif
#endif /* CONFIG_HAS_DTS_I2C */
#if defined(CONFIG_HAS_DTS_SPI)

View file

@ -29,7 +29,6 @@ CONFIG_DHT=y
CONFIG_ENS210=y
CONFIG_FXAS21002=y
CONFIG_FXOS8700=y
#CONFIG_HDC1008=y
CONFIG_HMC5883L=y
CONFIG_HP206C=y
CONFIG_HTS221=y

View file

@ -27,6 +27,7 @@ CONFIG_SHT3XD=y
CONFIG_SX9500=y
CONFIG_TEMP_NRF5=y
CONFIG_TH02=y
CONFIG_TI_HDC=y
CONFIG_TMP007=y
CONFIG_TMP112=y
CONFIG_VL53L0X=y