EspStackTraceDecoder icon indicating copy to clipboard operation
EspStackTraceDecoder copied to clipboard

ESP32 version

Open me21 opened this issue 7 years ago • 3 comments

Please update the decoder to support ESP32. The upstream is already updated: https://github.com/me-no-dev/EspExceptionDecoder

me21 avatar Jul 03 '18 12:07 me21

Seconded this. Is the author even still maintaining this?

SoftwareGuy avatar Jul 10 '18 05:07 SoftwareGuy

I'm using only the esp8266, not the esp32. So I would be happy, if someone else create a PR for this topic.

littleyoda avatar Jul 15 '18 09:07 littleyoda

I have used this with esp32 and it appears to work for the most part. Just make sure you point to the correct addr2line binary.

Here is how I am using it with the esp32 platform installed in PlatformIO (note, it should work as long as you have the xtensa-esp32-elf-addr2line binary somewhere):

java -jar EspStackTraceDecoder.jar ~/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-addr2line path/to/firmware.elf /tmp/dump.txt

BirdAPI avatar Sep 20 '19 22:09 BirdAPI