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 support for eMMC decode #93

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

Commits on Nov 5, 2022

  1. Initial Commit

    gaodingpan authored and phodina committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1abfc9f View commit details
    Browse the repository at this point in the history
  2. Update decoder to run on recent PulseView versions

    1. The decoder was updated to run in a more recent version of PulseView, using sdcard_sd as template.
    2. Updated the command decoding to cover all the commands and responses from the eMMC v5.1 spec.
    3. Fixed up some discrepancies, updated mismatching fields in commands and responses and performed some cleanup.
    4. Minor touch ups, like decoding the device CURRENT_STATE field in the R1 response.
    radorodopski authored and phodina committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b65327e View commit details
    Browse the repository at this point in the history