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

[Feature] Logging and debugging #460

Closed
elpiel opened this issue May 6, 2023 · 1 comment
Closed

[Feature] Logging and debugging #460

elpiel opened this issue May 6, 2023 · 1 comment

Comments

@elpiel
Copy link

elpiel commented May 6, 2023

It would be nice if some of the main structs like spi::Polarity have Debug implemented or defmt::Format somehow, e.g. with a feature.

One thing I'm caution with though is not to rely on any single logging crate.

Other formats like bincode could also benefit from such a no_std improvement

@MabezDev
Copy link
Member

There are defmt::Format derives on most structs behind the defmt-03 feature now, so I think this can be closed.

@Dirbaio Dirbaio closed this as completed Sep 14, 2023
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

No branches or pull requests

3 participants