Line No. | Rev | Author | Line |
---|---|---|---|
1 | 32 | kaklik | /********************************************************************* |
2 | * |
||
3 | * Hardware specific definitions |
||
4 | * |
||
5 | ********************************************************************* |
||
6 | * FileName: HardwareProfile.h |
||
7 | * Dependencies: None |
||
8 | * Processor: PIC24F, PIC24H, dsPIC, PIC32 |
||
9 | * Compiler: Microchip C32 v1.00 or higher |
||
10 | * Microchip C30 v3.01 or higher |
||
11 | * Company: Microchip Technology, Inc. |
||
12 | * |
||
13 | * Software License Agreement |
||
14 | * |
||
15 | * Copyright © 2002-2008 Microchip Technology Inc. All rights |
||
16 | * reserved. |
||
17 | * |
||
18 | * Microchip licenses to you the right to use, modify, copy, and |
||
19 | * distribute: |
||
20 | * (i) the Software when embedded on a Microchip microcontroller or |
||
21 | * digital signal controller product (Device) which is |
||
22 | * integrated into Licensees product; or |
||
23 | * (ii) ONLY the Software driver source files ENC28J60.c and |
||
24 | * ENC28J60.h ported to a non-Microchip device used in |
||
25 | * conjunction with a Microchip ethernet controller for the |
||
26 | * sole purpose of interfacing with the ethernet controller. |
||
27 | * |
||
28 | * You should refer to the license agreement accompanying this |
||
29 | * Software for additional information regarding your rights and |
||
30 | * obligations. |
||
31 | * |
||
32 | * THE SOFTWARE AND DOCUMENTATION ARE PROVIDED AS IS WITHOUT |
||
33 | * WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT |
||
34 | * LIMITATION, ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A |
||
35 | * PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL |
||
36 | * MICROCHIP BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR |
||
37 | * CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA, COST OF |
||
38 | * PROCUREMENT OF SUBSTITUTE GOODS, TECHNOLOGY OR SERVICES, ANY CLAIMS |
||
39 | * BY THIRD PARTIES (INCLUDING BUT NOT LIMITED TO ANY DEFENSE |
||
40 | * THEREOF), ANY CLAIMS FOR INDEMNITY OR CONTRIBUTION, OR OTHER |
||
41 | * SIMILAR COSTS, WHETHER ASSERTED ON THE BASIS OF CONTRACT, TORT |
||
42 | * (INCLUDING NEGLIGENCE), BREACH OF WARRANTY, OR OTHERWISE. |
||
43 | * |
||
44 | * |
||
45 | * Author Date Comment |
||
46 | *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
||
47 | * Howard Schlunder 10/03/06 Original, copied from Compiler.h |
||
48 | * Jayanth Murthy 06/25/09 dsPIC & PIC24H support |
||
49 | * Pradeep Budagutta 15 Sep 2009 Added PIC24FJ256DA210 Development Board Support |
||
50 | ********************************************************************/ |
||
51 | |||
52 | #if defined (__PIC24F__) || defined(__dsPIC33F__) || defined(__PIC24H__) |
||
53 | |||
54 | #if defined (__PIC24FJ256DA210__) |
||
55 | /********************************************************************* |
||
56 | * Hardware Configuration for |
||
57 | * PIC24FJ256DA210 Development Board |
||
58 | * Display TFT-G240320LTSW-118W-E |
||
59 | ********************************************************************/ |
||
60 | #include "Alternative Configurations\HardwareProfile_PIC24FJ256DA210_DEV_BOARD_16PMP_MCHP_DA210_TFT_G240320LTSW_118W_E.h" |
||
61 | |||
62 | /********************************************************************* |
||
63 | * Hardware Configuration for |
||
64 | * PIC24FJ256DA210 Development Board |
||
65 | * Display PH480272T-005-I11Q |
||
66 | ********************************************************************/ |
||
67 | //#include "Alternative Configurations\HardwareProfile_PIC24FJ256DA210_DEV_BOARD_16PMP_MCHP_DA210_PH480272T_005_I11Q.h" |
||
68 | |||
69 | #else |
||
70 | /********************************************************************* |
||
71 | * Hardware Configuration for |
||
72 | * Explorer 16 |
||
73 | * Graphics PicTail v3 |
||
74 | * Display TFT-G240320LTSW-118W-E |
||
75 | ********************************************************************/ |
||
76 | #include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
77 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
78 | |||
79 | /********************************************************************* |
||
80 | * Hardware Configuration for |
||
81 | * Explorer 16 |
||
82 | * Graphics PicTail v3 |
||
83 | * Display PH480272T-005-I11Q |
||
84 | ********************************************************************/ |
||
85 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_SSD1926_PH480272T_005_I11Q.h" |
||
86 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_SSD1926_PH480272T_005_I11Q.h" |
||
87 | |||
88 | /********************************************************************* |
||
89 | * Hardware Configuration for |
||
90 | * Explorer 16 |
||
91 | * Graphics PicTail v2 |
||
92 | * Display LGDP4531 |
||
93 | ********************************************************************/ |
||
94 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V2_8PMP_LGDP4531.h" |
||
95 | |||
96 | #endif |
||
97 | |||
98 | #elif defined (__PIC32MX__) |
||
99 | |||
100 | /********************************************************************* |
||
101 | * Hardware Configuration for |
||
102 | * Explorer 16 |
||
103 | * Graphics PicTail v3 |
||
104 | * Display TFT-G240320LTSW-118W-E |
||
105 | ********************************************************************/ |
||
106 | #include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
107 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
108 | |||
109 | /********************************************************************* |
||
110 | * Hardware Configuration for |
||
111 | * Explorer 16 |
||
112 | * Graphics PicTail v3 |
||
113 | * Display PH480272T-005-I11Q |
||
114 | ********************************************************************/ |
||
115 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_SSD1926_PH480272T_005_I11Q.h" |
||
116 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_SSD1926_PH480272T_005_I11Q.h" |
||
117 | |||
118 | /********************************************************************* |
||
119 | * Hardware Configuration for |
||
120 | * Explorer 16 |
||
121 | * Graphics PicTail v2 |
||
122 | * Display LGDP4531 |
||
123 | ********************************************************************/ |
||
124 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V2_8PMP_LGDP4531.h" |
||
125 | |||
126 | /********************************************************************* |
||
127 | * Hardware Configuration for |
||
128 | * Starter Kit |
||
129 | * Graphics PicTail v3 |
||
130 | * Display TFT-G240320LTSW-118W-E |
||
131 | ********************************************************************/ |
||
132 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_PIC32_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
133 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_PIC32_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
134 | |||
135 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_PIC32_USB_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
136 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_PIC32_USB_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
137 | |||
138 | /********************************************************************* |
||
139 | * Hardware Configuration for |
||
140 | * Starter Kit |
||
141 | * Graphics PicTail v3 |
||
142 | * Display PH480272T-005-I11Q |
||
143 | ********************************************************************/ |
||
144 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_PIC32_STK_SSD1926_PH480272T_005_I11Q.h" |
||
145 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_PIC32_STK_SSD1926_PH480272T_005_I11Q.h" |
||
146 | |||
147 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_8PMP_PIC32_USB_STK_SSD1926_PH480272T_005_I11Q.h" |
||
148 | //#include "Alternative Configurations\HardwareProfile_GFX_PICTAIL_V3_16PMP_PIC32_USB_STK_SSD1926_PH480272T_005_I11Q.h" |
||
149 | |||
150 | /********************************************************************* |
||
151 | * Hardware Configuration for |
||
152 | * Starter Kit |
||
153 | * MultiMedia Development Board |
||
154 | * Display TFT-G240320LTSW-118W-E |
||
155 | ********************************************************************/ |
||
156 | //#include "Alternative Configurations\HardwareProfile_MULTI_MEDIA_BOARD_DM00123_16PMP_PIC32_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
157 | //#include "Alternative Configurations\HardwareProfile_MULTI_MEDIA_BOARD_DM00123_16PMP_PIC32_USB_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
158 | //#include "Alternative Configurations\HardwareProfile_MULTI_MEDIA_BOARD_DM00123_16PMP_PIC32_ENET_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
159 | |||
160 | //#include "Alternative Configurations\HardwareProfile_MULTI_MEDIA_BOARD_DM00123_8PMP_PIC32_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
161 | //#include "Alternative Configurations\HardwareProfile_MULTI_MEDIA_BOARD_DM00123_8PMP_PIC32_ENET_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
162 | //#include "Alternative Configurations\HardwareProfile_MULTI_MEDIA_BOARD_DM00123_8PMP_PIC32_USB_STK_SSD1926_TFT_G240320LTSW_118W_E.h" |
||
163 | |||
164 | #endif |
||
165 | |||
166 |
Powered by WebSVN v2.8.3