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

Added saving core dumps for IDF 5.3.1 #71

Merged
merged 14 commits into from
Oct 14, 2024
Merged

Added saving core dumps for IDF 5.3.1 #71

merged 14 commits into from
Oct 14, 2024

Conversation

JensOgorek
Copy link
Contributor

@JensOgorek JensOgorek commented Sep 18, 2024

Lizard will now save core dumps to the core dump partition. It can be read directly with the idf.py / espcoredump.py or the provided core_dumper.py.

Core_dumper.py will read the core info by default, but can also enter debugging mode with --debug flag. There is also a -h for more information.

Note: All possible ways of reading the core dump need to have access to the Lizard.elf file. Sitting in the build folder, when the binary gets created.

@JensOgorek JensOgorek added the enhancement New feature or request label Sep 18, 2024
@falkoschindler falkoschindler linked an issue Sep 23, 2024 that may be closed by this pull request
@falkoschindler falkoschindler added this to the 0.5.0 milestone Oct 14, 2024
@falkoschindler falkoschindler marked this pull request as ready for review October 14, 2024 13:01
@falkoschindler falkoschindler merged commit 2ad1815 into main Oct 14, 2024
@falkoschindler falkoschindler deleted the core_dump branch October 14, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save last core dump
2 participants