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
c0ff2e04d6
commit
062a6603c6
4
.murdock
4
.murdock
@ -22,9 +22,9 @@ tests/driver_mag3110 tests/driver_mhz19 tests/driver_mma7660
|
||||
tests/driver_motor_driver tests/driver_mpl3115a2 tests/driver_mpu9x50
|
||||
tests/driver_mq3 tests/driver_my9221 tests/driver_nvram_spi tests/mtd_flashpage
|
||||
tests/mtd_mapper tests/driver_o* tests/driver_p* tests/driver_q*
|
||||
tests/driver_r*"}
|
||||
tests/driver_r* tests/driver_t* tests/driver_u* tests/driver_v*"}
|
||||
: ${TEST_KCONFIG_native:="examples/hello-world tests/periph_*
|
||||
tests/xtimer_* tests/ztimer_*"}
|
||||
tests/xtimer_* tests/ztimer_* tests/driver_ws281x"}
|
||||
|
||||
export RIOT_CI_BUILD=1
|
||||
export CC_NOCOLOR=1
|
||||
|
4
tests/driver_tcs37727/app.config.test
Normal file
4
tests/driver_tcs37727/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_TCS37727=y
|
||||
CONFIG_MODULE_XTIMER=y
|
4
tests/driver_tmp00x/app.config.test
Normal file
4
tests/driver_tmp00x/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_TMP006=y
|
||||
CONFIG_MODULE_XTIMER=y
|
4
tests/driver_tps6274x/app.config.test
Normal file
4
tests/driver_tps6274x/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_TPS6274X=y
|
||||
CONFIG_MODULE_XTIMER=y
|
4
tests/driver_tsl2561/app.config.test
Normal file
4
tests/driver_tsl2561/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_TSL2561=y
|
||||
CONFIG_MODULE_XTIMER=y
|
4
tests/driver_tsl4531x/app.config.test
Normal file
4
tests/driver_tsl4531x/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_TSL4531X=y
|
||||
CONFIG_MODULE_XTIMER=y
|
4
tests/driver_vcnl40x0/app.config.test
Normal file
4
tests/driver_vcnl40x0/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_VCNL4010=y
|
||||
CONFIG_MODULE_XTIMER=y
|
4
tests/driver_veml6070/app.config.test
Normal file
4
tests/driver_veml6070/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_VEML6070=y
|
||||
CONFIG_MODULE_XTIMER=y
|
3
tests/driver_ws281x/app.config.test
Normal file
3
tests/driver_ws281x/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_WS281X=y
|
Loading…
Reference in New Issue
Block a user