ESP32-sveltekit icon indicating copy to clipboard operation
ESP32-sveltekit copied to clipboard

Add /rest/coreDump endpoint

Open stamp opened this issue 7 months ago • 0 comments

Added a new endpoint, /rest/coreDump, which enables downloading the latest core dump from the CPU. Also introduced a script, save_elf.py, that stores a copy of the ELF file using the SHA-256 hash of the build as the filename.

The core dump includes the same SHA-256 hash from the original build, which makes it easy to match the core dump to the correct ELF file. This allows decoding and analysis of the dump.

stamp avatar Apr 10 '25 06:04 stamp