.gitignore
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/usage.rst
docs/_static/custom.css
docs/_static/favicon.ico
docs/_static/logo.png
docs/_static/logo_packed.png
docs/_templates/about.html
src/fpvgcc/__init__.py
src/fpvgcc/cli.py
src/fpvgcc/fpv.py
src/fpvgcc/gccMemoryMap.py
src/fpvgcc.egg-info/PKG-INFO
src/fpvgcc.egg-info/SOURCES.txt
src/fpvgcc.egg-info/dependency_links.txt
src/fpvgcc.egg-info/entry_points.txt
src/fpvgcc.egg-info/requires.txt
src/fpvgcc.egg-info/top_level.txt
src/fpvgcc/datastructures/__init__.py
src/fpvgcc/datastructures/ntree.py
src/fpvgcc/datastructures/ntreeSize.py
src/fpvgcc/profiles/__init__.py
src/fpvgcc/profiles/context.py
src/fpvgcc/profiles/gcc_msp430.py
src/fpvgcc/profiles/guess.py
tests/__init__.py
tests/coveralls.py
tests/test_process_map.py
tests/vectors.py
tests/maps/example.arm-none-eabi.basic.0.map
tests/maps/example.msp430-elf.0.map
tests/maps/example.msp430-elf.basic.0.map