]> rtime.felk.cvut.cz Git - arc.git/blob - boards/linux/examples/os_simple/config/Det_Cfg.h
Merge with 3bd2b84a75d8d5d7708e0818fe64cc6cee360049
[arc.git] / boards / linux / examples / os_simple / config / Det_Cfg.h
1 /*\r
2 * Configuration of module: Det (Det_Cfg.h)\r
3 *\r
4 * Created by:              \r
5 * Copyright:               \r
6 *\r
7 * Configured for (MCU):    MPC551x\r
8 *\r
9 * Module vendor:           ArcCore\r
10 * Generator version:       2.0.1\r
11 *\r
12 * Generated by Arctic Studio (http://arccore.com) \r
13 *           on Mon Jun 13 17:00:38 CEST 2011\r
14 */\r
15 \r
16
17 #if !(((DET_SW_MAJOR_VERSION == 1) && (DET_SW_MINOR_VERSION == 0)) )
18 #error Det: Configuration file expected BSW module version to be 1.0.*
19 #endif
20
21 /*\r
22  * Development Error Tracer driver\r
23  *\r
24  * Specification: Autosar v2.0.1, Final\r
25  *\r
26  */\r
27 #ifndef DET_CFG_H\r
28 #define DET_CFG_H \r
29 \r
30 #define DET_ENABLE_CALLBACKS STD_OFF // Enable to use callback on errors\r
31 #define DET_USE_RAMLOG       STD_ON  // Enable to log DET errors to ramlog\r
32 #define DET_WRAP_RAMLOG      STD_ON  // The ramlog wraps around when reaching the end\r
33 #define DET_USE_STDERR       STD_OFF // Enable to get DET errors on stderr\r
34 #define DET_DEINIT_API       STD_OFF // Enable/Disable the Det_DeInit function\r
35 #define DET_RAMLOG_SIZE         (16)  // Number of entries in ramlog\r
36 #define DET_NUMBER_OF_CALLBACKS (5)  // Number of callbacks\r
37 \r
38 #endif /* DET_CFG_H */\r