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 defmt::Format support #437

Closed
wants to merge 4 commits into from
Closed

Add defmt::Format support #437

wants to merge 4 commits into from

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    2a79a87 View commit details
    Browse the repository at this point in the history
  2. Add defmt::Format implementation for QuantityArguments

    This allows for more efficiency on the wire. The inefficient
    implementation is still desired since this allows to use
    derive(defmt::Format) on structs containing uom quantities.
    therealfrauholle authored and Aehmlo committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    069b05c View commit details
    Browse the repository at this point in the history
  3. Remove trailing whitespaces

    This makes cargo fmt happy
    therealfrauholle authored and Aehmlo committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2f607ba View commit details
    Browse the repository at this point in the history
  4. Update defmt feature and dependency

    This revision updates the specified version of defmt to 0.3.5 and eliminates
    the dance involving a rename to defmt_crate that previously existed but is no
    longer necessary under Cargo's new feature resolver.
    Aehmlo committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    dacb218 View commit details
    Browse the repository at this point in the history