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

Updates for Volkswagen support #191

Merged
merged 15 commits into from
Oct 10, 2019
Merged

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    d066bdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f09f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Endianness fixes

    jyoung8607 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    67fba05 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    25f4954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee4902 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    c912559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7904a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. OpenDBC updates

    jyoung8607 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ee4a113 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. OpenDBC updates

    jyoung8607 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    2da9f80 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Merge remote-tracking branch 'CommaAI/master'

    # Conflicts:
    #	vw_golf_mk4.dbc
    #	vw_mqb_2010.dbc
    jyoung8607 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    90287b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99f1abb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc9a6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49c029e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

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

Commits on Oct 10, 2019

  1. Rename CRC->CHECKSUM for upstream of a minimum viable VW port.

    Per my Discord talk with @rbiasini, to reduce OP core code diffs a bit, we will temporarily (ab)use CHECKSUM to store a CRC like Pedal is doing today. After the port is upstreamed, we will look at updating the core OP code to support dynamic CRC and counter signal names, and revert the DBC signal names back to canonical (MSG_NAME_CRC, MSG_NAME_BZ, etc). I will update the OP core CRC support PR shortly.
    jyoung8607 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    1d85513 View commit details
    Browse the repository at this point in the history