Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add defmt-logger and defmt-print #338

Merged
merged 3 commits into from
Jan 12, 2021
Merged

add defmt-logger and defmt-print #338

merged 3 commits into from
Jan 12, 2021

Conversation

japaric
Copy link
Member

@japaric japaric commented Jan 12, 2021

defmt-logger is probe-run's code that formats defmt frames into a log::Log-ger sink
defmt-print is a command-line tool that decodes defmt and prints it to the console

TODO

  • defmt-print --version should print supported defmt version

other thoughts: qemu-run should maybe use defmt-logger instead of its own thing?

defmt-logger is probe-run's code that formats defmt frames into a log::Logger sink
defmt-print is a command-line tool that decodes defmt and prints it to the console
@jonas-schievink
Copy link
Contributor

This seems good!

bors r+

@bors
Copy link
Contributor

bors bot commented Jan 12, 2021

Build succeeded:

@bors bors bot merged commit a4400d8 into main Jan 12, 2021
@bors bors bot deleted the logger branch January 12, 2021 16:30
bors bot added a commit to knurling-rs/probe-run that referenced this pull request Jan 12, 2021
132: use defmt-logger r=jonas-schievink a=japaric

follow up of knurling-rs/defmt#338

Co-authored-by: Jorge Aparicio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants