Analysing code footprint on embedded microcontrollers using GCC generated Map files
Project description
fpvgcc is a python script/package to help analyse code footprint on embedded microcontrollers using GCC generated Map files.
This module uses information contained within .map files generated by gcc (when invoked with -Wl,-Map,out.map), to provide easily readable summaries of static memory usage at various levels of the code hierarchy. This package generates no information that isn’t already contained within the .map file.
The provided outputs can be used to gain insight into the relative sizes of included code, and aid in prioritizing static memory optimization for very low memory platforms. Some provided functionality may also deliver minor usability improvements to the workflow involved in parsing though generated assembly listings.
Links
The latest version of the documentation, including installation, usage, and API/developer notes can be found at ReadTheDocs.
The latest version of the sources can be found at GitHub. Please use GitHub’s features to report bugs, request features, or submit pull/merge requests.
fpvgcc is distributed under the terms of the GPLv3 license . A copy of the text of the license is included along with the sources.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fpvgcc-0.7.tar.gz
.
File metadata
- Download URL: fpvgcc-0.7.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa8a89bd0c25aa61461c332debafee2040addf9e5e7cf8b92007548e8a409002 |
|
MD5 | 2b4ab3a05ba3d7068a3bd8bd01051bb9 |
|
BLAKE2b-256 | e951a47786f863b93b0791a43dbdb622a4d0d267237009ed867f9e1d023e3d9e |
File details
Details for the file fpvgcc-0.7-py2-none-any.whl
.
File metadata
- Download URL: fpvgcc-0.7-py2-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e220a5c07e922345674403c2ebf4683ddbe29ce43cf4d048118d5a435249dc41 |
|
MD5 | 2171217de27c4da772a8b2aeb2a79c9c |
|
BLAKE2b-256 | 95401ab6b1bfc76f54c3cb732cefda96dbdb262d4b0bf22370e913c9713f17de |