]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Rename of Det_cfg.h
authortojo <tobias.johansson@arccore.com>
Tue, 10 May 2011 18:06:19 +0000 (20:06 +0200)
committertojo <tobias.johansson@arccore.com>
Tue, 10 May 2011 18:06:19 +0000 (20:06 +0200)
examples/blinker_node/config/mpc5516it/Det_cfg.h [deleted file]
examples/blinker_node/config/stm32_stm3210c/Det_cfg.h [deleted file]

diff --git a/examples/blinker_node/config/mpc5516it/Det_cfg.h b/examples/blinker_node/config/mpc5516it/Det_cfg.h
deleted file mode 100644 (file)
index b5ef841..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*\r
-* Configuration of module: Det (Det_Cfg.h)\r
-*\r
-* Created by:              \r
-* Copyright:               \r
-*\r
-* Configured for (MCU):    MPC551x\r
-*\r
-* Module vendor:           ArcCore\r
-* Generator version:       2.0.1\r
-*\r
-* Generated by Arctic Studio (http://arccore.com) \r
-*           on Thu Mar 10 09:35:03 CET 2011\r
-*/\r
-\r
-
-#if !(((DET_SW_MAJOR_VERSION == 1) && (DET_SW_MINOR_VERSION == 0)) )
-#error Det: Configuration file expected BSW module version to be 1.0.*
-#endif
-
-/*\r
- * Development Error Tracer driver\r
- *\r
- * Specification: Autosar v2.0.1, Final\r
- *\r
- */\r
-#ifndef DET_CFG_H\r
-#define DET_CFG_H \r
-\r
-#define DET_ENABLE_CALLBACKS STD_OFF // Enable to use callback on errors\r
-#define DET_USE_RAMLOG       STD_ON  // Enable to log DET errors to ramlog\r
-#define DET_WRAP_RAMLOG      STD_ON  // The ramlog wraps around when reaching the end\r
-#define DET_USE_STDERR       STD_OFF // Enable to get DET errors on stderr\r
-#define DET_DEINIT_API       STD_OFF // Enable/Disable the Det_DeInit function\r
-#define DET_RAMLOG_SIZE         (16)  // Number of entries in ramlog\r
-#define DET_NUMBER_OF_CALLBACKS (5)  // Number of callbacks\r
-\r
-#endif /* DET_CFG_H */\r
diff --git a/examples/blinker_node/config/stm32_stm3210c/Det_cfg.h b/examples/blinker_node/config/stm32_stm3210c/Det_cfg.h
deleted file mode 100644 (file)
index 4ba2eba..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*\r
- * Configuration of module Det (Det_cfg.h)\r
- *\r
- * Created by: \r
- * Configured for (MCU): STM32_F107\r
- *\r
- * Module vendor: ArcCore\r
- * Module version: 2.0.1\r
- *\r
- * \r
- * Generated by Arctic Studio (http://arccore.com) \r
- *           on Fri Jan 21 11:32:26 CET 2011\r
- */\r
-\r
-
-#if !(((DET_SW_MAJOR_VERSION == 1) && (DET_SW_MINOR_VERSION == 0)) )
-#error "Det: Configuration file version differs from BSW version."
-#endif
-
-/*\r
- * Development Error Tracer driver\r
- *\r
- * Specification: Autosar v2.0.1, Final\r
- *\r
- */\r
-#ifndef DET_CFG_H\r
-#define DET_CFG_H \r
-\r
-#define DET_ENABLE_CALLBACKS STD_OFF // Enable to use callback on errors\r
-#define DET_USE_RAMLOG       STD_ON  // Enable to log DET errors to ramlog\r
-#define DET_WRAP_RAMLOG      STD_ON  // The ramlog wraps around when reaching the end\r
-#define DET_USE_STDERR       STD_OFF // Enable to get DET errors on stderr\r
-#define DET_DEINIT_API       STD_OFF // Enable/Disable the Det_DeInit function\r
-#define DET_RAMLOG_SIZE         (16)  // Number of entries in ramlog\r
-#define DET_NUMBER_OF_CALLBACKS (5)  // Number of callbacks\r
-\r
-#endif /* DET_CFG_H */\r