esp32-backtrace icon indicating copy to clipboard operation
esp32-backtrace copied to clipboard

Simple bash script to annotate an ESP32 exception backtrace with source code info

Results 2 esp32-backtrace issues
Sort by recently updated
recently updated
newest added

The new backtrace format uses uppercase letters instead of lowercase in hex addresses. Also, the space after 'Backtrace:' is no longer there. I modified the script to get it works:...

None of the regex matches are working in my script. Test case: ```bash p='PC : 0x4011aa98 PS : 0x00060f30 A0 : 0x80082766 A1 : 0x3ffe3be0' rePC='PC\s*:? (0x40[0-2][0-9a-f]*)' if [[ "$p"...