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

VW MQB: Refactored CRC calculation #1236

Merged
merged 15 commits into from
Sep 13, 2024

Commits on Sep 11, 2024

  1. VW MQB: Refactor CRC constants

    Big switch statement in volkswagen_mqb_checksum was refactored with map of arrays.
    With this approach there's no need for specifying all 16 byte values if constant is the same for all of them.
    JaCzekanski committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6a22559 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    b5a733d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d8f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de421f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0656b91 View commit details
    Browse the repository at this point in the history
  5. whitespace

    jyoung8607 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    326b088 View commit details
    Browse the repository at this point in the history
  6. cleanup

    jyoung8607 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b215a21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2df63eb View commit details
    Browse the repository at this point in the history
  8. Revert "temporary, repeat packing step 1M times"

    This reverts commit 06d8f46.
    jyoung8607 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b9fd909 View commit details
    Browse the repository at this point in the history
  9. comment touch-up

    jyoung8607 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a957ee4 View commit details
    Browse the repository at this point in the history
  10. beautify spacing

    jyoung8607 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    561bbd7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00e8552 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    98b3385 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    844f051 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix comment typo

    jyoung8607 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    34d2a3a View commit details
    Browse the repository at this point in the history