Skip to content

Conversation

@fakusb
Copy link
Contributor

@fakusb fakusb commented Jan 31, 2026

Two bugs are fixed here:

  • embassy-rp did not actually compile with the chrono-feature because chrono calls e.g. Monday Mon instead of Monday
  • chrono did not derive a trait needed for defmt before v0.4.43

In theory, it would be nice if the crate would be build with the chrono feature enabled in the CI, but I do neither know how I would achieve this, nor if this is desired.
Furthermore, the chrono feature for embassy-rp changes the public api (e.g. the examples do not compile anymore), but this is true regardless of this MR.

@Dirbaio
Copy link
Member

Dirbaio commented Feb 1, 2026

can you add the previously-failing feature combinations here so they don't regress again? https://github.com/embassy-rs/embassy/blob/main/embassy-rp/Cargo.toml#L13

@fakusb
Copy link
Contributor Author

fakusb commented Feb 2, 2026

I'll have a look into fixing the warnings later today or this week.

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