]> rtime.felk.cvut.cz Git - arc.git/blobdiff - boards/linux/examples/os_simple/config/Dio_Cfg.h
Regenerated examples. Removed linux board. Added default cross compiler for TI.
[arc.git] / boards / linux / examples / os_simple / config / Dio_Cfg.h
diff --git a/boards/linux/examples/os_simple/config/Dio_Cfg.h b/boards/linux/examples/os_simple/config/Dio_Cfg.h
deleted file mode 100644 (file)
index 8077201..0000000
+++ /dev/null
@@ -1,68 +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 Mon Jun 13 16:26:35 CEST 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
-#define DIO_GROUP_NAME_LED_GRP_PTR     (&DioConfigData[0])\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