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

Support option to add defmt to print signal enums for debugging on target #89

Open
wallem89 opened this issue Nov 6, 2024 · 1 comment

Comments

@wallem89
Copy link

wallem89 commented Nov 6, 2024

I would like to see a feature which gives the ability to print signals with an enum with no_std right away.

This can be done with defmt to format the enum values so they can be printed for debugging.

This is option can be always on but for flexibility one could consider place this behind an optional flag to enable this feature when necessary.

See PR #87 for my proposal.

@projectgus
Copy link
Contributor

projectgus commented Dec 2, 2024

I didn't link #91 to this issue (my bad), but this should be possible now it's merged.

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

2 participants