nanoprintf icon indicating copy to clipboard operation
nanoprintf copied to clipboard

Stack usage reports

Open stefano-zanotti-88 opened this issue 11 months ago • 0 comments

Add stack usage information to the size reports (now only for code size).

GCC has -fstack-usage, which produces human-readable .su files. They are probably enough, since NPF doesn't have a complicated call tree.

See also https://github.com/charlesnicholson/nanoprintf/pull/331#issuecomment-2895540618

stefano-zanotti-88 avatar May 20 '25 20:05 stefano-zanotti-88