Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Solution to Add RAM Statistic at Compile #125

Merged
merged 1 commit into from Feb 28, 2020

Conversation

oclyke
Copy link
Contributor

@oclyke oclyke commented Feb 6, 2020

this is a rudimentary option but it does allow the user to see the size of various output sections at compile time. the .data section corresponds (roughly) to static RAM usage.

this is a rudimentary option but it does allow the user to see the size of various output sections at compile time. the ```.data``` section corresponds (roughly) to static RAM usage.
@oclyke oclyke changed the title add 'size' command to postobjcopy hook Simple Solution to Add RAM Statistic at Compile Feb 6, 2020
@oclyke
Copy link
Contributor Author

oclyke commented Feb 6, 2020

in response to #121

@oclyke
Copy link
Contributor Author

oclyke commented Feb 28, 2020

Merging as a first attempt at adding ram usage statistics. Will keep the issue open for further comments

@oclyke oclyke merged commit b22fa0b into master Feb 28, 2020
@oclyke oclyke deleted the output-ram-usage-simple branch February 28, 2020 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant