2 * FreeRTOS Kernel V10.4.3
3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5 * Permission is hereby granted, free of charge, to any person obtaining a copy of
6 * this software and associated documentation files (the "Software"), to deal in
7 * the Software without restriction, including without limitation the rights to
8 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9 * the Software, and to permit persons to whom the Software is furnished to do so,
10 * subject to the following conditions:
12 * The above copyright notice and this permission notice shall be included in all
13 * copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 * https://www.FreeRTOS.org
23 * https://github.com/FreeRTOS
27 #ifndef DEPRECATED_DEFINITIONS_H
28 #define DEPRECATED_DEFINITIONS_H
31 /* Each FreeRTOS port has a unique portmacro.h header file. Originally a
32 * pre-processor definition was used to ensure the pre-processor found the correct
33 * portmacro.h file for the port being used. That scheme was deprecated in favour
34 * of setting the compiler's include path such that it found the correct
35 * portmacro.h file - removing the need for the constant and allowing the
36 * portmacro.h file to be located anywhere in relation to the port being used. The
37 * definitions below remain in the code for backward compatibility only. New
38 * projects should not use them. */
40 #ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT
41 #include "..\..\Source\portable\owatcom\16bitdos\pc\portmacro.h"
42 typedef void ( __interrupt __far * pxISR )();
45 #ifdef OPEN_WATCOM_FLASH_LITE_186_PORT
46 #include "..\..\Source\portable\owatcom\16bitdos\flsh186\portmacro.h"
47 typedef void ( __interrupt __far * pxISR )();
51 #include "../portable/GCC/ATMega323/portmacro.h"
55 #include "../portable/IAR/ATMega323/portmacro.h"
58 #ifdef MPLAB_PIC24_PORT
59 #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"
62 #ifdef MPLAB_DSPIC_PORT
63 #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"
66 #ifdef MPLAB_PIC18F_PORT
67 #include "../../Source/portable/MPLAB/PIC18F/portmacro.h"
70 #ifdef MPLAB_PIC32MX_PORT
71 #include "../../Source/portable/MPLAB/PIC32MX/portmacro.h"
75 #include "libFreeRTOS/Include/portmacro.h"
79 #include "../../Source/portable/SDCC/Cygnal/portmacro.h"
83 #include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h"
86 #ifdef GCC_ARM7_ECLIPSE
87 #include "portmacro.h"
91 #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h"
95 #include "..\..\Source\portable\IAR\MSP430\portmacro.h"
99 #include "../../Source/portable/GCC/MSP430F449/portmacro.h"
103 #include "../../Source/portable/Rowley/MSP430F449/portmacro.h"
106 #ifdef ARM7_LPC21xx_KEIL_RVDS
107 #include "..\..\Source\portable\RVDS\ARM7_LPC21xx\portmacro.h"
111 #include "../../Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h"
115 #include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h"
119 #include "..\..\Source\portable\IAR\AtmelSAM9XE\portmacro.h"
123 #include "..\..\Source\portable\IAR\LPC2000\portmacro.h"
127 #include "..\..\Source\portable\IAR\STR71x\portmacro.h"
131 #include "..\..\Source\portable\IAR\STR75x\portmacro.h"
135 #include "..\..\Source\portable\GCC\STR75x\portmacro.h"
139 #include "..\..\Source\portable\IAR\STR91x\portmacro.h"
143 #include "../../Source/portable/GCC/H8S2329/portmacro.h"
146 #ifdef GCC_AT91FR40008
147 #include "../../Source/portable/GCC/ARM7_AT91FR40008/portmacro.h"
150 #ifdef RVDS_ARMCM3_LM3S102
151 #include "../../Source/portable/RVDS/ARM_CM3/portmacro.h"
154 #ifdef GCC_ARMCM3_LM3S102
155 #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"
159 #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"
163 #include "../../Source/portable/IAR/ARM_CM3/portmacro.h"
167 #include "../../Source/portable/IAR/ARM_CM3/portmacro.h"
170 #ifdef HCS12_CODE_WARRIOR
171 #include "../../Source/portable/CodeWarrior/HCS12/portmacro.h"
174 #ifdef MICROBLAZE_GCC
175 #include "../../Source/portable/GCC/MicroBlaze/portmacro.h"
179 #include "..\..\Source\portable\Paradigm\Tern_EE\small\portmacro.h"
183 #include "../../Source/portable/GCC/HCS12/portmacro.h"
187 #include "../../Source/portable/GCC/MCF5235/portmacro.h"
190 #ifdef COLDFIRE_V2_GCC
191 #include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h"
194 #ifdef COLDFIRE_V2_CODEWARRIOR
195 #include "../../Source/portable/CodeWarrior/ColdFire_V2/portmacro.h"
199 #include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"
203 #include "../../Source/portable/GCC/PPC440_Xilinx/portmacro.h"
207 #include "..\..\Source\portable\Softune\MB96340\portmacro.h"
210 #ifdef BCC_INDUSTRIAL_PC_PORT
212 /* A short file name has to be used in place of the normal
213 * FreeRTOSConfig.h when using the Borland compiler. */
214 #include "frconfig.h"
215 #include "..\portable\BCC\16BitDOS\PC\prtmacro.h"
216 typedef void ( __interrupt __far * pxISR )();
219 #ifdef BCC_FLASH_LITE_186_PORT
221 /* A short file name has to be used in place of the normal
222 * FreeRTOSConfig.h when using the Borland compiler. */
223 #include "frconfig.h"
224 #include "..\portable\BCC\16BitDOS\flsh186\prtmacro.h"
225 typedef void ( __interrupt __far * pxISR )();
229 #ifdef __AVR32_AVR32A__
230 #include "portmacro.h"
236 #if __CORE__ == __AVR32A__
237 #include "portmacro.h"
243 #include "portmacro.h"
247 #include "portmacro.h"
251 #ifdef __IAR_V850ES_Fx3__
252 #include "../../Source/portable/IAR/V850ES/portmacro.h"
255 #ifdef __IAR_V850ES_Jx3__
256 #include "../../Source/portable/IAR/V850ES/portmacro.h"
259 #ifdef __IAR_V850ES_Jx3_L__
260 #include "../../Source/portable/IAR/V850ES/portmacro.h"
263 #ifdef __IAR_V850ES_Jx2__
264 #include "../../Source/portable/IAR/V850ES/portmacro.h"
267 #ifdef __IAR_V850ES_Hx2__
268 #include "../../Source/portable/IAR/V850ES/portmacro.h"
271 #ifdef __IAR_78K0R_Kx3__
272 #include "../../Source/portable/IAR/78K0R/portmacro.h"
275 #ifdef __IAR_78K0R_Kx3L__
276 #include "../../Source/portable/IAR/78K0R/portmacro.h"
279 #endif /* DEPRECATED_DEFINITIONS_H */