HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage
MIT License
431 stars 94 forks source link

Support memory map #16

Open HBehrens opened 7 years ago

HBehrens commented 7 years ago

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".