Skip to content

Commit 806a484

Browse files
committed
boards: intel_adsp: enable LOG_CORE_ID_PREFIX by default
Enable CONFIG_LOG_CORE_ID_PREFIX on all Intel ADSP targets. This new Zephyr logging feature (introduced in commit e254a97cf15) prepends the core ID to each log message, which helps distinguish log output from different DSP cores in multicore ACE platforms. Signed-off-by: Tomasz Leman <[email protected]>
1 parent 400d553 commit 806a484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/boards/intel_adsp/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ config LOG_FUNC_NAME_PREFIX_INF
162162
config LOG_FUNC_NAME_PREFIX_DBG
163163
default y
164164

165+
config LOG_CORE_ID_PREFIX
166+
default y
167+
165168
config LOG_TIMESTAMP_64BIT
166169
default y
167170

0 commit comments

Comments
 (0)