You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the latest comments of esp-rs/esp-idf-sys#275, we can close this issue as there is no-trivial solution that can be implemented in espflash for this, right @t-moe?
A panic by esp-idf-hal looks like this:
and is decoded by
espflash run --monitor
to something like this:Click to expand
if
CONFIG_ESP_SYSTEM_USE_EH_FRAME=y
is added tosdkconfig.defaults
the output looks like this:and is expanded to something like this:
click to expand
In both cases a the auto-decoding adds a lot of noise and makes the output unreadable.
Can we improve this?
(related esp-rs/esp-idf-sys#275 )
The text was updated successfully, but these errors were encountered: