feat: initial uds support for ARDEP#18
Merged
andlaus merged 5 commits intomercedes-benz:mainfrom Oct 17, 2025
Merged
Conversation
Signed-off-by: Mark Oude Elberink <mark.oude.elberink@frickly.systems>
Signed-off-by: Mark Oude Elberink <mark.oude.elberink@frickly.systems>
Signed-off-by: Tim Schrader <tim.schrader@frickly.systems>
- renamed the current UDS library to `uds_legacy` (including Kconfig options) - added support for an external UDS-lib as a zephyr module (https://github.com/driftregion/iso14229) - Currently, there is a PR open to support the *Read DTC Information (`0x19`)* subFunction (driftregion/iso14229#86). - added low-level zephyr support via the `iso14229` library - added new uds library building ontop of the `iso14229` with currently support of the following functions: - Diagnostic Session Control (`0x10`) - ECU Reset (`0x11`) - Read/Write Data by Identifier (`0x22`, `0x2E`) - Read/Write Memeory be Address (`0x23`, `0x3D`) - Read DTC Information (`0x19`) - added tests for the *iso14229* and *uds* lib - added a new uds sample that demonstrates the aforementioned functions - documentation for the uds sample (rst) and lib (doxygen) - CI jobs build samples/tests on all supported os types (linux, mac, windows) Signed-off-by: Tim Schrader <tim.schrader@frickly.systems>
#24) Signed-off-by: Tim Schrader <tim.schrader@frickly.systems>
Member
|
thanks. I cannot really evaluate the technical merrits of this, but I'm sure the code is good. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uds_legacy(including Kconfig options)0x19) subFunction.iso14229libraryiso14229with currently support of the following functions:0x10)0x11)0x22,0x2E)0x23,0x3D)0x19)Note that #16 is included in this commit. See here for the real diff.
Needs #16