mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/driver_s*: add Kconfig configuration files
This commit is contained in:
parent
88f69e1f17
commit
e5f5d2e303
3
.murdock
3
.murdock
@ -22,7 +22,8 @@ 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_t* tests/driver_u* tests/driver_v*"}
|
||||
tests/driver_r* tests/driver_s* tests/driver_t* tests/driver_u*
|
||||
tests/driver_v*"}
|
||||
: ${TEST_KCONFIG_native:="examples/hello-world tests/periph_*
|
||||
tests/xtimer_* tests/ztimer_* tests/driver_ws281x"}
|
||||
|
||||
|
4
tests/driver_scd30/app.config.test
Normal file
4
tests/driver_scd30/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_SCD30=y
|
||||
CONFIG_MODULE_PRINTF_FLOAT=y
|
5
tests/driver_sdcard_spi/app.config.test
Normal file
5
tests/driver_sdcard_spi/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_SDCARD_SPI=y
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_MODULE_SHELL=y
|
7
tests/driver_sdp3x/app.config.test
Normal file
7
tests/driver_sdp3x/app.config.test
Normal file
@ -0,0 +1,7 @@
|
||||
# this file enables modules defined in Kconfig. Do not use this file for
|
||||
# application configuration. This is only needed during migration.
|
||||
CONFIG_MODULE_SDP3X=y
|
||||
# enable interrupt support
|
||||
CONFIG_MODULE_SDP3X_IRQ=y
|
||||
|
||||
CONFIG_MODULE_PRINTF_FLOAT=y
|
4
tests/driver_sds011/app.config.test
Normal file
4
tests/driver_sds011/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_SDS011=y
|
||||
CONFIG_MODULE_XTIMER=y
|
5
tests/driver_seesaw_soil/app.config.test
Normal file
5
tests/driver_seesaw_soil/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_SEESAW_SOIL=y
|
||||
CONFIG_MODULE_XTIMER=y
|
||||
CONFIG_MODULE_FMT=y
|
4
tests/driver_servo/app.config.test
Normal file
4
tests/driver_servo/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_SERVO=y
|
||||
CONFIG_MODULE_XTIMER=y
|
12
tests/driver_sht1x/app.config.test
Normal file
12
tests/driver_sht1x/app.config.test
Normal file
@ -0,0 +1,12 @@
|
||||
# this file enables modules defined in Kconfig. Do not use this file for
|
||||
# application configuration. This is only needed during migration.
|
||||
|
||||
# enable saul subsystem and the default devices on the platform
|
||||
CONFIG_MODULE_SAUL=y
|
||||
CONFIG_MODULE_SAUL_DEFAULT=y
|
||||
|
||||
CONFIG_MODULE_SHT11=y
|
||||
|
||||
CONFIG_MODULE_PS=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
4
tests/driver_sht2x/app.config.test
Normal file
4
tests/driver_sht2x/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_SHT2X=y
|
||||
CONFIG_MODULE_XTIMER=y
|
3
tests/driver_sht3x/app.config.test
Normal file
3
tests/driver_sht3x/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_SHT3X=y
|
4
tests/driver_shtc1/app.config.test
Normal file
4
tests/driver_shtc1/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_FMT=y
|
||||
CONFIG_MODULE_SHTC1=y
|
4
tests/driver_si1133/app.config.test
Normal file
4
tests/driver_si1133/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_SI1133=y
|
||||
CONFIG_MODULE_XTIMER=y
|
5
tests/driver_si114x/app.config.test
Normal file
5
tests/driver_si114x/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.
|
||||
|
||||
# This test should also work with Si1146 and Si1147 variants.
|
||||
CONFIG_MODULE_SI1145=y
|
5
tests/driver_si70xx/app.config.test
Normal file
5
tests/driver_si70xx/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.
|
||||
|
||||
# This test should also work with Si7006, Si7013 and Si7020 variants.
|
||||
CONFIG_MODULE_SI7021=y
|
3
tests/driver_soft_spi/app.config.test
Normal file
3
tests/driver_soft_spi/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_SOFT_SPI=y
|
5
tests/driver_soft_uart/app.config.test
Normal file
5
tests/driver_soft_uart/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_SOFT_UART=y
|
||||
CONFIG_MODULE_SOFT_UART_MODECFG=y
|
||||
CONFIG_MODULE_SHELL=y
|
4
tests/driver_sps30/app.config.test
Normal file
4
tests/driver_sps30/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_SPS30=y
|
||||
CONFIG_MODULE_XTIMER=y
|
5
tests/driver_srf02/app.config.test
Normal file
5
tests/driver_srf02/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_XTIMER=y
|
||||
CONFIG_MODULE_SRF02=y
|
||||
CONFIG_MODULE_SHELL=y
|
3
tests/driver_srf04/app.config.test
Normal file
3
tests/driver_srf04/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_SRF04=y
|
4
tests/driver_srf08/app.config.test
Normal file
4
tests/driver_srf08/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_SRF08=y
|
||||
CONFIG_MODULE_XTIMER=y
|
3
tests/driver_stmpe811/app.config.test
Normal file
3
tests/driver_stmpe811/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_STMPE811=y
|
9
tests/driver_sx127x/app.config.test
Normal file
9
tests/driver_sx127x/app.config.test
Normal file
@ -0,0 +1,9 @@
|
||||
# this file enables modules defined in Kconfig. Do not use this file for
|
||||
# application configuration. This is only needed during migration.
|
||||
|
||||
CONFIG_MODULE_SX1276=y
|
||||
|
||||
CONFIG_MODULE_OD=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_PS=y
|
Loading…
Reference in New Issue
Block a user