Skip to content

Related project for inspiration #3

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

Open
matthijskooijman opened this issue Apr 9, 2018 · 1 comment
Open

Related project for inspiration #3

matthijskooijman opened this issue Apr 9, 2018 · 1 comment

Comments

@matthijskooijman
Copy link

I just came across this project, which looks good! A while ago, I wrote something with a similar goal, which might be interesting to you: https://github.com/3devo/AvrMemoryAnalyzer

My project is not just about dumping the return value, but a full stack dump. The focus of that project is a tool which can analyze a stack dump and piece together a (not always completely accurate) stacktrace, but it also contains some Arduino code to make the stackdump, which operates in the same area as your code (but is a lot more rough and more of an example, and doesn't have this nice EEPROM saving of reports).

Looking at your code, particular ideas you could borrow from mine are:

@PaulMartinsen
Copy link
Collaborator

I like the idea of using the built-ins to locate the SP and program counter size. I'll look at incorporating those when I get a chance. That would make the crash monitor more useful for other devices.

Thanks.

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

No branches or pull requests

2 participants