Memory report viewer

nRF Connect for VS Code

tags
nRF Connect for VS Code

For this release, we have extracted the Kconfig menu tree structure from the nRF Kconfig extension into a generic UI component, which allows us to create a more dynamic representation of the Memory report's output. The Memory report is displayed in a searchable, interactive tree structure with one tab for each of the two reports.

In addition to showing the individual and accumulated memory usage for each symbol in the application image, the Memory report also lets you go to the location of each symbol in the source files through a right-click menu.

Previously, the Memory report command would create and display a static ASCII-based tree representation of the Memory report in the Editor. While the Memory report can be a very powerful tool, this output format was limited and hard to navigate.

New memory report tree structure