mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/driver_*: add Kconfig configuration files
This commit is contained in:
parent
bf2486a195
commit
ae6266bfb4
3
.murdock
3
.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
|
||||
|
4
tests/driver_bh1750/app.config.test
Normal file
4
tests/driver_bh1750/app.config.test
Normal file
@ -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
|
4
tests/driver_bh1900nux/app.config.test
Normal file
4
tests/driver_bh1900nux/app.config.test
Normal file
@ -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
|
5
tests/driver_bme680/app.config.test
Normal file
5
tests/driver_bme680/app.config.test
Normal file
@ -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
|
4
tests/driver_bmp180/app.config.test
Normal file
4
tests/driver_bmp180/app.config.test
Normal file
@ -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
|
13
tests/driver_bmx055/app.config.test
Normal file
13
tests/driver_bmx055/app.config.test
Normal file
@ -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
|
4
tests/driver_bmx280/app.config.test
Normal file
4
tests/driver_bmx280/app.config.test
Normal file
@ -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
|
3
tests/driver_ccs811/app.config.test
Normal file
3
tests/driver_ccs811/app.config.test
Normal file
@ -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
|
4
tests/driver_ccs811_full/app.config.test
Normal file
4
tests/driver_ccs811_full/app.config.test
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user