From 91a8e3f3b1fdb9aacd817881a5632d9b21900c12 Mon Sep 17 00:00:00 2001 From: tojo Date: Tue, 10 May 2011 20:06:19 +0200 Subject: [PATCH] Rename of Det_cfg.h --- .../blinker_node/config/mpc5516it/Det_cfg.h | 38 ------------------- .../config/stm32_stm3210c/Det_cfg.h | 37 ------------------ 2 files changed, 75 deletions(-) delete mode 100644 examples/blinker_node/config/mpc5516it/Det_cfg.h delete mode 100644 examples/blinker_node/config/stm32_stm3210c/Det_cfg.h diff --git a/examples/blinker_node/config/mpc5516it/Det_cfg.h b/examples/blinker_node/config/mpc5516it/Det_cfg.h deleted file mode 100644 index b5ef8415..00000000 --- a/examples/blinker_node/config/mpc5516it/Det_cfg.h +++ /dev/null @@ -1,38 +0,0 @@ -/* -* Configuration of module: Det (Det_Cfg.h) -* -* Created by: -* Copyright: -* -* Configured for (MCU): MPC551x -* -* Module vendor: ArcCore -* Generator version: 2.0.1 -* -* Generated by Arctic Studio (http://arccore.com) -* on Thu Mar 10 09:35:03 CET 2011 -*/ - - -#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 */ 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 index 4ba2ebad..00000000 --- a/examples/blinker_node/config/stm32_stm3210c/Det_cfg.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Configuration of module Det (Det_cfg.h) - * - * Created by: - * Configured for (MCU): STM32_F107 - * - * Module vendor: ArcCore - * Module version: 2.0.1 - * - * - * Generated by Arctic Studio (http://arccore.com) - * on Fri Jan 21 11:32:26 CET 2011 - */ - - -#if !(((DET_SW_MAJOR_VERSION == 1) && (DET_SW_MINOR_VERSION == 0)) ) -#error "Det: Configuration file version differs from BSW version." -#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 */ -- 2.39.2