Skip to content
Open
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
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ CONFIG_LOG_BACKEND_ADSP=n
CONFIG_LOG_BACKEND_SOF_PROBE=n
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_LOG_FLUSH_SLEEP_US=5000
CONFIG_LOG_CORE_ID_PREFIX=y
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace20_lnl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_LOG_FLUSH_SLEEP_US=5000
CONFIG_LOG_CORE_ID_PREFIX=y
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_LOG_FLUSH_SLEEP_US=5000
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_LOG_CORE_ID_PREFIX=y

# Userspace options
CONFIG_USERSPACE=y
Expand Down
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace30_wcl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_LOG_FLUSH_SLEEP_US=5000
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_LOG_CORE_ID_PREFIX=y
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace40_nvl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
# Zephyr / logging
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_LOG_CORE_ID_PREFIX=y

# Zephyr / debug: temporary, until fixed
CONFIG_GDBSTUB=n
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace40_nvls.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
# Zephyr / logging
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_LOG_CORE_ID_PREFIX=y

# Zephyr / debug: temporary, until fixed
CONFIG_GDBSTUB=n
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: b246d3f3f987f5ddfa6530bea2082c09ce1f00d8
revision: pull/104399/head
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

Using a pull request reference instead of a specific commit SHA in the Zephyr revision is not suitable for production code. The pull/104399/head reference is volatile and may change as the PR is updated, leading to non-reproducible builds. This appears to be a testing/CI configuration that should not be merged to the main branch. Consider using a specific commit SHA once the Zephyr PR is merged.

Suggested change
revision: pull/104399/head
revision: 4e1d3ba61abd3e3a03f5ec7d8d33be705c5ce8a6

Copilot uses AI. Check for mistakes.
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down
Loading