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

Update embedded hal to 1.0.0 #106

Commits on Oct 22, 2023

  1. Update embedded hal

    AnyTimeTraveler committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d18fefa View commit details
    Browse the repository at this point in the history
  2. Fix doctests

    AnyTimeTraveler committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    df3b86a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    62fb7be View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update embedded hal

    AnyTimeTraveler authored and fu5ha committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7fc0c6f View commit details
    Browse the repository at this point in the history
  2. Fix doctests

    AnyTimeTraveler authored and fu5ha committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a5eb765 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate where clauses

    AnyTimeTraveler authored and fu5ha committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    69d8047 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    4d3aa31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dummy-cs' into update-embedded-hal

    # Conflicts:
    #	examples/readme_test.rs
    #	src/sdcard/mod.rs
    AnyTimeTraveler committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b1db2b4 View commit details
    Browse the repository at this point in the history
  3. Fix doctest

    AnyTimeTraveler committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5d31339 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. lib: update dependency embedded-hal to 1.0.0

    Signed-off-by: jakezhu9 <zjx1319@hust.edu.cn>
    jakezhu9 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5fe01bf View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request #2 from jakezhu9/update-embedded-hal

    lib: update dependency embedded-hal to 1.0.0
    AnyTimeTraveler authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6414fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca6ceb View commit details
    Browse the repository at this point in the history
  3. Fix doc warnings

    AnyTimeTraveler committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1371292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e33906 View commit details
    Browse the repository at this point in the history
  5. Commented in doctest

    AnyTimeTraveler committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    fe739b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c31f43 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Clean up example code.

    If we put it in a function we need much less boiler plate to make it compile.
    jonathanpallant committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    959b670 View commit details
    Browse the repository at this point in the history