Praqma / memory-map-plugin

A repository for the memory-map-plugin
13 stars 16 forks source link

Maintainer:

Memory Map plugin

This readme file mostly contains developer oriented documentation.

For user oriented documentation, please see the plugin's Jenkins wiki page

Introduction

The Memory Map plugin provides assistance for monitoring the memory map created by a linker. It is especially useful when development is being conducted in conditions where memory is limited, e.g. when developing for an embedded system. It allows for displaying memory map values throughout builds in a graph, making it easier to follow up on memory usage.

References

Plugin repositories

Automated builds

Roadmap

See docs/roadmap.md-file.

Wiki and issue tracker

User oriented documentation can be found on the wiki:

We are not using the Jenkins CI community issue tracker any more. All issues are tracked using Github issues.

Contributing

We happily accept pull requests on Praqma's Memory Map GitHub repository, where we also release from. Do not make pull requests on the Jenkins CI GitHub Repository - it is only used as final archive for released versions.

Developer details

See some of our initial research on compiler and linkers, and their memory map output, and get a grasp about the idea behind it all. Read the research notes in the docs folder.

See also the brief architecture illustration in docs/architecture.md.