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 impls for Chrono structs #893

Closed

Conversation

BenFordTytherington
Copy link
Contributor

@BenFordTytherington BenFordTytherington commented Nov 25, 2024

  • Missed out Days as there is no way to access it's field so nothing to format
  • Gated behind new "chrono" feature

Fixes #763

BenFordTytherington and others added 3 commits November 25, 2024 14:54
- Missed out Days as there is no way to access it's field so nothing to format
- Gated behind new "chrono" feature
@jonathanpallant
Copy link
Contributor

Have you tried submitting defmt support to Chrono? As far as I know, we don't currently host any third-party defmt implementations - only ones for libcore types.

@jonathanpallant
Copy link
Contributor

Sorry, I didn't see this was related to #763 (please do tag issues if you're working against something specific). Let me talk to Johann.

@jonathanpallant
Copy link
Contributor

OK, we're going to try and send a PR upstream and if that fails, we can come back to this one.

@jonathanpallant
Copy link
Contributor

What did chrono say?

@avsaase
Copy link

avsaase commented Jan 7, 2025

I found this open PR: chronotope/chrono#1632. Seems they want to wait for defmt to release 1.0

@Urhengulas
Copy link
Member

Closing this PR and noting the chrono PR in the issue.

@Urhengulas Urhengulas closed this Jan 8, 2025
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.

defmt impls for time
4 participants