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 logging support #14

Closed
3 tasks
ryan-summers opened this issue Jul 3, 2020 · 2 comments · Fixed by #86
Closed
3 tasks

Add logging support #14

ryan-summers opened this issue Jul 3, 2020 · 2 comments · Fixed by #86
Assignees
Milestone

Comments

@ryan-summers
Copy link
Member

ryan-summers commented Jul 3, 2020

Implement a logging backend for development. Potential logging backends should be:

  • USB-CDC terminal
  • Semihosting
  • MQTT telemetry

The logging interface should use cortex-m-log for logging integration with Rust.

@ryan-summers ryan-summers self-assigned this Jul 3, 2020
@jordens
Copy link
Member

jordens commented Sep 9, 2020

Also defmt appears to be en vogue these days.

@jordens
Copy link
Member

jordens commented Oct 4, 2020

Let's do the USB-CDC terminal only for now.

@jordens jordens added this to the 0.1 milestone Oct 5, 2020
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 a pull request may close this issue.

2 participants