Skip to content
Closed
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: 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: e876dee6f2e78788e983385de231eab50e1db543
revision: pull/96634/head
Copy link

Copilot AI Sep 26, 2025

Choose a reason for hiding this comment

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

Using pull request references like 'pull/96634/head' in west.yml can lead to instability as the PR branch may be force-pushed or deleted. Consider using a specific commit SHA from the PR branch for more reliable testing.

Suggested change
revision: pull/96634/head
revision: <commit-sha>

Copilot uses AI. Check for mistakes.
remote: zephyrproject

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