77 #ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT
78 #include "..\..\Source\portable\owatcom\16bitdos\pc\portmacro.h"
79 typedef void ( __interrupt __far *pxISR )();
82 #ifdef OPEN_WATCOM_FLASH_LITE_186_PORT
83 #include "..\..\Source\portable\owatcom\16bitdos\flsh186\portmacro.h"
84 typedef void ( __interrupt __far *pxISR )();
88 #include "../portable/GCC/ATMega323/portmacro.h"
92 #include "../portable/IAR/ATMega323/portmacro.h"
95 #ifdef MPLAB_PIC24_PORT
96 #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"
99 #ifdef MPLAB_DSPIC_PORT
100 #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"
103 #ifdef MPLAB_PIC18F_PORT
104 #include "../../Source/portable/MPLAB/PIC18F/portmacro.h"
107 #ifdef MPLAB_PIC32MX_PORT
108 #include "../../Source/portable/MPLAB/PIC32MX/portmacro.h"
112 #include "libFreeRTOS/Include/portmacro.h"
116 #include "../../Source/portable/SDCC/Cygnal/portmacro.h"
120 #include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h"
123 #ifdef GCC_ARM7_ECLIPSE
127 #ifdef ROWLEY_LPC23xx
128 #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h"
132 #include "..\..\Source\portable\IAR\MSP430\portmacro.h"
136 #include "../../Source/portable/GCC/MSP430F449/portmacro.h"
140 #include "../../Source/portable/Rowley/MSP430F449/portmacro.h"
143 #ifdef ARM7_LPC21xx_KEIL_RVDS
144 #include "..\..\Source\portable\RVDS\ARM7_LPC21xx\portmacro.h"
148 #include "../../Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h"
152 #include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h"
156 #include "..\..\Source\portable\IAR\AtmelSAM9XE\portmacro.h"
160 #include "..\..\Source\portable\IAR\LPC2000\portmacro.h"
164 #include "..\..\Source\portable\IAR\STR71x\portmacro.h"
168 #include "..\..\Source\portable\IAR\STR75x\portmacro.h"
172 #include "..\..\Source\portable\GCC\STR75x\portmacro.h"
176 #include "..\..\Source\portable\IAR\STR91x\portmacro.h"
180 #include "../../Source/portable/GCC/H8S2329/portmacro.h"
183 #ifdef GCC_AT91FR40008
184 #include "../../Source/portable/GCC/ARM7_AT91FR40008/portmacro.h"
187 #ifdef RVDS_ARMCM3_LM3S102
188 #include "../../Source/portable/RVDS/ARM_CM3/portmacro.h"
191 #ifdef GCC_ARMCM3_LM3S102
192 #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"
196 #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"
200 #include "../../Source/portable/IAR/ARM_CM3/portmacro.h"
204 #include "../../Source/portable/IAR/ARM_CM3/portmacro.h"
207 #ifdef HCS12_CODE_WARRIOR
208 #include "../../Source/portable/CodeWarrior/HCS12/portmacro.h"
211 #ifdef MICROBLAZE_GCC
212 #include "../../Source/portable/GCC/MicroBlaze/portmacro.h"
216 #include "..\..\Source\portable\Paradigm\Tern_EE\small\portmacro.h"
220 #include "../../Source/portable/GCC/HCS12/portmacro.h"
224 #include "../../Source/portable/GCC/MCF5235/portmacro.h"
227 #ifdef COLDFIRE_V2_GCC
228 #include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h"
231 #ifdef COLDFIRE_V2_CODEWARRIOR
232 #include "../../Source/portable/CodeWarrior/ColdFire_V2/portmacro.h"
236 #include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"
240 #include "../../Source/portable/GCC/PPC440_Xilinx/portmacro.h"
244 #include "..\..\Source\portable\Softune\MB96340\portmacro.h"
247 #ifdef BCC_INDUSTRIAL_PC_PORT
250 #include "frconfig.h"
251 #include "..\portable\BCC\16BitDOS\PC\prtmacro.h"
252 typedef void ( __interrupt __far *pxISR )();
255 #ifdef BCC_FLASH_LITE_186_PORT
258 #include "frconfig.h"
259 #include "..\portable\BCC\16BitDOS\flsh186\prtmacro.h"
260 typedef void ( __interrupt __far *pxISR )();
264 #ifdef __AVR32_AVR32A__
271 #if __CORE__ == __AVR32A__
286 #ifdef __IAR_V850ES_Fx3__
287 #include "../../Source/portable/IAR/V850ES/portmacro.h"
290 #ifdef __IAR_V850ES_Jx3__
291 #include "../../Source/portable/IAR/V850ES/portmacro.h"
294 #ifdef __IAR_V850ES_Jx3_L__
295 #include "../../Source/portable/IAR/V850ES/portmacro.h"
298 #ifdef __IAR_V850ES_Jx2__
299 #include "../../Source/portable/IAR/V850ES/portmacro.h"
302 #ifdef __IAR_V850ES_Hx2__
303 #include "../../Source/portable/IAR/V850ES/portmacro.h"
306 #ifdef __IAR_78K0R_Kx3__
307 #include "../../Source/portable/IAR/78K0R/portmacro.h"
310 #ifdef __IAR_78K0R_Kx3L__
311 #include "../../Source/portable/IAR/78K0R/portmacro.h"
320 #ifndef portENTER_CRITICAL
324 #if portBYTE_ALIGNMENT == 8
325 #define portBYTE_ALIGNMENT_MASK ( 0x0007 )
328 #if portBYTE_ALIGNMENT == 4
329 #define portBYTE_ALIGNMENT_MASK ( 0x0003 )
332 #if portBYTE_ALIGNMENT == 2
333 #define portBYTE_ALIGNMENT_MASK ( 0x0001 )
336 #if portBYTE_ALIGNMENT == 1
337 #define portBYTE_ALIGNMENT_MASK ( 0x0000 )
340 #ifndef portBYTE_ALIGNMENT_MASK
341 #error "Invalid portBYTE_ALIGNMENT definition"
344 #ifndef portNUM_CONFIGURABLE_REGIONS
345 #define portNUM_CONFIGURABLE_REGIONS 1
360 #if( portUSING_MPU_WRAPPERS == 1 )
395 #if( portUSING_MPU_WRAPPERS == 1 )
void vPortFree(void *pv) PRIVILEGED_FUNCTION
size_t xPortGetMinimumEverFreeHeapSize(void) PRIVILEGED_FUNCTION
void * pvPortMalloc(size_t xSize) PRIVILEGED_FUNCTION
void vPortEndScheduler(void) PRIVILEGED_FUNCTION
BaseType_t xPortStartScheduler(void) PRIVILEGED_FUNCTION
StackType_t * pxPortInitialiseStack(StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters) PRIVILEGED_FUNCTION
size_t xPortGetFreeHeapSize(void) PRIVILEGED_FUNCTION
void(* TaskFunction_t)(void *)
#define PRIVILEGED_FUNCTION
void vPortInitialiseBlocks(void) PRIVILEGED_FUNCTION
portSTACK_TYPE StackType_t