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
###Wiki and issue tracker User oriented documentation can be found on the wiki:
Issues are tracked using the Jenkins JIRA issue tracker:
##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.
- Please reference a JIRA issue in your pull request.
- Please either include tests for your code changes or make sure your changes are covered by existing tests.
- Unless you are contributing a simple bug fix or feature implementation, please consult the Memory Map plugin's Trello board to discuss implementation ideas.