Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ CONFIG_POWER_DOMAIN_INTEL_ADSP=y

# Zephyr / logging
CONFIG_LOG=y
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_LOG_BACKEND_ADSP_MTRACE=y
CONFIG_LOG_FLUSH_SLEEP_US=5000
CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y
Expand All @@ -106,3 +107,4 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
CONFIG_LOG_TIMESTAMP_64BIT=y
CONFIG_WINSTREAM_CONSOLE=n
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are they enabled by default? Maybe the default should be changed - that's what we're relying on not to have to set all unneeded Kconfig options to "n" explicitly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lyakh That should be also done, but currently Zephyr CI relies on these, so somebody who knows where to change the CI tests needs to do the change.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack @lyakh . Commented on the Zephyr item. I think this is good for SOF, but I was referring to Zephyr CI. But if ok to them (and they can enable winconsole logs in their test builds), then that should work.

2 changes: 2 additions & 0 deletions app/boards/intel_adsp_ace30_wcl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ CONFIG_POWER_DOMAIN_INTEL_ADSP=y

# Zephyr / logging
CONFIG_LOG=y
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_LOG_BACKEND_ADSP_MTRACE=y
CONFIG_LOG_FLUSH_SLEEP_US=5000
CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y
Expand All @@ -91,3 +92,4 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
CONFIG_LOG_TIMESTAMP_64BIT=y
CONFIG_WINSTREAM_CONSOLE=n
Loading