Improve memory usage visualization#116
Open
edmont wants to merge 1 commit into
Open
Conversation
Contributor
Documentation PreviewThe documentation has been built successfully. You can view the preview here: preview Generated at: Expand to view changed pages
|
7f477f1 to
79e4273
Compare
annwoj
approved these changes
Jun 17, 2026
Improve memory requirements tables to show all the memory slots and free space available for application. Also show the same imformation in bar charts. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
79e4273 to
9433d6b
Compare
ArekBalysNordic
approved these changes
Jun 23, 2026
| @@ -0,0 +1,227 @@ | |||
| # Memory requirement data for nRF54LM20 DK. | |||
| # Partition sizes are derived from dts/*.dtsi. | |||
| # Sample usage is generated from Twister build logs. | |||
Contributor
There was a problem hiding this comment.
Hmm, just noticed one thing to improve/change. If these yaml files are generated, do we even need them in the repo?
Collaborator
Author
There was a problem hiding this comment.
They are generated externally in our CI. Sphinx still needs them.
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.
Improve memory requirements tables to show all the memory slots
and free space available for application.
Also show the same information in bar charts.