You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0a9c978f18
+ Changed the method used to force a context switch within an ISR for the ARM7/9 GCC ports only. The portENTER_SWITCHING_ISR() and portEXIT_SWITCHING_ISR() macros are no longer supported. This is to ensure correct behaviour no matter which GCC version is used, with or without the -fomit-frame-pointer option, and at all optimisation levels. + Corrected the prototype for xQueueGenericSend() within queue.h. |
18 years ago | |
---|---|---|
.. | ||
ARM7_AT91FR40008_GCC | 18 years ago | |
ARM7_AT91SAM7S64_IAR | 18 years ago | |
ARM7_LPC2106_GCC | 18 years ago | |
ARM7_LPC2129_IAR | 18 years ago | |
ARM7_LPC2129_Keil | 18 years ago | |
ARM7_LPC2138_Rowley | 18 years ago | |
ARM7_LPC2368_Eclipse | 18 years ago | |
ARM7_LPC2368_Rowley | 18 years ago | |
ARM7_STR71x_IAR | 18 years ago | |
ARM7_STR75x_GCC | 18 years ago | |
ARM7_STR75x_IAR | 18 years ago | |
ARM9_STR91X_IAR | 18 years ago | |
AVR32_UC3 | 18 years ago | |
AVR_ATMega323_IAR | 18 years ago | |
AVR_ATMega323_WinAVR | 18 years ago | |
CORTEX_LM3S102_GCC | 18 years ago | |
CORTEX_LM3S102_KEIL | 18 years ago | |
CORTEX_LM3S102_Rowley | 18 years ago | |
CORTEX_LM3S316_IAR | 18 years ago | |
CORTEX_LM3S811_GCC | 18 years ago | |
CORTEX_LM3S811_IAR | 18 years ago | |
CORTEX_LM3S811_KEIL | 18 years ago | |
CORTEX_LM3Sxxxx_Eclipse | 18 years ago | |
CORTEX_LM3Sxxxx_IAR_Keil | 18 years ago | |
CORTEX_STM32F103_IAR | 18 years ago | |
Common | 18 years ago | |
Cygnal | 18 years ago | |
Flshlite | 18 years ago | |
H8S | 18 years ago | |
HCS12_CodeWarrior_banked | 18 years ago | |
HCS12_CodeWarrior_small | 18 years ago | |
HCS12_GCC_banked | 18 years ago | |
MCF5235_GCC | 18 years ago | |
MicroBlaze | 18 years ago | |
PC | 18 years ago | |
PIC18_MPLAB | 18 years ago | |
PIC18_WizC | 18 years ago | |
PIC24_MPLAB | 18 years ago | |
WizNET_DEMO_GCC_ARM7 | 18 years ago | |
WizNET_DEMO_TERN_186 | 18 years ago | |
dsPIC_MPLAB | 18 years ago | |
lwIP_AVR32_UC3 | 18 years ago | |
lwIP_Demo_Rowley_ARM7 | 18 years ago | |
lwIP_MCF5235_GCC | 18 years ago | |
msp430_CrossWorks | 18 years ago | |
msp430_GCC | 18 years ago | |
uIP_Demo_IAR_ARM7 | 18 years ago | |
uIP_Demo_Rowley_ARM7 | 18 years ago | |
readme.txt | 19 years ago |
readme.txt
Each RTOS port has a demo application to demonstrate it's use. + The Demo/Common directory contains the demo application files as described on the http://www.FreeRTOS.org WEB site. Each file creates one or more tasks. The files in the Demo/Common directory are used by every demo application for every port. + All the other directories contain a project or makefile for the demo application targeted at a particular microcontroller. For example, if you are interested in the ATMega323 demo application for the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the relevant makefile. The makefile includes files from the Demo/ATMega323 and the Demo/Common directories. If this is the only port you are interested in then all the other directories can be ignored.