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
14 changes: 0 additions & 14 deletions boards/shields/nrf7002eb2/Kconfig.shield

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions boards/shields/nrf7002eb2/nrf7002eb2.overlay

This file was deleted.

15 changes: 0 additions & 15 deletions boards/shields/nrf7002eb2/nrf7002eb2_coex.overlay

This file was deleted.

20 changes: 0 additions & 20 deletions boards/shields/nrf7002eb2/nrf7002eb2_common.dtsi

This file was deleted.

12 changes: 0 additions & 12 deletions boards/shields/nrf7002eb2/nrf7002eb2_common_5g.dtsi

This file was deleted.

25 changes: 0 additions & 25 deletions boards/shields/nrf7002eb2/nrf7002eb2_gpio_pins_1.dtsi

This file was deleted.

15 changes: 0 additions & 15 deletions boards/shields/nrf7002eb2/nrf7002eb2_gpio_pins_2.dtsi

This file was deleted.

24 changes: 0 additions & 24 deletions boards/shields/nrf7002eb2/nrf7002eb2_nrf7000.overlay

This file was deleted.

23 changes: 0 additions & 23 deletions boards/shields/nrf7002eb2/nrf7002eb2_nrf7001.overlay

This file was deleted.

2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: f316ea6f7080c448f423f68b44a0f6fe78d7f455
revision: pull/3546/head
Copy link

Copilot AI Nov 26, 2025

Choose a reason for hiding this comment

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

The revision is set to a pull request reference (pull/3546/head) rather than a commit SHA or tag. Pull request references are temporary and will be deleted once the PR is merged or closed, which will cause builds to fail.

This should be changed to either:

  • A specific commit SHA once the upstream PR is merged
  • A branch name or tag reference if appropriate

Temporary PR references should only be used for testing purposes, not in the main branch.

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

Copilot uses AI. Check for mistakes.
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading