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

espcoredump: Support for not overwriting existing core dump in flash (IDFGH-10907) #12105

Closed
wants to merge 1 commit into from

Commits on Aug 22, 2023

  1. espcoredump: Support for not overwriting existing core dump in flash

    If there's an unattended boot loop or a crash that causes another crash on
    the next boot, it needs to be possible to avoid overwriting a saved core
    dump with another core dump.
    
    Add an option to do this and skip writing core dumps if the partition isn't
    empty.
    
    Fixes espressif#12027.
    nomis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ee3e01c View commit details
    Browse the repository at this point in the history