You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we would need is for some targets (usually small arm targets, QPG would be a candidate however other platforms could be used to ... just make sure it is arm and not a linux target):
compile with the patch (already done)
save the compiled elf file as a "after changes" copy
revert the PR patch and compile again
compare "after changes" with the reverted version, to display the size delta
This would allow us to understand the scope of a change within the main binary, outside our current flash diff.
The text was updated successfully, but these errors were encountered:
We currently have tooling that can do a reasonable
diff actual flash changes for code
. seehttps://project-chip.github.io/connectedhomeip-doc/scripts/tools/ELF_SIZE_TOOLING.html
Overall a report looks like:
What we would need is for some targets (usually small arm targets, QPG would be a candidate however other platforms could be used to ... just make sure it is arm and not a linux target):
This would allow us to understand the scope of a change within the main binary, outside our current flash diff.
The text was updated successfully, but these errors were encountered: