8000 Comparing 10.2.1...10.3.0 · mercedes-benz/odxtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mercedes-benz/odxtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.2.1
Choose a base ref
...
head repository: mercedes-benz/odxtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.3.0
Choose a head ref
  • 9 commits
  • 61 files changed
  • 2 contributors

Commits on May 20, 2025

  1. .odx-e: implement support for the ECU-CONFIG category (.odx-e)

    this is used for variant coding.
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    Approved-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
    andlaus committed May 20, 2025
    Configuration menu
    Copy the full SHA
    bf267bd View commit details
    Browse the repository at this point in the history
  2. .odx-e: work around some Mercedes-specific issues

    whereas issues == "non-spec compliant behaviour in .odx-e files". That
    said, to me it rather seems like these two issues are mistakes in the
    spec...
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    Approved-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
    andlaus committed May 20, 2025
    Configuration menu
    Copy the full SHA
    243783d View commit details
    Browse the repository at this point in the history
  3. .odx-e: ECU-CONFIG: add unit test

    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    Approved-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
    andlaus committed May 20, 2025
    Configuration menu
    Copy the full SHA
    ea1766a View commit details
    Browse the repository at this point in the history
  4. .odx-e: add output writing code for the ECU-CONFIG category

    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    Approved-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
    andlaus committed May 20, 2025
    Configuration menu
    Copy the full SHA
    83c036d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. provide the data specified by flashdata and data-record

    i.e., deal with the nitty-gritty details of the Intel-HEX and
    Motorola-S file formats...
    
    also, provide processed versions of the values for some tags which
    specify a data type (ENCRYPT-COMPRESS-METHOD, VALIDITY-FOR, etc.)
    
    thanks to [at]kayoub5 for the nudge!
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    Approved-by: Katja Köhler <katja.koehler@mercedes-benz.com>
    andlaus committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    b15c00f View commit details
    Browse the repository at this point in the history
  2. make mypy 1.16.0 happy

    by far the biggest churn here was caused by the fact that mypy 1.16 is
    much pickier about distinguishing between `bytes` and `bytearray` than
    1.15 is...
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    andlaus committed Jun 12, 2025
    1 Configuration menu
    Copy the full SHA
    b7f38e7 View commit details
    Browse the repository at this point in the history
  3. remove some commented out code

    this was meant to be as a to-do reminder. as [at]kayoub5 pointed out,
    this is better handled using a github issue...
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    andlaus committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    b5e6635 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Use the 'bincopy' python python module to handle MOTOROLA-S and INTEL…

    …-HEX data records and flash data
    
    thanks to [at]kayoub5 for bringing this up.
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
    andlaus committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    aa5e9ec View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Merge pull request #428 from andlaus/ecu_config

    Implement the ECU-CONFIG category
    andlaus authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    3176f44 View commit details
    Browse the repository at this point in the history
Loading
0