All notable changes to this project are documented in this file. This list is not exhaustive - only important changes, fixes, and new features in the code are reflected here.
- Corrected paths on Windows for the GDB (Jakub Kocka - 49c7eb8)
- Decode addresses in a case-insensitive manner (Peter Dragun - 36a2c6d)
- Batch requests and extract fn/paths from addr2line (Nebojsa Cvetkovic - 29d0f91)
- Add support for esp32h21 and esp32h4 targets (Peter Dragun - efef577)
- PcAddressMatcher for single elf file (Peter Dragun - 641a7ec)
- Add support for multiple ELF files (Peter Dragun - 8e5c87f)
- Catch exception when the ELF file is modified (Jaroslav Burian - 112cf24)
- add support for esp32c61 (Peter Dragun - 23cdea9)
- add support for esp32c5 (Peter Dragun - e983453)
- add addr2line and panic_output_decoder from esp-idf-monitor (Peter Dragun - 04a195e)