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 embedded-hal 1.0 trait support #129

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d179f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429903e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e8af4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66ce515 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50d3cf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54c68a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7676cfc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c6d61e View commit details
    Browse the repository at this point in the history
  9. remove embedded-hal 0.2 from prelude, rename hals

    embedded-hal 1.0 renamed from embedded-hal-one to embedded-hal
    embedded-hal 0.2 renamed from embedded-hal to embedded-hal-old, still
    re-exported as hal-02
    techmccat committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4915e78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef9618e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. run cargo fmt

    techmccat committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0d85f3b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. remove unused dependencies

    I had added them by accident for an example that didn't end up in the PR
    techmccat committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9ae512e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6212c61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9462f4c View commit details
    Browse the repository at this point in the history