X-Git-Url: https://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/07bbcb79799c461e4dc58be060a0c3e01f466c97..670aeff4a2ae2f7b626e1febbc86528c0fae0959:/boards/ti_tms570ls/examples/tms570_hdk_can/config/Det_Cfg.h diff --git a/boards/ti_tms570ls/examples/tms570_hdk_can/config/Det_Cfg.h b/boards/ti_tms570ls/examples/tms570_hdk_can/config/Det_Cfg.h new file mode 100644 index 00000000..6daceffc --- /dev/null +++ b/boards/ti_tms570ls/examples/tms570_hdk_can/config/Det_Cfg.h @@ -0,0 +1,37 @@ +/* +* Configuration of module: Det (Det_Cfg.h) +* +* Created by: +* Copyright: +* +* Configured for (MCU): TMS570 +* +* Module vendor: ArcCore +* Generator version: 2.0.1 +* +* Generated by Arctic Studio (http://arccore.com) +*/ + + +#if !(((DET_SW_MAJOR_VERSION == 1) && (DET_SW_MINOR_VERSION == 0)) ) +#error Det: Configuration file expected BSW module version to be 1.0.* +#endif + +/* + * Development Error Tracer driver + * + * Specification: Autosar v2.0.1, Final + * + */ +#ifndef DET_CFG_H +#define DET_CFG_H + +#define DET_ENABLE_CALLBACKS STD_OFF // Enable to use callback on errors +#define DET_USE_RAMLOG STD_ON // Enable to log DET errors to ramlog +#define DET_WRAP_RAMLOG STD_ON // The ramlog wraps around when reaching the end +#define DET_USE_STDERR STD_OFF // Enable to get DET errors on stderr +#define DET_DEINIT_API STD_OFF // Enable/Disable the Det_DeInit function +#define DET_RAMLOG_SIZE (16) // Number of entries in ramlog +#define DET_NUMBER_OF_CALLBACKS (5) // Number of callbacks + +#endif /* DET_CFG_H */