We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1a74b commit 1710178Copy full SHA for 1710178
zephyr/iut_test/app.overlay
@@ -0,0 +1,5 @@
1
+/ {
2
+ chosen {
3
+ zephyr.log-i2c=&i2c0;
4
+ };
5
+};
zephyr/iut_test/prj.conf
@@ -23,6 +23,11 @@ CONFIG_SHELL_THREAD_PRIORITY=13
23
# debug
24
#CONFIG_NO_OPTIMIZATIONS=y
25
26
+# logging
27
+CONFIG_LOG=y
28
+CONFIG_LOG_PRINTK=y
29
+CONFIG_LOG_BACKEND_I2C=y
30
+
31
# DMA
32
CONFIG_DMA=y
33
0 commit comments