Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger#111
Merged
Conversation
fac90c6 to
1073909
Compare
Contributor
Documentation PreviewThe documentation has been built successfully. You can view the preview here: preview Generated at: Expand to view changed pages
|
edmont
approved these changes
May 29, 2026
e6c0eb2 to
5d7f66c
Compare
edmont
reviewed
Jun 1, 2026
5d7f66c to
8607d12
Compare
Contributor
Author
|
FYI, Do not merge, I'm still checking partitioning. |
8607d12 to
6bd2c44
Compare
Switched the sdk-nrf revision to 3.4.0-rc1 Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Previously only Partition Manager was supported in the zb_nrf_nvram implementation. Now using partition from device tree is supported as well. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
the dfu_multi_target library now supports both PM and DTS partitioning. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
6bd2c44 to
acdf97e
Compare
edmont
reviewed
Jun 3, 2026
d64da37 to
14f119f
Compare
edmont
reviewed
Jun 4, 2026
ebe30c5 to
12ce8b9
Compare
edmont
reviewed
Jun 5, 2026
edmont
reviewed
Jun 5, 2026
b8e6bf0 to
690256b
Compare
- Removed obsolete pm_static.yaml files - Added common partitioning dtsi files - Set dts root in module.yaml file. - Aligned Light Bulb and Light Switch to the recent changes. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
690256b to
fb074bd
Compare
annwoj
reviewed
Jun 8, 2026
Updated README files and configuration sections. Described the transition process, and pointed sdk-nrf documentation. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Disabled Partition Manager manually. Once the Partition Manager is disabled globally in sdk-nrf, revert this commit. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
We should store our snippets in the root directory instead of sample's one. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
fb074bd to
2861237
Compare
annwoj
approved these changes
Jun 8, 2026
kkasperczyk-no
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously only Partition Manager was supported in the zb_nrf_nvram implementation. Now using partition from device tree is supported as well.