manifest: update sdk-nrf export - #937
Merged
Merged
Conversation
Fix the `modem_trace` snippet not being applied for the Tauro platforms as the board name wasn't being treated as a regex pattern. Signed-off-by: Jordan Yates <jordan@embeint.com>
JordanYates
force-pushed
the
feature/ncs_3_4
branch
2 times, most recently
from
July 21, 2026 01:35
5100c9e to
8419054
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
JordanYates
force-pushed
the
feature/ncs_3_4
branch
2 times, most recently
from
July 21, 2026 02:58
2e97e0e to
dd9d02b
Compare
Update the exported sdk-nrf to version based on NCS `v3.4.0`. The Zephyr fork update is needed to update the TF-M crypto libraries version number, which are bundled with `nrfxlib`. Signed-off-by: Jordan Yates <jordan@embeint.com>
Devicetree based modem memory partitioning is now natively supported by NCS, align our definitions with the NCS conventions. The required memory for the modem library reduced from ~24kB to ~18kB at some point, re-allocate the extra 6kB to the application. Move the trace memory configuration to a common file so other downstream snippets can use the same file if desired. Signed-off-by: Jordan Yates <jordan@embeint.com>
The modem shared memory sizes are now driven entirely by devicetree, so the old Partition Manager based symbols don't do anything. Signed-off-by: Jordan Yates <jordan@embeint.com>
JordanYates
force-pushed
the
feature/ncs_3_4
branch
from
July 21, 2026 04:03
dd9d02b to
85b3729
Compare
|
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.



Update the exported sdk-nrf to version based on NCS
v3.4.0.nRF91 modem shared memory is now configured purely through devicetree, with the defaults being updated to match NCS, recovering 6kB for standard application usage.