]> begriffs open source - freertos/blob - include/deprecated_definitions.h
[AUTO][RELEASE]: Bump task.h version macros to "10.4.3 LTS Patch 1"
[freertos] / include / deprecated_definitions.h
1 /*\r
2  * FreeRTOS Kernel V10.4.3\r
3  * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
4  *\r
5  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
6  * this software and associated documentation files (the "Software"), to deal in\r
7  * the Software without restriction, including without limitation the rights to\r
8  * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
9  * the Software, and to permit persons to whom the Software is furnished to do so,\r
10  * subject to the following conditions:\r
11  *\r
12  * The above copyright notice and this permission notice shall be included in all\r
13  * copies or substantial portions of the Software.\r
14  *\r
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
17  * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
18  * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
19  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
20  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
21  *\r
22  * https://www.FreeRTOS.org\r
23  * https://github.com/FreeRTOS\r
24  *\r
25  */\r
26 \r
27 #ifndef DEPRECATED_DEFINITIONS_H\r
28 #define DEPRECATED_DEFINITIONS_H\r
29 \r
30 \r
31 /* Each FreeRTOS port has a unique portmacro.h header file.  Originally a\r
32  * pre-processor definition was used to ensure the pre-processor found the correct\r
33  * portmacro.h file for the port being used.  That scheme was deprecated in favour\r
34  * of setting the compiler's include path such that it found the correct\r
35  * portmacro.h file - removing the need for the constant and allowing the\r
36  * portmacro.h file to be located anywhere in relation to the port being used.  The\r
37  * definitions below remain in the code for backward compatibility only.  New\r
38  * projects should not use them. */\r
39 \r
40 #ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT\r
41     #include "..\..\Source\portable\owatcom\16bitdos\pc\portmacro.h"\r
42     typedef void ( __interrupt __far * pxISR )();\r
43 #endif\r
44 \r
45 #ifdef OPEN_WATCOM_FLASH_LITE_186_PORT\r
46     #include "..\..\Source\portable\owatcom\16bitdos\flsh186\portmacro.h"\r
47     typedef void ( __interrupt __far * pxISR )();\r
48 #endif\r
49 \r
50 #ifdef GCC_MEGA_AVR\r
51     #include "../portable/GCC/ATMega323/portmacro.h"\r
52 #endif\r
53 \r
54 #ifdef IAR_MEGA_AVR\r
55     #include "../portable/IAR/ATMega323/portmacro.h"\r
56 #endif\r
57 \r
58 #ifdef MPLAB_PIC24_PORT\r
59     #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"\r
60 #endif\r
61 \r
62 #ifdef MPLAB_DSPIC_PORT\r
63     #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"\r
64 #endif\r
65 \r
66 #ifdef MPLAB_PIC18F_PORT\r
67     #include "../../Source/portable/MPLAB/PIC18F/portmacro.h"\r
68 #endif\r
69 \r
70 #ifdef MPLAB_PIC32MX_PORT\r
71     #include "../../Source/portable/MPLAB/PIC32MX/portmacro.h"\r
72 #endif\r
73 \r
74 #ifdef _FEDPICC\r
75     #include "libFreeRTOS/Include/portmacro.h"\r
76 #endif\r
77 \r
78 #ifdef SDCC_CYGNAL\r
79     #include "../../Source/portable/SDCC/Cygnal/portmacro.h"\r
80 #endif\r
81 \r
82 #ifdef GCC_ARM7\r
83     #include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h"\r
84 #endif\r
85 \r
86 #ifdef GCC_ARM7_ECLIPSE\r
87     #include "portmacro.h"\r
88 #endif\r
89 \r
90 #ifdef ROWLEY_LPC23xx\r
91     #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h"\r
92 #endif\r
93 \r
94 #ifdef IAR_MSP430\r
95     #include "..\..\Source\portable\IAR\MSP430\portmacro.h"\r
96 #endif\r
97 \r
98 #ifdef GCC_MSP430\r
99     #include "../../Source/portable/GCC/MSP430F449/portmacro.h"\r
100 #endif\r
101 \r
102 #ifdef ROWLEY_MSP430\r
103     #include "../../Source/portable/Rowley/MSP430F449/portmacro.h"\r
104 #endif\r
105 \r
106 #ifdef ARM7_LPC21xx_KEIL_RVDS\r
107     #include "..\..\Source\portable\RVDS\ARM7_LPC21xx\portmacro.h"\r
108 #endif\r
109 \r
110 #ifdef SAM7_GCC\r
111     #include "../../Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h"\r
112 #endif\r
113 \r
114 #ifdef SAM7_IAR\r
115     #include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h"\r
116 #endif\r
117 \r
118 #ifdef SAM9XE_IAR\r
119     #include "..\..\Source\portable\IAR\AtmelSAM9XE\portmacro.h"\r
120 #endif\r
121 \r
122 #ifdef LPC2000_IAR\r
123     #include "..\..\Source\portable\IAR\LPC2000\portmacro.h"\r
124 #endif\r
125 \r
126 #ifdef STR71X_IAR\r
127     #include "..\..\Source\portable\IAR\STR71x\portmacro.h"\r
128 #endif\r
129 \r
130 #ifdef STR75X_IAR\r
131     #include "..\..\Source\portable\IAR\STR75x\portmacro.h"\r
132 #endif\r
133 \r
134 #ifdef STR75X_GCC\r
135     #include "..\..\Source\portable\GCC\STR75x\portmacro.h"\r
136 #endif\r
137 \r
138 #ifdef STR91X_IAR\r
139     #include "..\..\Source\portable\IAR\STR91x\portmacro.h"\r
140 #endif\r
141 \r
142 #ifdef GCC_H8S\r
143     #include "../../Source/portable/GCC/H8S2329/portmacro.h"\r
144 #endif\r
145 \r
146 #ifdef GCC_AT91FR40008\r
147     #include "../../Source/portable/GCC/ARM7_AT91FR40008/portmacro.h"\r
148 #endif\r
149 \r
150 #ifdef RVDS_ARMCM3_LM3S102\r
151     #include "../../Source/portable/RVDS/ARM_CM3/portmacro.h"\r
152 #endif\r
153 \r
154 #ifdef GCC_ARMCM3_LM3S102\r
155     #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"\r
156 #endif\r
157 \r
158 #ifdef GCC_ARMCM3\r
159     #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"\r
160 #endif\r
161 \r
162 #ifdef IAR_ARM_CM3\r
163     #include "../../Source/portable/IAR/ARM_CM3/portmacro.h"\r
164 #endif\r
165 \r
166 #ifdef IAR_ARMCM3_LM\r
167     #include "../../Source/portable/IAR/ARM_CM3/portmacro.h"\r
168 #endif\r
169 \r
170 #ifdef HCS12_CODE_WARRIOR\r
171     #include "../../Source/portable/CodeWarrior/HCS12/portmacro.h"\r
172 #endif\r
173 \r
174 #ifdef MICROBLAZE_GCC\r
175     #include "../../Source/portable/GCC/MicroBlaze/portmacro.h"\r
176 #endif\r
177 \r
178 #ifdef TERN_EE\r
179     #include "..\..\Source\portable\Paradigm\Tern_EE\small\portmacro.h"\r
180 #endif\r
181 \r
182 #ifdef GCC_HCS12\r
183     #include "../../Source/portable/GCC/HCS12/portmacro.h"\r
184 #endif\r
185 \r
186 #ifdef GCC_MCF5235\r
187     #include "../../Source/portable/GCC/MCF5235/portmacro.h"\r
188 #endif\r
189 \r
190 #ifdef COLDFIRE_V2_GCC\r
191     #include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h"\r
192 #endif\r
193 \r
194 #ifdef COLDFIRE_V2_CODEWARRIOR\r
195     #include "../../Source/portable/CodeWarrior/ColdFire_V2/portmacro.h"\r
196 #endif\r
197 \r
198 #ifdef GCC_PPC405\r
199     #include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"\r
200 #endif\r
201 \r
202 #ifdef GCC_PPC440\r
203     #include "../../Source/portable/GCC/PPC440_Xilinx/portmacro.h"\r
204 #endif\r
205 \r
206 #ifdef _16FX_SOFTUNE\r
207     #include "..\..\Source\portable\Softune\MB96340\portmacro.h"\r
208 #endif\r
209 \r
210 #ifdef BCC_INDUSTRIAL_PC_PORT\r
211 \r
212 /* A short file name has to be used in place of the normal\r
213  * FreeRTOSConfig.h when using the Borland compiler. */\r
214     #include "frconfig.h"\r
215     #include "..\portable\BCC\16BitDOS\PC\prtmacro.h"\r
216     typedef void ( __interrupt __far * pxISR )();\r
217 #endif\r
218 \r
219 #ifdef BCC_FLASH_LITE_186_PORT\r
220 \r
221 /* A short file name has to be used in place of the normal\r
222  * FreeRTOSConfig.h when using the Borland compiler. */\r
223     #include "frconfig.h"\r
224     #include "..\portable\BCC\16BitDOS\flsh186\prtmacro.h"\r
225     typedef void ( __interrupt __far * pxISR )();\r
226 #endif\r
227 \r
228 #ifdef __GNUC__\r
229     #ifdef __AVR32_AVR32A__\r
230         #include "portmacro.h"\r
231     #endif\r
232 #endif\r
233 \r
234 #ifdef __ICCAVR32__\r
235     #ifdef __CORE__\r
236         #if __CORE__ == __AVR32A__\r
237             #include "portmacro.h"\r
238         #endif\r
239     #endif\r
240 #endif\r
241 \r
242 #ifdef __91467D\r
243     #include "portmacro.h"\r
244 #endif\r
245 \r
246 #ifdef __96340\r
247     #include "portmacro.h"\r
248 #endif\r
249 \r
250 \r
251 #ifdef __IAR_V850ES_Fx3__\r
252     #include "../../Source/portable/IAR/V850ES/portmacro.h"\r
253 #endif\r
254 \r
255 #ifdef __IAR_V850ES_Jx3__\r
256     #include "../../Source/portable/IAR/V850ES/portmacro.h"\r
257 #endif\r
258 \r
259 #ifdef __IAR_V850ES_Jx3_L__\r
260     #include "../../Source/portable/IAR/V850ES/portmacro.h"\r
261 #endif\r
262 \r
263 #ifdef __IAR_V850ES_Jx2__\r
264     #include "../../Source/portable/IAR/V850ES/portmacro.h"\r
265 #endif\r
266 \r
267 #ifdef __IAR_V850ES_Hx2__\r
268     #include "../../Source/portable/IAR/V850ES/portmacro.h"\r
269 #endif\r
270 \r
271 #ifdef __IAR_78K0R_Kx3__\r
272     #include "../../Source/portable/IAR/78K0R/portmacro.h"\r
273 #endif\r
274 \r
275 #ifdef __IAR_78K0R_Kx3L__\r
276     #include "../../Source/portable/IAR/78K0R/portmacro.h"\r
277 #endif\r
278 \r
279 #endif /* DEPRECATED_DEFINITIONS_H */\r