]> rtime.felk.cvut.cz Git - arc.git/blobdiff - examples/blinker_node/config/mpc5516it/Dio_Cfg.h
Removed a lot of examples. Added some under boards.
[arc.git] / examples / blinker_node / config / mpc5516it / Dio_Cfg.h
diff --git a/examples/blinker_node/config/mpc5516it/Dio_Cfg.h b/examples/blinker_node/config/mpc5516it/Dio_Cfg.h
deleted file mode 100644 (file)
index 6794fad..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/*\r
-* Configuration of module: Dio (Dio_Cfg.h)\r
-*\r
-* Created by:              \r
-* Copyright:               \r
-*\r
-* Configured for (MCU):    MPC551x\r
-*\r
-* Module vendor:           ArcCore\r
-* Generator version:       2.0.0\r
-*\r
-* Generated by Arctic Studio (http://arccore.com) \r
-*           on Thu Mar 10 09:35:04 CET 2011\r
-*/\r
-\r
-
-#if !(((DIO_SW_MAJOR_VERSION == 1) && (DIO_SW_MINOR_VERSION == 0)) )
-#error Dio: Configuration file expected BSW module version to be 1.0.*
-#endif
-
-\r
-#ifndef DIO_CFG_H_\r
-#define DIO_CFG_H_\r
-\r
-#define DIO_VERSION_INFO_API    STD_ON\r
-#define DIO_DEV_ERROR_DETECT    STD_ON\r
-\r
-#define DIO_END_OF_LIST  -1\r
-\r
-// Physical ports\r
-typedef enum\r
-{\r
-  DIO_PORT_A = 0,\r
-  DIO_PORT_B = 1,\r
-  DIO_PORT_C = 2,\r
-  DIO_PORT_D = 3,\r
-  DIO_PORT_E = 4,\r
-  DIO_PORT_F = 5,\r
-  DIO_PORT_G = 6,\r
-  DIO_PORT_H = 7,\r
-  DIO_PORT_I = 8,\r
-  DIO_PORT_J = 9,\r
-  DIO_PORT_K = 10,\r
-} Dio_PortTypesType;\r
-\r
-\r
-// Channels    \r
-#define DIO_CHANNEL_NAME_LEDS_LED4     52\r
-#define DIO_CHANNEL_NAME_LEDS_LED5     53\r
-\r
-// Channel group\r
-\r
-// Ports\r
-#define DIO_PORT_NAME_LED_PORT                 (DIO_PORT_D)\r
-\r
-\r
-\r
-\r
-// Pointers for convenience.\r
-// Channels    \r
-extern const Dio_ChannelType DioChannelConfigData[];\r
-// Channel group\r
-extern const Dio_ChannelGroupType DioConfigData[];\r
-// Port\r
-extern const Dio_PortType DioPortConfigData[];\r
-\r
-#endif /*DIO_CFG_H_*/\r