From 8190afe1dff6eab1228cc8350669ed8cfda1f68e Mon Sep 17 00:00:00 2001 From: Dong Wang Date: Tue, 4 Jun 2024 10:54:41 +0800 Subject: [PATCH] iut: set log process trigger threshold as 1 To output log as soon as possible and avoid setting log trigger timer that interferes low-power flow. Signed-off-by: Dong Wang --- zephyr/iut_test/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/iut_test/prj.conf b/zephyr/iut_test/prj.conf index 9a3d56f..d36f2d6 100644 --- a/zephyr/iut_test/prj.conf +++ b/zephyr/iut_test/prj.conf @@ -27,6 +27,7 @@ CONFIG_SHELL_THREAD_PRIORITY=13 CONFIG_LOG=y CONFIG_LOG_PRINTK=y CONFIG_LOG_BACKEND_I2C=y +CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=1 # DMA CONFIG_DMA=y