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

sd package: sdcard package redesign #639

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from
Open

sd package: sdcard package redesign #639

wants to merge 25 commits into from

Commits on Jan 14, 2024

  1. begin adding sd.Card refactor

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5b65713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f85c8b View commit details
    Browse the repository at this point in the history
  3. failing CRC7 implementation

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    46cd569 View commit details
    Browse the repository at this point in the history
  4. passing tests

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3d49155 View commit details
    Browse the repository at this point in the history
  5. rename commands

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    222f368 View commit details
    Browse the repository at this point in the history
  6. implement waitToken

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    66da442 View commit details
    Browse the repository at this point in the history
  7. add status string method

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ace4a89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5db138 View commit details
    Browse the repository at this point in the history
  9. add config baud increase docs

    soypat committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    97ef498 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. remove some of API

    soypat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    845bd6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db9e9d View commit details
    Browse the repository at this point in the history
  3. fully comply

    soypat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1b726ef View commit details
    Browse the repository at this point in the history
  4. add prints

    soypat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b31c5ca View commit details
    Browse the repository at this point in the history
  5. remove prints

    soypat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    677f8ed View commit details
    Browse the repository at this point in the history
  6. remove unused API

    soypat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    45e207f View commit details
    Browse the repository at this point in the history
  7. add BlockDevice

    soypat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e6907db View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. implement Card interface

    soypat committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c5ff13a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2ca23 View commit details
    Browse the repository at this point in the history
  3. add blkIdxer

    soypat committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0d80962 View commit details
    Browse the repository at this point in the history
  4. working BlockDevice

    soypat committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9643640 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    4d0d8e9 View commit details
    Browse the repository at this point in the history
  2. add sd/README.md

    soypat committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e14fbf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8de5ab7 View commit details
    Browse the repository at this point in the history
  4. remove remnants of sector size

    soypat committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    37ae0ad View commit details
    Browse the repository at this point in the history
  5. fix examples/sd/main.go

    soypat committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    62f5144 View commit details
    Browse the repository at this point in the history