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>
9 lines
155 B
Plaintext
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
|