CrustyAuklet / firmware-size-tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware Binary File Size Tracking

This project is an an attempt to analyze, track, and manage firmware binary size over time. The planned output will be something like a combination of this article from Memfault and this visualization from mbed.

Supported Compilers

Initial support will be for EWAVR (IAR for AVR) since that is my use case. But the analysis/parsing part will communicate with the output part by means of a well defined JSON schema. The schema will is located here. Support for elf files via nm/objdump should come very soon after IAR support is finished.

About

License:MIT License