zephyr/tests/drivers/i2c/i2c_slave_api/prj.conf
Peter Bigot 787a5bc90c tests: i2c_slave_api: rework diagnostic output
Reduce the verbosity of the I2C log messages; we don't need to see
every transaction by default.

In the application replace use of the log infrastructure with TCPRINT,
and remove some messages that don't seem to be necessary.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-01-21 09:27:35 -06:00

9 lines
155 B
Plaintext

CONFIG_LOG=y
CONFIG_I2C_LOG_LEVEL_INF=y
CONFIG_BOOT_BANNER=y
CONFIG_ZTEST=y
CONFIG_I2C=y
CONFIG_I2C_SLAVE=y
CONFIG_I2C_EEPROM_SLAVE=y
CONFIG_I2C_VIRTUAL=y