Skip to content
/ CanTp Public
forked from Sauci/CanTp

Implementation of the CanTp module (ISO 15765-2), according to AUTOSAR specification v.4.4.0.

License

Notifications You must be signed in to change notification settings

iromzy/CanTp

 
 

Repository files navigation

branch build status coverage
master Build Status codecov
develop Build Status codecov

CMake definitions

The following definitions might be set by the user, depending on the needs.

definition values default description
AUTOSAR_STD_HEADER_PATH - CanTp/test/stub/common specifies the directory containing AUTOSAR standard headers ComStack_Types.h and Std_Types.h (used when integrating this module in an other project)
CANTP_CONFIG_FILEPATH - CanTp/config/can_tp.json specifies which json configuration file should be used to generate the auto-generated code
CANTP_ENABLE_TEST ON/OFF OFF enables/disables tests.
ENABLE_DET ON/OFF ON enables/disables development error detections (see AUTOSAR DET module)
ENABLE_DOC_GEN ON/OFF OFF enables/disables generation of Doxygen documentation
ENABLE_PC_LINT ON/OFF OFF enables/disables generation of targets related to static code analysis (should be disabled if PC-Lint software is not available)
MISRA_C_VERSION 1998/2004/2012 2012 specifies which version of MISRA should be used when performing static code analysis (only used if ENABLE_PC_LINT is set)
OS_GET_TIME_API ON/OFF OFF indicates whether the OSEK API GetTime is available or not

To use this feature, simply add -D<definition>=<value> when configuring the build with CMake.

Notes

Bellow, a few point to consider when using this module:

  • This module does not support nested interrupts. In other words, the functions CanTp_RxIndication, CanTp_TxConfirmation and CanTp_MainFunction (if scheduled using timer interrupt) should not be able to interrupt each other.

TODO

  • Protect variables used in both synchronous and asynchronous APIs.

About

Implementation of the CanTp module (ISO 15765-2), according to AUTOSAR specification v.4.4.0.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.4%
  • Python 43.9%
  • Jinja 3.2%
  • CMake 1.6%
  • Other 0.9%