HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support memory map

HBehrens opened this issue · comments

Many ELFs separate their sections into logical groups such as RAM, internal flash, external flash, etc. As the sections coming from readelf are not carrying enough and at the same time can be too detailed, a simple description file seems to be a good way to help puncover to provide more insights (e.g. "all const variables in internal flash" vs. "all variables in external RAM".