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
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
I will be transitioning from defmt-rtt to using the USB Jtag peripheral as my defmt printer since I cannot use direct-boot.
Would it be possible to add defmt decoding support to espmonitor? To be clear, I'm suggesting that there is a commandline flag or something that treats the serial output from the device as being in defmt encoding.
The text was updated successfully, but these errors were encountered:
I've never heard of defmt before, so not sure I'm too interested in doing this, but I'd be happy to accept a patch if you're feeling up to implementing it.
I believe espflash uses espmonitor as a library to do its monitoring.
Hmm, actually that seems not to be the case; the developer over there asked me to make some changes so they could do that, but I guess they never got around to it.
Personally I'd rather have all the good stuff in espmonitor; my opinion is that monitoring is a "distraction" for espflash and it should defer to espmonitor for that. But up to you where you'd rather put your time, if you end up deciding to implement it yourself.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I will be transitioning from
defmt-rtt
to using the USB Jtag peripheral as my defmt printer since I cannot usedirect-boot
.Would it be possible to add
defmt
decoding support toespmonitor
? To be clear, I'm suggesting that there is a commandline flag or something that treats the serial output from the device as being indefmt
encoding.The text was updated successfully, but these errors were encountered: