diff --git a/.murdock b/.murdock index 3cd47cad45..9d5fa81e9c 100755 --- a/.murdock +++ b/.murdock @@ -6,7 +6,8 @@ tests/driver_ad7746 tests/driver_adcxx1c tests/driver_ads101x tests/driver_adt101x tests/driver_adt7310 tests/driver_adxl345 tests/driver_aip31068 tests/driver_apa102 tests/driver_apds99xx tests/driver_apds99xx_full tests/driver_at tests/driver_at24cxxx -tests/driver_at24mac tests/driver_at25xxx tests/driver_at30tse75x tests/driver_ata8520e"} +tests/driver_at24mac tests/driver_at25xxx tests/driver_at30tse75x tests/driver_ata8520e +tests/driver_b* tests/driver_ccs811 tests/driver_ccs811_full"} : ${TEST_KCONFIG_native:="examples/hello-world tests/periph_*"} export RIOT_CI_BUILD=1 diff --git a/tests/driver_bh1750/app.config.test b/tests/driver_bh1750/app.config.test new file mode 100644 index 0000000000..ca620b6356 --- /dev/null +++ b/tests/driver_bh1750/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_XTIMER=y +CONFIG_MODULE_BH1750FVI=y diff --git a/tests/driver_bh1900nux/app.config.test b/tests/driver_bh1900nux/app.config.test new file mode 100644 index 0000000000..9cb34626b7 --- /dev/null +++ b/tests/driver_bh1900nux/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_XTIMER=y +CONFIG_MODULE_BH1900NUX=y diff --git a/tests/driver_bme680/app.config.test b/tests/driver_bme680/app.config.test new file mode 100644 index 0000000000..1143d7bb97 --- /dev/null +++ b/tests/driver_bme680/app.config.test @@ -0,0 +1,5 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y +CONFIG_MODULE_BME680=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_bmp180/app.config.test b/tests/driver_bmp180/app.config.test new file mode 100644 index 0000000000..16ee22e6da --- /dev/null +++ b/tests/driver_bmp180/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_BMP180=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_bmx055/app.config.test b/tests/driver_bmx055/app.config.test new file mode 100644 index 0000000000..8cb42def08 --- /dev/null +++ b/tests/driver_bmx055/app.config.test @@ -0,0 +1,13 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +# include and auto-initialize all available sensors +CONFIG_MODULE_PHYDAT=y +CONFIG_MODULE_SAUL=y +CONFIG_MODULE_SAUL_REG=y +CONFIG_MODULE_SAUL_DEFAULT=y + +# include driver for bmx055 sensor +CONFIG_MODULE_BMX055=y + +# include xtimer for polling +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_bmx280/app.config.test b/tests/driver_bmx280/app.config.test new file mode 100644 index 0000000000..eaeb37e778 --- /dev/null +++ b/tests/driver_bmx280/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_BME280_I2C=y +CONFIG_MODULE_FMT=y diff --git a/tests/driver_ccs811/app.config.test b/tests/driver_ccs811/app.config.test new file mode 100644 index 0000000000..168cb3ae3b --- /dev/null +++ b/tests/driver_ccs811/app.config.test @@ -0,0 +1,3 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_CCS811=y diff --git a/tests/driver_ccs811_full/app.config.test b/tests/driver_ccs811_full/app.config.test new file mode 100644 index 0000000000..565336feaf --- /dev/null +++ b/tests/driver_ccs811_full/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_CCS811=y +CONFIG_MODULE_CCS811_FULL=y