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 @@ -87,11 +87,11 @@
#size-cells = <1>;

dfu_partition: partition@136000 {
reg = < 0x136000 DT_SIZE_K(676) >;
reg = < 0x136000 DT_SIZE_K(692) >;
};

storage_partition: partition@1df000 {
reg = < 0x1df000 DT_SIZE_K(24) >;
storage_partition: partition@1e3000 {
reg = < 0x1e3000 DT_SIZE_K(24) >;
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 78f654738d488e96e4d2107cec538347c3f0fce0
revision: d3a967f7b8696e5e05a1ff64be49561a58e9e13d
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading