Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Mar 1, 2022
1 parent 19b697e commit 6cbd001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/driver_mhz19/app.config.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
CONFIG_MODULE_ZTIMER=y
CONFIG_MODULE_ZTIMER_MSEC=y

CONFIG_MODULE_MHZ19=y
# Use UART mode by default
CONFIG_MODULE_MHZ19_UART=y
#CONFIG_MODULE_MHZ19_PWM=y
1 change: 1 addition & 0 deletions tests/driver_pn532/app.config.test
Original file line number Diff line number Diff line change
@@ -1,6 +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_PN532=y
# select if you want to build the SPI or the I2C version of the driver
CONFIG_MODULE_PN532_I2C=y
# CONFIG_MODULE_PN532_SPI=y
Expand Down
1 change: 1 addition & 0 deletions tests/driver_si114x/app.config.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
CONFIG_MODULE_ZTIMER=y
CONFIG_MODULE_ZTIMER_MSEC=y

CONFIG_MODULE_SI114X=y
# This test should also work with Si1146 and Si1147 variants.
CONFIG_MODULE_SI1145=y

0 comments on commit 6cbd001

Please sign in to comment.