-
Notifications
You must be signed in to change notification settings - Fork 90
Comparing changes
Open a pull request
base repository: mercedes-benz/odxtools
base: 10.2.1
head repository: mercedes-benz/odxtools
compare: 10.3.0
- 9 commits
- 61 files changed
- 2 contributors
Commits on May 20, 2025
-
.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>
Configuration menu - View commit details
-
Copy full SHA for bf267bd - Browse repository at this point
Copy the full SHA bf267bdView commit details -
.odx-e
: work around some Mercedes-specific issueswhereas 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>
Configuration menu - View commit details
-
Copy full SHA for 243783d - Browse repository at this point
Copy the full SHA 243783dView commit details -
.odx-e
: ECU-CONFIG: add unit testSigned-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com> Approved-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
Configuration menu - View commit details
-
Copy full SHA for ea1766a - Browse repository at this point
Copy the full SHA ea1766aView commit details -
.odx-e
: add output writing code for the ECU-CONFIG categorySigned-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com> Approved-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
Configuration menu - View commit details
-
Copy full SHA for 83c036d - Browse repository at this point
Copy the full SHA 83c036dView commit details
Commits on Jun 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b15c00f - Browse repository at this point
Copy the full SHA b15c00fView commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for b7f38e7 - Browse repository at this point
Copy the full SHA b7f38e7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b5e6635 - Browse repository at this point
Copy the full SHA b5e6635View commit details
Commits on Jun 23, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for aa5e9ec - Browse repository at this point
Copy the full SHA aa5e9ecView commit details
Commits on Jun 25, 2025
-
Merge pull request #428 from andlaus/ecu_config
Implement the ECU-CONFIG category
Configuration menu - View commit details
-
Copy full SHA for 3176f44 - Browse repository at this point
Copy the full SHA 3176f44View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 10.2.1...10.3.0