Files
platform-espressif32/monitor
Vojtěch Boček 2ef483cbe1 Add esp_exception_decoder filter for device monitor (#286)
* Add esp_exception_decoder filter for device monitor

This filter resolves the ESP backtraces as they come into the
device monitor. Add --filter=esp_exception_decoder to monitor_flags
to use it.

* EspExceptionDecoder: fixes for Windows and Python2

* EspExceptionDecoder: rename to Esp32ExceptionDecoder

* Esp32ExceptionDecoder: handle inlined addresses nicely

* Esp32ExceptionDecore: fix pylint errors
2020-03-12 13:53:43 +02:00
..