Skip to content

Support for memory usage testing #307

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

Closed
jgfoster opened this issue Aug 27, 2021 · 0 comments · Fixed by #308
Closed

Support for memory usage testing #307

jgfoster opened this issue Aug 27, 2021 · 0 comments · Fixed by #308

Comments

@jgfoster
Copy link
Member

Because of the limited memory on an Arduino board, a common problem is stack/heap corruption and this is difficult to debug. One way to address the problem is to ensure a free space threshold. We do get the free space when the sketch is compiled and it would be nice to be able to test for that value (or at least report it).

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 a pull request may close this issue.

1 participant