Improve memory usage visualization#116
Conversation
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
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
| @@ -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. | |||
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?
There was a problem hiding this comment.
They are generated externally in our CI. Sphinx still needs them.
There was a problem hiding this comment.
Ok, so one more question, can we have only one file for all boards, or do we need a separate one for every board? :)
There was a problem hiding this comment.
I''ve just spotted it while adding it to sdk-nrf, and there for, Matter we have a lot of those files :)
Improve memory requirements tables to show all the memory slots
and free space available for application.
Also show the same information in bar charts.