Skip to content

Commit bb9eda2

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 bb9eda2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)