Skip to content

Tags: vectorgrp/XCPlite

Tags

V6.4

Toggle V6.4's commit message
Bugfix XcpEthServerShutdown incorrect thread termination

V6.3

Toggle V6.3's commit message
Cycle time in C_Demo ecu.c incorrect value in A2L file

V6.2

Toggle V6.2's commit message
Changes for Rust version with static XCP library

V6.1

Toggle V6.1's commit message
CPP_Demo optional dynamic measurement demo code, global variable meas…

…urement demo code added, A2L generation optional

V6.0

Toggle V6.0's commit message
Xcode Project

V5.4

Toggle V5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use memcpy for XcpWrite/ReadMta (#41)

It seems pointless using while loop to write and read MTA data byte by byte, which can be fully replaced by a memcpy

V5.3

Toggle V5.3's commit message
Fixed undefined external error for loadFile function

#ifdef removed instead of including xcp_cfg.h, util.c is a generic module
The unused code of loadFile (when A2L generation is disabled) should be automatically removed by the linker

V5.2

Toggle V5.2's commit message
README.md updated

V5.1

Toggle V5.1's commit message
Detach the XcpServer threads before cancelation (Linux)