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 BlockDevice trait. #59

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2024

  1. Add BlockDevice trait.

    qwandor committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1d508c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf3e225 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Use u64 for block count.

    This should be consistent with the type used for block indices.
    qwandor committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    317d300 View commit details
    Browse the repository at this point in the history
  2. Bump MSRV to 1.59.

    This is needed for const generics.
    qwandor committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    025315a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a340f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Add optional defmt support.

    qwandor committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fbad743 View commit details
    Browse the repository at this point in the history
  2. Swap order of parameters.

    qwandor committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5618b24 View commit details
    Browse the repository at this point in the history
  3. Add to changelog.

    qwandor committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a3d1943 View commit details
    Browse the repository at this point in the history