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
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
/delete-property/ sw1;
/delete-property/ sw2;
/delete-property/ sw3;
/delete-property/ mcuboot-led0;
/delete-property/ mcuboot-button0;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/delete-property/ sw1;
/delete-property/ sw2;
/delete-property/ sw3;
/delete-property/ mcuboot-button0;
};
/delete-node/ buttons;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
aliases {
/delete-property/ led0;
/delete-property/ led1;
/delete-property/ mcuboot-led0;
};
};

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: d2334ac6880c36154e99c1bcf35b00e5f8e17bca
revision: 1801e0bf52f9ba75868e09ef154c13047f606832
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading