]> git.sur5r.net Git - freertos/commitdiff
Update to V5.0.3.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 30 Jul 2008 20:04:29 +0000 (20:04 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 30 Jul 2008 20:04:29 +0000 (20:04 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@426 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

509 files changed:
Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
Demo/ARM7_AT91FR40008_GCC/Makefile
Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
Demo/ARM7_AT91FR40008_GCC/main.c
Demo/ARM7_AT91FR40008_GCC/serial/serial.c
Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
Demo/ARM7_AT91SAM7S64_IAR/main.c
Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
Demo/ARM7_LPC2106_GCC/Makefile
Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
Demo/ARM7_LPC2106_GCC/main.c
Demo/ARM7_LPC2106_GCC/serial/serial.c
Demo/ARM7_LPC2106_GCC/serial/serialISR.c
Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
Demo/ARM7_LPC2129_IAR/main.c
Demo/ARM7_LPC2129_IAR/serial/serial.c
Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h
Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c
Demo/ARM7_LPC2129_Keil/main.c
Demo/ARM7_LPC2129_Keil/serial/serial.c
Demo/ARM7_LPC2129_Keil/serial/serialISR.c
Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
Demo/ARM7_LPC2138_Rowley/main.c
Demo/ARM7_LPC2138_Rowley/mainISR.c
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
Demo/ARM7_LPC2368_Rowley/main.c
Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
Demo/ARM7_STR71x_IAR/main.c
Demo/ARM7_STR71x_IAR/serial/serial.c
Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
Demo/ARM7_STR75x_GCC/main.c
Demo/ARM7_STR75x_GCC/serial/serial.c
Demo/ARM7_STR75x_GCC/serial/serialISR.c
Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
Demo/ARM7_STR75x_IAR/main.c
Demo/ARM7_STR75x_IAR/serial/serial.c
Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
Demo/ARM9_STR91X_IAR/main.c
Demo/ARM9_STR91X_IAR/serial/serial.c
Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
Demo/AVR32_UC3/main.c
Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
Demo/AVR_ATMega323_IAR/main.c
Demo/AVR_ATMega323_IAR/regtest.c
Demo/AVR_ATMega323_IAR/regtest.h
Demo/AVR_ATMega323_IAR/serial/serial.c
Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
Demo/AVR_ATMega323_WinAVR/main.c
Demo/AVR_ATMega323_WinAVR/regtest.c
Demo/AVR_ATMega323_WinAVR/regtest.h
Demo/AVR_ATMega323_WinAVR/serial/serial.c
Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_GCC/Demo1/main.c
Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_GCC/Demo2/main.c
Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
Demo/CORTEX_LM3S102_GCC/main.c
Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
Demo/CORTEX_LM3S102_KEIL/main.c
Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
Demo/CORTEX_LM3S316_IAR/commstest.c
Demo/CORTEX_LM3S316_IAR/commstest.h
Demo/CORTEX_LM3S316_IAR/main.c
Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
Demo/CORTEX_LM3S811_GCC/main.c
Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
Demo/CORTEX_LM3S811_IAR/main.c
Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
Demo/CORTEX_LM3S811_KEIL/main.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/.cproject
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/.project
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
Demo/CORTEX_STM32F103_IAR/main.c
Demo/CORTEX_STM32F103_IAR/serial/serial.c
Demo/CORTEX_STM32F103_IAR/timertest.c
Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
Demo/CORTEX_STM32F103_Keil/main.c
Demo/CORTEX_STM32F103_Keil/serial/serial.c
Demo/CORTEX_STM32F103_Keil/timertest.c
Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
Demo/CORTEX_STM32F103_Primer_GCC/main.c
Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
Demo/Common/Full/BlockQ.c
Demo/Common/Full/PollQ.c
Demo/Common/Full/comtest.c
Demo/Common/Full/death.c
Demo/Common/Full/dynamic.c
Demo/Common/Full/events.c
Demo/Common/Full/flash.c
Demo/Common/Full/flop.c
Demo/Common/Full/integer.c
Demo/Common/Full/print.c
Demo/Common/Full/semtest.c
Demo/Common/Minimal/AltBlckQ.c
Demo/Common/Minimal/AltBlock.c
Demo/Common/Minimal/AltPollQ.c
Demo/Common/Minimal/AltQTest.c
Demo/Common/Minimal/BlockQ.c
Demo/Common/Minimal/GenQTest.c
Demo/Common/Minimal/IntQueue.c
Demo/Common/Minimal/PollQ.c
Demo/Common/Minimal/QPeek.c
Demo/Common/Minimal/blocktim.c
Demo/Common/Minimal/comtest.c
Demo/Common/Minimal/countsem.c
Demo/Common/Minimal/crflash.c
Demo/Common/Minimal/crhook.c
Demo/Common/Minimal/death.c
Demo/Common/Minimal/dynamic.c
Demo/Common/Minimal/flash.c
Demo/Common/Minimal/flop.c
Demo/Common/Minimal/integer.c
Demo/Common/Minimal/recmutex.c
Demo/Common/Minimal/semtest.c
Demo/Common/include/AltBlckQ.h
Demo/Common/include/AltBlock.h
Demo/Common/include/AltPollQ.h
Demo/Common/include/AltQTest.h
Demo/Common/include/BlockQ.h
Demo/Common/include/GenQTest.h
Demo/Common/include/IntQueue.h
Demo/Common/include/PollQ.h
Demo/Common/include/QPeek.h
Demo/Common/include/blocktim.h
Demo/Common/include/comtest.h
Demo/Common/include/comtest2.h
Demo/Common/include/countsem.h
Demo/Common/include/crflash.h
Demo/Common/include/crhook.h
Demo/Common/include/death.h
Demo/Common/include/dynamic.h
Demo/Common/include/fileIO.h
Demo/Common/include/flash.h
Demo/Common/include/flop.h
Demo/Common/include/integer.h
Demo/Common/include/mevents.h
Demo/Common/include/partest.h
Demo/Common/include/print.h
Demo/Common/include/recmutex.h
Demo/Common/include/semtest.h
Demo/Common/include/serial.h
Demo/Cygnal/FreeRTOSConfig.h
Demo/Cygnal/Makefile
Demo/Cygnal/ParTest/ParTest.c
Demo/Cygnal/main.c
Demo/Cygnal/serial/serial.c
Demo/Flshlite/FRConfig.h
Demo/Flshlite/FileIO/fileIO.c
Demo/Flshlite/FreeRTOSConfig.h
Demo/Flshlite/ParTest/ParTest.c
Demo/Flshlite/main.c
Demo/Flshlite/serial/serial.c
Demo/H8S/RTOSDemo/FreeRTOSConfig.h
Demo/H8S/RTOSDemo/ParTest/ParTest.c
Demo/H8S/RTOSDemo/main.c
Demo/H8S/RTOSDemo/serial/serial.c
Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
Demo/HCS12_CodeWarrior_banked/main.c
Demo/HCS12_CodeWarrior_banked/serial/serial.c
Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
Demo/HCS12_CodeWarrior_small/main.c
Demo/HCS12_CodeWarrior_small/serial/serial.c
Demo/HCS12_GCC_banked/FreeRTOSConfig.h
Demo/HCS12_GCC_banked/ParTest.c
Demo/HCS12_GCC_banked/main.c
Demo/HCS12_GCC_banked/startup.c
Demo/MB91460_Softune/SRC/crflash_modified.c
Demo/MB91460_Softune/SRC/main.c
Demo/MB91460_Softune/SRC/partest/partest.c
Demo/MB91460_Softune/SRC/serial/serial.c
Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
Demo/MicroBlaze/FreeRTOSConfig.h
Demo/MicroBlaze/ParTest/ParTest.c
Demo/MicroBlaze/main.c
Demo/MicroBlaze/serial/serial.c
Demo/PC/FRConfig.h
Demo/PC/FileIO/fileIO.c
Demo/PC/FreeRTOSConfig.h
Demo/PC/ParTest/ParTest.c
Demo/PC/main.c
Demo/PC/serial/serial.c
Demo/PIC18_MPLAB/FreeRTOSConfig.h
Demo/PIC18_MPLAB/ParTest/ParTest.c
Demo/PIC18_MPLAB/main1.c
Demo/PIC18_MPLAB/main2.c
Demo/PIC18_MPLAB/main3.c
Demo/PIC18_MPLAB/serial/serial.c
Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo1/WIZCmake.h
Demo/PIC18_WizC/Demo1/fuses.c
Demo/PIC18_WizC/Demo1/interrupt.c
Demo/PIC18_WizC/Demo1/main.c
Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo2/WIZCmake.h
Demo/PIC18_WizC/Demo2/fuses.c
Demo/PIC18_WizC/Demo2/interrupt.c
Demo/PIC18_WizC/Demo2/main.c
Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo3/WIZCmake.h
Demo/PIC18_WizC/Demo3/fuses.c
Demo/PIC18_WizC/Demo3/interrupt.c
Demo/PIC18_WizC/Demo3/main.c
Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo4/WIZCmake.h
Demo/PIC18_WizC/Demo4/fuses.c
Demo/PIC18_WizC/Demo4/interrupt.c
Demo/PIC18_WizC/Demo4/main.c
Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo5/WIZCmake.h
Demo/PIC18_WizC/Demo5/fuses.c
Demo/PIC18_WizC/Demo5/interrupt.c
Demo/PIC18_WizC/Demo5/main.c
Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo6/WIZCmake.h
Demo/PIC18_WizC/Demo6/fuses.c
Demo/PIC18_WizC/Demo6/interrupt.c
Demo/PIC18_WizC/Demo6/main.c
Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
Demo/PIC18_WizC/Demo7/WIZCmake.h
Demo/PIC18_WizC/Demo7/fuses.c
Demo/PIC18_WizC/Demo7/interrupt.c
Demo/PIC18_WizC/Demo7/main.c
Demo/PIC18_WizC/ParTest/ParTest.c
Demo/PIC18_WizC/serial/isrSerialRx.c
Demo/PIC18_WizC/serial/isrSerialTx.c
Demo/PIC18_WizC/serial/serial.c
Demo/PIC24_MPLAB/FreeRTOSConfig.h
Demo/PIC24_MPLAB/ParTest/ParTest.c
Demo/PIC24_MPLAB/lcd.c
Demo/PIC24_MPLAB/lcd.h
Demo/PIC24_MPLAB/main.c
Demo/PIC24_MPLAB/serial/serial.c
Demo/PIC24_MPLAB/timertest.c
Demo/PIC24_MPLAB/timertest.h
Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
Demo/PIC32MX_MPLAB/IntQueueTimer.c
Demo/PIC32MX_MPLAB/IntQueueTimer.h
Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
Demo/PIC32MX_MPLAB/ParTest/ParTest.c
Demo/PIC32MX_MPLAB/RegisterTestTasks.s
Demo/PIC32MX_MPLAB/lcd.c
Demo/PIC32MX_MPLAB/lcd.h
Demo/PIC32MX_MPLAB/main.c
Demo/PIC32MX_MPLAB/serial/serial.c
Demo/PIC32MX_MPLAB/timertest.c
Demo/PIC32MX_MPLAB/timertest.h
Demo/PIC32MX_MPLAB/timertest_isr.S
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
Demo/WizNET_DEMO_GCC_ARM7/Makefile
Demo/WizNET_DEMO_GCC_ARM7/TCP.c
Demo/WizNET_DEMO_GCC_ARM7/TCP.h
Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
Demo/WizNET_DEMO_GCC_ARM7/i2c.c
Demo/WizNET_DEMO_GCC_ARM7/i2c.h
Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
Demo/WizNET_DEMO_GCC_ARM7/main.c
Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
Demo/WizNET_DEMO_TERN_186/HTTPTask.c
Demo/WizNET_DEMO_TERN_186/HTTPTask.h
Demo/WizNET_DEMO_TERN_186/main.c
Demo/WizNET_DEMO_TERN_186/serial/serial.c
Demo/dsPIC_MPLAB/FreeRTOSConfig.h
Demo/dsPIC_MPLAB/ParTest/ParTest.c
Demo/dsPIC_MPLAB/lcd.c
Demo/dsPIC_MPLAB/lcd.h
Demo/dsPIC_MPLAB/main.c
Demo/dsPIC_MPLAB/serial/serial.c
Demo/dsPIC_MPLAB/timertest.c
Demo/dsPIC_MPLAB/timertest.h
Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
Demo/lwIP_Demo_Rowley_ARM7/main.c
Demo/lwIP_Demo_Rowley_ARM7/makefile
Demo/msp430_CrossWorks/FreeRTOSConfig.h
Demo/msp430_CrossWorks/ParTest/ParTest.c
Demo/msp430_CrossWorks/main.c
Demo/msp430_CrossWorks/serial/serial.c
Demo/msp430_GCC/FreeRTOSConfig.h
Demo/msp430_GCC/ParTest/ParTest.c
Demo/msp430_GCC/main.c
Demo/msp430_GCC/makefile
Demo/msp430_GCC/serial/serial.c
Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
Demo/uIP_Demo_IAR_ARM7/main.c
Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
Demo/uIP_Demo_Rowley_ARM7/main.c
Source/croutine.c
Source/include/FreeRTOS.h
Source/include/croutine.h
Source/include/list.h
Source/include/portable.h
Source/include/projdefs.h
Source/include/queue.h
Source/include/semphr.h
Source/include/task.h
Source/list.c
Source/portable/BCC/16BitDOS/Flsh186/port.c
Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
Source/portable/BCC/16BitDOS/PC/port.c
Source/portable/BCC/16BitDOS/PC/prtmacro.h
Source/portable/BCC/16BitDOS/common/portasm.h
Source/portable/BCC/16BitDOS/common/portcomn.c
Source/portable/CodeWarrior/HCS12/port.c
Source/portable/CodeWarrior/HCS12/portmacro.h
Source/portable/GCC/ARM7_AT91FR40008/port.c
Source/portable/GCC/ARM7_AT91FR40008/portISR.c
Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
Source/portable/GCC/ARM7_AT91SAM7S/port.c
Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
Source/portable/GCC/ARM7_LPC2000/port.c
Source/portable/GCC/ARM7_LPC2000/portISR.c
Source/portable/GCC/ARM7_LPC2000/portmacro.h
Source/portable/GCC/ARM7_LPC23xx/port.c
Source/portable/GCC/ARM7_LPC23xx/portISR.c
Source/portable/GCC/ARM7_LPC23xx/portmacro.h
Source/portable/GCC/ARM_CM3/port.c
Source/portable/GCC/ARM_CM3/portmacro.h
Source/portable/GCC/ATMega323/port.c
Source/portable/GCC/ATMega323/portmacro.h
Source/portable/GCC/AVR32_UC3/port.c
Source/portable/GCC/AVR32_UC3/portmacro.h
Source/portable/GCC/H8S2329/port.c
Source/portable/GCC/H8S2329/portmacro.h
Source/portable/GCC/HCS12/port.c
Source/portable/GCC/HCS12/portmacro.h
Source/portable/GCC/MSP430F449/port.c
Source/portable/GCC/MSP430F449/portmacro.h
Source/portable/GCC/MicroBlaze/port.c
Source/portable/GCC/MicroBlaze/portmacro.h
Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
Source/portable/GCC/PPC405_Xilinx/port.c
Source/portable/GCC/PPC405_Xilinx/portasm.S
Source/portable/GCC/PPC405_Xilinx/portmacro.h
Source/portable/GCC/STR75x/port.c
Source/portable/GCC/STR75x/portISR.c
Source/portable/GCC/STR75x/portmacro.h
Source/portable/IAR/ARM_CM3/port.c
Source/portable/IAR/ARM_CM3/portasm.s
Source/portable/IAR/ARM_CM3/portmacro.h
Source/portable/IAR/ATMega323/port.c
Source/portable/IAR/ATMega323/portmacro.h
Source/portable/IAR/ATMega323/portmacro.s90
Source/portable/IAR/AVR32_UC3/port.c
Source/portable/IAR/AVR32_UC3/portmacro.h
Source/portable/IAR/AtmelSAM7S64/port.c
Source/portable/IAR/AtmelSAM7S64/portmacro.h
Source/portable/IAR/LPC2000/port.c
Source/portable/IAR/LPC2000/portmacro.h
Source/portable/IAR/STR71x/port.c
Source/portable/IAR/STR71x/portmacro.h
Source/portable/IAR/STR75x/ISR_Support.h
Source/portable/IAR/STR75x/port.c
Source/portable/IAR/STR75x/portasm.s79
Source/portable/IAR/STR75x/portmacro.h
Source/portable/IAR/STR91x/ISR_Support.h
Source/portable/IAR/STR91x/port.c
Source/portable/IAR/STR91x/portasm.s79
Source/portable/IAR/STR91x/portmacro.h
Source/portable/Keil/ARM7/port.c
Source/portable/Keil/ARM7/portISR.c
Source/portable/Keil/ARM7/portmacro.h
Source/portable/MPLAB/PIC18F/port.c
Source/portable/MPLAB/PIC18F/portmacro.h
Source/portable/MPLAB/PIC24_dsPIC/port.c
Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
Source/portable/MPLAB/PIC32MX/ISR_Support.h
Source/portable/MPLAB/PIC32MX/port.c
Source/portable/MPLAB/PIC32MX/port_asm.S
Source/portable/MPLAB/PIC32MX/portmacro.h
Source/portable/MemMang/heap_1.c
Source/portable/MemMang/heap_2.c
Source/portable/MemMang/heap_3.c
Source/portable/Paradigm/Tern_EE/large_untested/port.c
Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
Source/portable/Paradigm/Tern_EE/small/port.c
Source/portable/Paradigm/Tern_EE/small/portasm.h
Source/portable/Paradigm/Tern_EE/small/portmacro.h
Source/portable/RVDS/ARM_CM3/port.c
Source/portable/RVDS/ARM_CM3/portmacro.h
Source/portable/Rowley/MSP430F449/Port1/port.c
Source/portable/Rowley/MSP430F449/Port1/portmacro.h
Source/portable/Rowley/MSP430F449/Port2/port.c
Source/portable/Rowley/MSP430F449/Port2/portmacro.h
Source/portable/Rowley/MSP430F449/port.c
Source/portable/Rowley/MSP430F449/portmacro.h
Source/portable/SDCC/Cygnal/port.c
Source/portable/SDCC/Cygnal/portmacro.h
Source/portable/Softune/MB91460/port.c
Source/portable/Softune/MB91460/portmacro.h
Source/portable/Softune/MB96340/port.c
Source/portable/Softune/MB96340/portmacro.h
Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
Source/portable/WizC/PIC18/addFreeRTOS.h
Source/portable/WizC/PIC18/port.c
Source/portable/WizC/PIC18/portmacro.h
Source/portable/oWatcom/16BitDOS/Flsh186/port.c
Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
Source/portable/oWatcom/16BitDOS/PC/port.c
Source/portable/oWatcom/16BitDOS/PC/portmacro.h
Source/portable/oWatcom/16BitDOS/common/portasm.h
Source/portable/oWatcom/16BitDOS/common/portcomn.c
Source/queue.c
Source/tasks.c

index 1448a031da53bde3025a9d5725499c013b9aa4f1..788160743b61af031d037ea0545eae59c6f9d239 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 77f3d31ef7a0ea80e094339780c5f587024e780a..a0d96539b16e9483164d62d86ae1a6c587503677 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 6d3b178c98248d1679b921831b7faa4bca8edea4..61e371b4309690c2b3436ab6306ace12e8f2a614 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2fe9c304c0985ad1723da970c3f582a69259c915..4b7899e02b38897faca342895caab2674d620a8e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c8d11d986e821b832d10022047b043d6a75f4a91..79b3cef09b2d37e45ea2600fac0aa06eecc656c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 64b54ebed94ef0b52175c42f2ae38eeb02f2c70d..7352e5fd5051265432d40825bf412d21e6c3a324 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-  FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+  FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
   This file is part of the FreeRTOS.org distribution.\r
 \r
index ebf6a8d1c46032e3498ecb0b5fd30951fffa1db9..12694593c905e1bebdcb219e7eb347e505048f15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8662201805bc78c2181e195ebf06c5d4d24d56a4..679fe97a91776b84e63c1105f787f3969daf2358 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 06b4b535799a8fedcee6bb1c41a5e0b8436740f3..a96881050050b8a765dc1f47d9075a6b47b98542 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -491,7 +491,7 @@ const char pxConfigDescriptor[] = {
        0x01,                   /* bNumEndpoints                                                        */\r
        0x03,                   /* bInterfaceClass: HID code                            */\r
        0x00,                   /* bInterfaceSubclass                                           */\r
-       0x01,                   /* bInterfaceProtocol                                           */\r
+       0x00,                   /* bInterfaceProtocol                                           */\r
        usbINTERFACE_STRING,/* iInterface                                                       */\r
 \r
        /* HID Descriptor */\r
index ade98e6189fffc29fc0fc31cb7a65a7b0075e42b..bd7fe2dc7697e380f5e09954684e9d1181cc7c82 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index afc20230ef601a699925971dd2543ba5518ead67..056690defeed3150f0300786ba851ae4f1709a9a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c07b8df0d707cdf55bd3019d65c7a05fedda4d48..a2b9a2babef3deb4b8be2fa0951a006654ad1749 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ed94ed82fdac24031d442899f12d3fa4ebdf8729..7bd30334aa4e749c0fba245b0012bf592b94185c 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index c0ad21aef6d82117d89c98b2f4249dc316170807..eae112367f2dfa3e1087933e1f5d8356b6c32374 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e2616361f98dcdd0fa57e3dd5c5cde2aa4dcbfc6..2c83d063bddb6907c52139c4cce960c4cc0d869e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index eb1c0dab59a91f119485a23c9f1d46e9b6af7f3b..36023d0d05945c3bf45b7d94037560ae27beb4b6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0c15bdcea535bd9473034779a63551ae778a6255..11bf24aaeb93b1a8357cd2d1b74424520d50f513 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ff1692db4a1dadeb81256b07efb401034458f9d3..7b6d62253ad77f5dc48ef4bbb5aa54db4cfec756 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9e86fa4b560409c47c0a2f32a522c7f57072c598..915cc219b78c8b3ed354a214497ccd86eef7ab6a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cdfbb4b4049f6b273218e3d1f985645f36aed2b1..14272b1b5782553670ad84129650f95f6dfbc91e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2f01b3f5e5fb802a74553edd68170ecf4e69bc8c..b402e4e4fb7be0fdcb4bc66f7d4800993911c006 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 96a700086e69f175fc5aaef391a5aca183c82820..938fba1059ed83849322968b5dde755a2ddebc3f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 638bcc32c8cea96f7a8ff7ea41a8bacc18f6d005..c21a762c93cd0470f6239efe2694fab762746b46 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e4f62925436875fad6799ff64546e7255cb635a0..783926136df2eff35e71a84b6d04b9bcdf31e27f 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 17e8f06a60f132d5d072c10ce419e231b91702ef..190b8a9ab9bd859b0d60575a6c9a026e85fcfba6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 95fda4384d2ebf9529fdd0e6139ec7e18c18fc5f..29025e965cb0d2c8b96dab9082106383fd1c7cf7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 243b90f6da23a32c12755d4d3f9d167b9b83cebe..065886d189c511016faecc875a8742d56331ae68 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8cac53f21ac6acd0665c2d9b8e84978ebd769b49..9d9a1c8054e46ef17fc73e32daa3cc1b69f505e7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9ac3232f4c44465dd9e72382e6e013910910b050..46cb055ef3d4765b52ac6be7a9e5f66f3778dc8f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a639fb0832f1a5b1d06e00e4056a1803a6fe6a7f..a2c787a284d1525506021313fb24abaa08d8d41b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4c7a22fe22407a6ad86c1061066c8d760df95b6c..457735ac15a31be37f6c3d0f33b98ff90715b634 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c91b3db08a7b6b7621ddeaa4259efc589d7bf8b6..2c94814abb62274be4ba419a88ad60639fb81868 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1215a192489e01c2ef7630c5893646fd1365d173..f58f4eb5103556519c231b29f1a5a5d3a9f2508f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 05b2045ef01dadf51dc65c7b936e25893cbe116a..8bd758970225fd47bb4efc82153c53be5f36cc06 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 688bf9cb2e6ecb7f1accac00f759479744c59e67..ea244ebccc61f8a1f00c2a40d93c18423293a488 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8e3b86ab258f3042efee6b8c0b8c504474f0de2b..900898feaa1d8512c9433b8d65083410c84dbca6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d276501bba03ae08981658b6c4932fe0d11eb879..5cf5ce0f372c611c8123ab913f947ce7b043c5dc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b8769e4a02beeb1336dec532f57e2f0fe60e963a..eed4ddcbc191577d53a13e22007d2e243ff90341 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f0a5144b9221ea2f1bc8b934f793971b759882b0..077b027fccb90a8ce7856359ad45f317e631b4f2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 756ba4d647505daada17e9f1d83f9e10022a5e0f..a4aa6b74b6ebb2677c87d0a004c4fd4545391c4c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7a75c661259fd1abc37cc864da0ca73ef3233757..33fa0e5b336a920e4f459a63f57c5add72b5b9aa 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 6395bfd29d9da54ef0770cb1d09c4871cae83b78..6e5948ee72e96ec8d2b6a42da16eede11a3f48c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6b986b98496692abfd029ea525bc792bc16b3b7e..c1161b102f162ebaaa0bea253d763a649a22fde6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 03f918ea9f0fe055401587c85662aecacc72fa65..83f5b84bd38e46474cdff46a19f00798ee25145a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6395bfd29d9da54ef0770cb1d09c4871cae83b78..6e5948ee72e96ec8d2b6a42da16eede11a3f48c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c0d444fa66167483f4c66a67d7dcaf12a8e8b9be..4f44d46f4e25848622d481a7efa3235729e68a9f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1a17a2da02e68e8fbc19ce400aa4984fc9b7db06..e5fb22affe78b95e0ed66c5b6ee8921d67e1fbde 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2f85f22a02d642085d9c3850ee1281a2734b79eb..78ea5425d24b6516569bbb7f863b7a63f0e7fb06 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c2cdba4e7886effc8835ef90c8e5b6371fe1b628..ce30defc6bfe357d3e4d77e157c453c8ba095b1f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ea31678aa7fb627cdfc01b99e8ea9a39248233f0..8be0c1e1beddf683f5cd058d03696ffab29aca4d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d524c216f3d1b9c086018ed602e6ce13849b3524..0169515f9145f0d0757062c206881ba69889c4b0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bbd9e2df1288c6cebcb7cdf11e4b8c0e457cd4f2..4eddbcb29dda063606154e82cf93e5fcebe89e9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b10a3d4aeb7afaba99e18d6a95c0bbeb4c166f31..889a474c20a729fe257439d097903d285c6f6793 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a969175d5b3fccffcf635eaf440f7ee734ba79df..c2a0b0a8dae77653cd584582daf0831945357c96 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 33759da67ce6b3578e0ef66ff0e4ee4496b6ac93..82972214552d26aadc8863da7c6ce857d8ca1865 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e780563309d0a2d22408a9d36e30ab3216e4db43..03caa718ce03b71bfe8eeffcfc083374d3953c46 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 78d1be0d978283739751cc162fa4d239ea3fbee6..261e808dc72cc72fd71f6985a9ef70a8b129692a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b10a3d4aeb7afaba99e18d6a95c0bbeb4c166f31..889a474c20a729fe257439d097903d285c6f6793 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e253e5234970870b641ac162015163c7b3f5c76b..7bbf9092d8ff6c82e87328defb8900991a022466 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 22fec7a91ddeda8a4a4620bc439678d54a6099f8..759019562e061f21cf4e853449e3273109412156 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d1e604db8be6d0ebcfeb895b8add164a0f4dc696..aefb75a0cf94f3f73fdfdabc97ac650489823722 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index e3eb21ea3a2379d520849f27ae858327026278a7..725830177602800fea692172518a350ce6a894c4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 896a6790a0829464a72f862c89b79faed1639106..ad2944108ab7de39062533ea4d9718fe804a8671 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 31f43b508e8b1fbb01551fee61ec8867775e5f13..ab1b0b71c0c88ed85c4e040a7f14a5be7f6222ca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 8057f3546fdb70081a1c29c433def96981e5735e..65c93dea78add012047cefd7f6a7b3ccf181f30f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 26c85be419c2f4c7baa38d4f1668dae22516659f..67b9344bf5e324b9695b80b523fa9ab9b5970af9 100644 (file)
@@ -30,7 +30,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c9e242a3bef8a159a8f2d697e0560d7efa6eb9dc..e33c65590a301a8b969f302f51c0d5ef2806d106 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6664020c9a4d9e7bbb7ac983545ab85b9b56c5c0..4a5e7e15159a6043a03cae138a2f509f01b4e479 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 297802b99361f46bf5d0475db44b9a58014dc9fb..0dfe0055ede194c0e0a909920ef388919bbbdca4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 999ed5cc4b8ddfbbcc57e5e786974741893795f0..07ebd906b05a880d56181aa5826bc3eef551aff3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 163522e4ed07d20fa3f75f74bf2b8633b154a81d..54925e89bd35dbb77b5f98e3ff7f601bd2328af8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 258964905492bc1974a8de1a6c338ddf3577759c..b820a64ea2ae46062ed214a0485e19aa22d38066 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f948ab9f168fe7ebf345cd182f85c2807126c918..91961b359ea8ffd922758191a9d3baf4a4be02ae 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6664020c9a4d9e7bbb7ac983545ab85b9b56c5c0..4a5e7e15159a6043a03cae138a2f509f01b4e479 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index dace5ee81e50208bf17ee21e0cd892d344182278..5ec3f42faef7968f3aa73d6774047cd2e6d78661 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c7133e5e6b14ca75cd3c129dfc34cb94021e4b95..cb569809ee35ed7e8fc335780b1c35eddc571100 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 163522e4ed07d20fa3f75f74bf2b8633b154a81d..54925e89bd35dbb77b5f98e3ff7f601bd2328af8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f62411e1d84488a39aa0f5e43d001ee15ae51c70..aafa1f6a771a5c2c9ea3c36609b337eff360b425 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d31e8af37085e955aaef26bd7fd44c9f62ea2f4..6a912baf456fcd06cd5ae7dcdf4a12120117b9bf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1dd9cf3df8d767df98ca218bd330d0ae0076b8cf..b5abfe069495c638a4ccd0996a4a3c1525bf1e26 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0e36a8755a955ef0fe99922acd08cfc5914401a1..07260610e2c7c44ae7e72395713d8fbea1e4d1a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2394524e8be9d2f8206895f938e5d38408d5eb72..3f22312dc51c998372590a001bb2ee7004a3a436 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d31e8af37085e955aaef26bd7fd44c9f62ea2f4..0c9e05eae3bc9a8a01c33310aef3f5e046613a2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -87,6 +87,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        0\r
 #define INCLUDE_vTaskDelay                             1\r
 \r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
 \r
 \r
 \r
index 46db7e0a533e2543ceeedc55843fcb4d69d6e2ec..de03ae6921d01e732322736156d2856257a6b27d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1dd9cf3df8d767df98ca218bd330d0ae0076b8cf..b5abfe069495c638a4ccd0996a4a3c1525bf1e26 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d31e8af37085e955aaef26bd7fd44c9f62ea2f4..6a912baf456fcd06cd5ae7dcdf4a12120117b9bf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a5f5d6eb4cbc68baef08bd49ac901fc2bc6bb954..1c766ba7fc12c6ae73f5018e247e070e72d03b62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0e36a8755a955ef0fe99922acd08cfc5914401a1..07260610e2c7c44ae7e72395713d8fbea1e4d1a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index be090ddd5cc64ef503c9f59ffbf85fe6af1a2ad9..94bafbd935a1d340f234e7213c2ca7f5d285f08a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d4879a3599aca8520823ab644cb85c98bdac3221..ab2355075587335e343bde902f9e7062ed356200 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -88,6 +88,7 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \r
 #define configKERNEL_INTERRUPT_PRIORITY 255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
 \r
 \r
 #endif /* FREERTOS_CONFIG_H */\r
index 46db7e0a533e2543ceeedc55843fcb4d69d6e2ec..de03ae6921d01e732322736156d2856257a6b27d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a5f5d6eb4cbc68baef08bd49ac901fc2bc6bb954..1c766ba7fc12c6ae73f5018e247e070e72d03b62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d31e8af37085e955aaef26bd7fd44c9f62ea2f4..0c9e05eae3bc9a8a01c33310aef3f5e046613a2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -87,6 +87,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        0\r
 #define INCLUDE_vTaskDelay                             1\r
 \r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
 \r
 \r
 \r
index 46db7e0a533e2543ceeedc55843fcb4d69d6e2ec..de03ae6921d01e732322736156d2856257a6b27d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index df65a559005693f22aae0518b54f7c49092ad9aa..9922080acca3d3aa97abb14865e5ecd04415bb8c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0e36a8755a955ef0fe99922acd08cfc5914401a1..5aa68ba315d448d5bde7cf359d011bf3d1e51fdb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -88,6 +88,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \r
 \r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
 \r
 \r
 #endif /* FREERTOS_CONFIG_H */\r
index 46db7e0a533e2543ceeedc55843fcb4d69d6e2ec..de03ae6921d01e732322736156d2856257a6b27d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 49d6612c03671a36a652b69afeb9bd84a8cd4762..734c9ac60215a71211a490fe0a0909774e85e250 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b95e2ab09a7591e68451c8eccc71c0327734dc06..1591794efceb0807b73591ed0c61c13d1eb178e0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -87,6 +87,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        0\r
 #define INCLUDE_vTaskDelay                             0\r
 \r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
 \r
 \r
 \r
index 9868e83f67d36d383d08e4b311e05b6a67fb5d7a..7cf33d090dd9c2a50c427f2b75e1039531c26313 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ff75a4c62501f80ca7c71df197023acd8cade63e..827f8b77743e0bb5ecd0440b8b3aeb65a6f16155 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5179fcf897fdc904fd5b2e273580401cb7a05231..8c024c249b79ddc4b9953d291d7470cad8f121f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -87,7 +87,9 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        0\r
 #define INCLUDE_vTaskDelay                             1\r
 \r
-#define configKERNEL_INTERRUPT_PRIORITY 255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 \r
 #endif /* FREERTOS_CONFIG_H */\r
index 46db7e0a533e2543ceeedc55843fcb4d69d6e2ec..de03ae6921d01e732322736156d2856257a6b27d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e9d039c9eebdb3aac5e21a999abd5814db1a2b1b..124713194a5cf22e256311b94fea253070c42762 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f00087919aec4a8f9353dd035b1a2512bf1f51f4..c1ebaea328a14d9e5e009c4e0b5dcf0f2d038b79 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 313f2b9e2b93459f4c7806da4b73a9d8a71e4c11..e7c09350a846012c5458ed009c1175fe945e446f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 688e3710ca0070870258a98f2aeac25b18290ad1..188e3c4aab504e17025d45fd7057dc922e53f4bb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -87,7 +87,9 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        1\r
 #define INCLUDE_vTaskDelay                             1\r
 \r
-#define configKERNEL_INTERRUPT_PRIORITY 255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 \r
 #endif /* FREERTOS_CONFIG_H */\r
index d7532b850bcfeabd2724ea325cf8a7a0ad0be749..ee80e1d9eaaa5107ea759855b6b5dc709d75b221 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 795da21b2d03bef7587dde4d845da8164acf9efd..8743e3f360501a9c885523ead0bfd4ae8bdb6f46 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -88,6 +88,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \r
 \r
-#define configKERNEL_INTERRUPT_PRIORITY 255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 #endif /* FREERTOS_CONFIG_H */\r
index c037aa54a1529c540b96be2ddf59cd4bff42fa3b..19d96bcc0892703dd8a20f8907f0923e2fd29882 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6b4b8f00fec2d835be6d7a0c615cdb48ac0c3a9f..a4dafa362dbea97d77dbfea84b020770ac38d315 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -87,7 +87,9 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        1\r
 #define INCLUDE_vTaskDelay                             1\r
 \r
-#define configKERNEL_INTERRUPT_PRIORITY 255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 \r
 #endif /* FREERTOS_CONFIG_H */\r
index e53bc81733d1e218fddf1440b7aafe45472e8d2b..dff1069052d3753a81e92ab3b59ba80d0fa93db5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 529c5d62a858c84fcb5ab4dc366cec3c94675692..357daae52d559534f20a3fcd8e84c50cc337bcfc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 83a1bf61578d9d9be63a986dadb10c24bc8756cd..f0306170d77c9a550b911b3038ba3f765c9b4be6 100644 (file)
 </builder>\r
 <tool id="org.eclipse.cdt.build.core.settings.holder.libs.260784574" name="holder for library settings" superClass="org.eclipse.cdt.build.core.settings.holder.libs"/>\r
 <tool id="org.eclipse.cdt.build.core.settings.holder.1502006385" name="Assembly" superClass="org.eclipse.cdt.build.core.settings.holder">\r
-<option id="org.eclipse.cdt.build.core.settings.holder.undef.incpaths.578007234" name="Undefined Include Paths" superClass="org.eclipse.cdt.build.core.settings.holder.undef.incpaths"/>\r
+<option id="org.eclipse.cdt.build.core.settings.holder.undef.incpaths.578007234" name="Undefined Include Paths" superClass="org.eclipse.cdt.build.core.settings.holder.undef.incpaths" valueType="undefIncludePath"/>\r
 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.685511860" languageId="org.eclipse.cdt.core.assembly" languageName="Assembly" sourceContentType="org.eclipse.cdt.core.asmSource" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/>\r
 </tool>\r
 <tool id="org.eclipse.cdt.build.core.settings.holder.1021181093" name="GNU C++" superClass="org.eclipse.cdt.build.core.settings.holder">\r
-<option id="org.eclipse.cdt.build.core.settings.holder.undef.incpaths.1567637665" name="Undefined Include Paths" superClass="org.eclipse.cdt.build.core.settings.holder.undef.incpaths"/>\r
+<option id="org.eclipse.cdt.build.core.settings.holder.undef.incpaths.1567637665" name="Undefined Include Paths" superClass="org.eclipse.cdt.build.core.settings.holder.undef.incpaths" valueType="undefIncludePath"/>\r
 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.1828415025" languageId="org.eclipse.cdt.core.g++" languageName="GNU C++" sourceContentType="org.eclipse.cdt.core.cxxSource,org.eclipse.cdt.core.cxxHeader" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/>\r
 </tool>\r
 <tool id="org.eclipse.cdt.build.core.settings.holder.164584712" name="GNU C" superClass="org.eclipse.cdt.build.core.settings.holder">\r
-<option id="org.eclipse.cdt.build.core.settings.holder.undef.incpaths.1309366258" name="Undefined Include Paths" superClass="org.eclipse.cdt.build.core.settings.holder.undef.incpaths"/>\r
+<option id="org.eclipse.cdt.build.core.settings.holder.undef.incpaths.1309366258" name="Undefined Include Paths" superClass="org.eclipse.cdt.build.core.settings.holder.undef.incpaths" valueType="undefIncludePath"/>\r
 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.1667472855" languageId="org.eclipse.cdt.core.gcc" languageName="GNU C" sourceContentType="org.eclipse.cdt.core.cSource,org.eclipse.cdt.core.cHeader" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/>\r
 </tool>\r
 </toolChain>\r
 </folderInfo>\r
 <sourceEntries>\r
 <entry excluding="Common Demo Files|FreeRTOS.org Source|Source|Minimal" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>\r
+<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="FreeRTOS.org Source"/>\r
 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Common Demo Files"/>\r
 </sourceEntries>\r
 </configuration>\r
 <storageModule moduleId="org.eclipse.cdt.core.language.mapping">\r
 <project-mappings/>\r
 </storageModule>\r
-<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>\r
 </cconfiguration>\r
 </storageModule>\r
 <storageModule moduleId="cdtBuildSystem" version="4.0.0">\r
index fc195c95e16291f78baa768935b8d678358498f5..e635b964b999516ebf2d6b767d5095ecddea4e60 100644 (file)
                        <triggers>clean,full,incremental,</triggers>\r
                        <arguments>\r
                                <dictionary>\r
-                                       <key>?children?</key>\r
-                                       <value>?name?=outputEntries\|?children?=?name?=entry\\\\\\\\\\\\\\\|\\\\\\\|\||</value>\r
+                                       <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>\r
+                                       <value>clean</value>\r
+                               </dictionary>\r
+                               <dictionary>\r
+                                       <key>org.eclipse.cdt.make.core.enableCleanBuild</key>\r
+                                       <value>true</value>\r
                                </dictionary>\r
                                <dictionary>\r
                                        <key>?name?</key>\r
                                        <value>true</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.autoBuildTarget</key>\r
-                                       <value>all</value>\r
-                               </dictionary>\r
-                               <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.buildArguments</key>\r
-                                       <value></value>\r
+                                       <key>org.eclipse.cdt.make.core.stopOnError</key>\r
+                                       <value>true</value>\r
                                </dictionary>\r
                                <dictionary>\r
                                        <key>org.eclipse.cdt.make.core.buildCommand</key>\r
                                        <value>cs-make</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.buildLocation</key>\r
-                                       <value>${workspace_loc:/RTOSDemo}</value>\r
+                                       <key>org.eclipse.cdt.make.core.contents</key>\r
+                                       <value>org.eclipse.cdt.make.core.activeConfigSettings</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>\r
-                                       <value>clean</value>\r
+                                       <key>org.eclipse.cdt.make.core.buildLocation</key>\r
+                                       <value>${workspace_loc:/RTOSDemo}</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.contents</key>\r
-                                       <value>org.eclipse.cdt.make.core.activeConfigSettings</value>\r
+                                       <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>\r
+                                       <value>false</value>\r
                                </dictionary>\r
                                <dictionary>\r
                                        <key>org.eclipse.cdt.make.core.enableAutoBuild</key>\r
                                        <value>false</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.enableCleanBuild</key>\r
+                                       <key>org.eclipse.cdt.make.core.enableFullBuild</key>\r
                                        <value>true</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.enableFullBuild</key>\r
-                                       <value>true</value>\r
+                                       <key>org.eclipse.cdt.make.core.buildArguments</key>\r
+                                       <value></value>\r
                                </dictionary>\r
                                <dictionary>\r
                                        <key>org.eclipse.cdt.make.core.fullBuildTarget</key>\r
                                        <value>all</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.stopOnError</key>\r
-                                       <value>true</value>\r
+                                       <key>?children?</key>\r
+                                       <value>?name?=outputEntries\|?children?=?name?=entry\\\\\\\\\\\\\\\|\\\\\\\|\||</value>\r
                                </dictionary>\r
                                <dictionary>\r
-                                       <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>\r
-                                       <value>false</value>\r
+                                       <key>org.eclipse.cdt.make.core.autoBuildTarget</key>\r
+                                       <value>all</value>\r
                                </dictionary>\r
                        </arguments>\r
                </buildCommand>\r
index 190b7341c14d62d999c298f4c98550a86864a954..d69f46d38c42273daf472ddb4a3c9905d853c8dc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6c39bcd10fbd6c5a2adf0f2d2354dd7cf31c44c2..e2892e33f2a3b71db8d5bc8331a4905148865544 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797e63030d0188a68ed3ab257132c7fc1a904fb5..fed828c107eddf21ab0a304f31ac22f741ad10e8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 84c98d9e3d9f03108b9a2a7fe9bc17af554b2f54..a09557b2ebed935838d1fa543625b1b23308ac84 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 7fba3159e10719f6190fce08fddea5bde72fe2c9..a5eaf716ca972cd8fe490c7e089679b120322720 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index acdc92f7e400b3de1b2c7cc53d80d1bce9dd7a74..a3bf85b483b372d3f4f0b1b2e018a72c4edf8bef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index df636b7cfbe7a57c18e53ce11d4a447734023333..3a4976f77e3e11a68c51eb9cffc4a2d7228de1af 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 66214a8b12c29d409198a78c71e573db9c1e759a..9631ecea8af104c2b295d2abddef607b7eb8248a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f087c0ac0607421587d96f0eb74cc3531eec7043..2c4fe127c0c1c7fee303875cd98d430e8922178a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d7f9f770a0c25f35fa0cd93111aef787880541b..c0c83ab90d6dd7f13698ace01a602b195cb8da81 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6c39bcd10fbd6c5a2adf0f2d2354dd7cf31c44c2..e2892e33f2a3b71db8d5bc8331a4905148865544 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797e63030d0188a68ed3ab257132c7fc1a904fb5..fed828c107eddf21ab0a304f31ac22f741ad10e8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7fba3159e10719f6190fce08fddea5bde72fe2c9..a5eaf716ca972cd8fe490c7e089679b120322720 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c5ccd579e0407038981454f642563bc36a1f1da7..973a105773d54f3c42b37ba9863fe411692d2b51 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -369,8 +369,8 @@ xOLEDMessage xMessage;
 unsigned portLONG ulY, ulMaxY;\r
 static portCHAR cMessage[ mainMAX_MSG_LEN ];\r
 extern volatile unsigned portLONG ulMaxJitter;\r
-unsigned portBASE_TYPE uxUnusedStackOnEntry, uxUnusedStackNow;\r
-const unsigned portCHAR *pucImage = NULL;\r
+unsigned portBASE_TYPE uxUnusedStackOnEntry;\r
+const unsigned portCHAR *pucImage;\r
 \r
 /* Functions to access the OLED.  The one used depends on the dev kit\r
 being used. */\r
@@ -392,6 +392,7 @@ void ( *vOLEDClear )( void ) = NULL;
                                                                                vOLEDImageDraw = OSRAM128x64x4ImageDraw;\r
                                                                                vOLEDClear = OSRAM128x64x4Clear;\r
                                                                                ulMaxY = mainMAX_ROWS_64;\r
+                                                                               pucImage = pucBasicBitmap;\r
                                                                                break;\r
                                                                                \r
                case SYSCTL_DID1_PRTNO_1968     :       \r
@@ -400,6 +401,7 @@ void ( *vOLEDClear )( void ) = NULL;
                                                                                vOLEDImageDraw = RIT128x96x4ImageDraw;\r
                                                                                vOLEDClear = RIT128x96x4Clear;\r
                                                                                ulMaxY = mainMAX_ROWS_96;\r
+                                                                               pucImage = pucBasicBitmap;\r
                                                                                break;\r
                                                                                \r
                default                                         :       vOLEDInit = vFormike128x128x16Init;\r
@@ -407,7 +409,9 @@ void ( *vOLEDClear )( void ) = NULL;
                                                                                vOLEDImageDraw = vFormike128x128x16ImageDraw;\r
                                                                                vOLEDClear = vFormike128x128x16Clear;\r
                                                                                ulMaxY = mainMAX_ROWS_128;\r
-                                                                               break;                                                                          \r
+                                                                               pucImage = pucGrLibBitmap;\r
+                                                                               break;\r
+                                                                               \r
        }\r
 \r
        ulY = ulMaxY;\r
@@ -415,19 +419,6 @@ void ( *vOLEDClear )( void ) = NULL;
        /* Initialise the OLED and display a startup message. */\r
        vOLEDInit( ulSSI_FREQUENCY );   \r
        vOLEDStringDraw( "POWERED BY FreeRTOS", 0, 0, mainFULL_SCALE );\r
-\r
-       switch( HWREG( SYSCTL_DID1 ) & SYSCTL_DID1_PRTNO_MASK )\r
-       {\r
-               case SYSCTL_DID1_PRTNO_6965     :       \r
-               case SYSCTL_DID1_PRTNO_2965     :       \r
-               case SYSCTL_DID1_PRTNO_1968     :       \r
-               case SYSCTL_DID1_PRTNO_8962 :   pucImage = pucBasicBitmap;\r
-                                                                               break;\r
-                                                                               \r
-               default                                         :       pucImage = pucGrLibBitmap;\r
-                                                                               break;                                                                          \r
-       }\r
-\r
        vOLEDImageDraw( pucImage, 0, mainCHARACTER_HEIGHT + 1, bmpBITMAP_WIDTH, bmpBITMAP_HEIGHT );\r
        \r
        for( ;; )\r
index e770011b4a07a0135a336471a44787e9a8804f75..0b21f58b0e17fa0cdf09cb4024dea859382eb327 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 66214a8b12c29d409198a78c71e573db9c1e759a..9631ecea8af104c2b295d2abddef607b7eb8248a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 98393bd392fe17bcc87561bbb0c04582ebcd341c..fd06796cb8a0113fe048650461fd97847e785966 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cc0dd591173a875082f2d5e3f3bc3207cc5a513d..3def2437083b5fff6b7a3829b494b085c985764d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -90,7 +90,9 @@ to exclude the API function. */
 \r
 /* This is the raw value as per the Cortex-M3 NVIC.  Values can be 255\r
 (lowest) to 0 (1?) (highest). */\r
-#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 /* This is the value being used as per the ST library which permits 16\r
 priority values, 0 to 15.  This must correspond to the\r
index 889f727487ade03f13bef07d5df2af12d0191425..3e15504de62e94621c9363be29ffdcc297c4f709 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 583e2e858ff01add3ae8c1418f3c43fcd7771537..7d50d335034c66248725e51cb253e553211337ce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 30e944ebccbf40c702c0558b782fc3508f565464..9fa1b39458ff6a3c16f34bc7a70ccc7f54e71b27 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 9f663409a98bc0d1b96c30d5091c7944cde5fc2c..0ee42e5a5f83d1d3135bc5caf90d6d0b23345666 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cc0dd591173a875082f2d5e3f3bc3207cc5a513d..3def2437083b5fff6b7a3829b494b085c985764d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -90,7 +90,9 @@ to exclude the API function. */
 \r
 /* This is the raw value as per the Cortex-M3 NVIC.  Values can be 255\r
 (lowest) to 0 (1?) (highest). */\r
-#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 /* This is the value being used as per the ST library which permits 16\r
 priority values, 0 to 15.  This must correspond to the\r
index 889f727487ade03f13bef07d5df2af12d0191425..3e15504de62e94621c9363be29ffdcc297c4f709 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 583e2e858ff01add3ae8c1418f3c43fcd7771537..7d50d335034c66248725e51cb253e553211337ce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 30e944ebccbf40c702c0558b782fc3508f565464..9fa1b39458ff6a3c16f34bc7a70ccc7f54e71b27 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 9f663409a98bc0d1b96c30d5091c7944cde5fc2c..0ee42e5a5f83d1d3135bc5caf90d6d0b23345666 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2a511b48585de01e330097f194d3836f26b89666..18357b19bfd254d520e71545975a12d678fb6722 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -94,7 +94,9 @@ to exclude the API function. */
 \r
 /* This is the raw value as per the Cortex-M3 NVIC.  Values can be 255\r
 (lowest) to 0 (1?) (highest). */\r
-#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 /* This is the value being used as per the ST library which permits 16\r
 priority values, 0 to 15.  This must correspond to the\r
index 52b32a965b2b5b923c089086b52bfbaa2fce944e..ee519623b4f6197c1c30388c702cf91a0c570e4f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 11252fd118531a9efc1f2d9b4ef6557e08574aa8..44ef794beb86324b7617b5275389a1d19c525616 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 806a8483c5fbb1091b0ab488fcf72f3cb5619049..52c40205640f0dbec03dfefea4f9b2f2552e0ea5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9f663409a98bc0d1b96c30d5091c7944cde5fc2c..0ee42e5a5f83d1d3135bc5caf90d6d0b23345666 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6b641c278731883aa1ad2440b4413b0a15939770..cc450458b6fc3d45a8ea16407121f54cf09c20cc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index be0f1764e1e527afaa1e08a6c612375454c191ac..0e8f38b92c6eaedab5e818b599e7bba7cb65783d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67eb5e4078a895fc2dd94f6eb1a1694806761c11..2c02d07d9728b0e7caea26f0132e70ddc53cfdb0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 33cd6a290c174fd95d1173b34c9ead0b6d4f3881..2addf8e05e8725a35f0fe67205cc1c492728f6ab 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9e370caffa99ae51c91ebaadae4da22907a46762..2640d948f88c2317dd7768deec65340397173b1b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8c67e1bbc97ffdcb7b10b0219d9c69b83d2f29cf..ee0319b23449566770d93b83198b06180c7210d4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2d03d7a58de37b09edd1ac8d03b381fa343a8192..a5e9a1e6683ccb93c808897ad0ec584422d95d9a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9aae6a48351cc1806c568150e6615274bbd3241e..e865b7e3d905bd7ec7625a38e3d87f6e1cb8c92e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e621c4aaea80581c2a0bfacf2d0b36e2e4124b66..a75851002772739d598b29fb89cc91fdd7769d8e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a9c36752ba2a625b35f5b9bd258c3a70dfebdffc..fd2b19ebace1470fe749fdb9e11555391a09e538 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 77fed3ce50dab8ab28d000821a8f1d9bad8116d9..9e176b31662b1a0268b753864d1b725ed900d8e5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e8a17cb6f54fdd336b9b494dfe8202076bed5e68..c3838450b79e1c2ce3e5c955655ac4a00974fcce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 14a517f039f6844e578be8e4ae73b6c5878428e3..0ebcc02e947269dfc70597c84f75c461030f950f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 18589b7b75f31305e1c052f367ca7baac5b6169a..fb5dca942ff6ac2470f4d45ed1cadfda4aecc8f6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b5de90b36888dc40d0e14bbadf08b6211c0b04a8..3c7d1ba853cb019a2992b66b8c7336f8e33bcbd6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6a3d0c35a1c01626b0b3cbb507119c64e9bdfb3c..30a90250149a46d7b7298d349524c445bd231bb9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f7599dcbb202f0b8912513986f5e81aa99a4078c..6e0eb4d397448d7162034b48a970fc2bf6bc2d9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index fc6925d8426d08af53f142252c8ef77ac3d6c3fb..62ae6694e6b56ee8e5000d08bcf132c1acf73f47 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
        Please ensure to read the configuration and relevant port sections of the\r
        online documentation.\r
 \r
-       http://www.FreeRTOS.org - Documentation, latest information, license and \r
+       http://www.FreeRTOS.org - Documentation, latest information, license and\r
        contact details.\r
 \r
-       http://www.SafeRTOS.com - A version that is certified for use in safety \r
+       http://www.SafeRTOS.com - A version that is certified for use in safety\r
        critical systems.\r
 \r
-       http://www.OpenRTOS.com - Commercial support, development, porting, \r
+       http://www.OpenRTOS.com - Commercial support, development, porting,\r
        licensing and training services.\r
 */\r
 \r
 /*\r
  * This file defines one of the more complex set of demo/test tasks.  They are\r
- * designed to stress test the queue implementation though pseudo simultaneous \r
- * multiple reads and multiple writes from both tasks of varying priority and \r
- * interrupts.  The interrupts are prioritised such to ensure that nesting \r
+ * designed to stress test the queue implementation though pseudo simultaneous\r
+ * multiple reads and multiple writes from both tasks of varying priority and\r
+ * interrupts.  The interrupts are prioritised such to ensure that nesting\r
  * occurs (for those ports that support it).\r
  *\r
- * The test ensures that, while being accessed from three tasks and two \r
+ * The test ensures that, while being accessed from three tasks and two\r
  * interrupts, all the data sent to the queues is also received from\r
  * the same queue, and that no duplicate items are either sent or received.\r
  * The tests also ensure that a low priority task is never able to successfully\r
@@ -75,8 +75,8 @@
 #include "IntQueueTimer.h"\r
 \r
 /* Priorities used by test tasks. */\r
-#define intqHIGHER_PRIORITY            1\r
-#define intqLOWER_PRIORITY             0\r
+#define intqHIGHER_PRIORITY            ( configMAX_PRIORITIES - 2 )\r
+#define intqLOWER_PRIORITY             ( tskIDLE_PRIORITY )\r
 \r
 /* The number of values to send/receive before checking that all values were\r
 processed as expected. */\r
@@ -86,16 +86,16 @@ processed as expected. */
 /* The value by which the value being sent to or received from a queue should\r
 increment past intqNUM_VALUES_TO_LOG before we check that all values have been\r
 sent/received correctly.  This is done to ensure that all tasks and interrupts\r
-accessing the queue have completed their accesses with the \r
+accessing the queue have completed their accesses with the\r
 intqNUM_VALUES_TO_LOG range. */\r
 #define intqVALUE_OVERRUN              ( 50 )\r
 \r
-/* The delay used by the polling task.  A short delay is used for code \r
+/* The delay used by the polling task.  A short delay is used for code\r
 coverage. */\r
 #define intqONE_TICK_DELAY             ( 1 )\r
 \r
-/* Each task and interrupt is given a unique identifier.  This value is used to \r
-identify which task sent or received each value.  The identifier is also used \r
+/* Each task and interrupt is given a unique identifier.  This value is used to\r
+identify which task sent or received each value.  The identifier is also used\r
 to distinguish between two tasks that are running the same task function. */\r
 #define intqHIGH_PRIORITY_TASK1        ( ( unsigned portBASE_TYPE ) 1 )\r
 #define intqHIGH_PRIORITY_TASK2        ( ( unsigned portBASE_TYPE ) 2 )\r
@@ -136,7 +136,7 @@ from within the interrupts. */
                portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus );                                                                                                            \\r
        }                                                                                                                                                                                                                                               \\r
 \r
-/* Receive a value from the normally empty queue.  This is called from within \r
+/* Receive a value from the normally empty queue.  This is called from within\r
 an interrupt. */\r
 #define timerNORMALLY_EMPTY_RX()                                                                                                                                                       \\r
        if( xQueueReceiveFromISR( xNormallyEmptyQueue, &uxRxedValue, &xHigherPriorityTaskWoken ) != pdPASS )    \\r
@@ -148,7 +148,7 @@ an interrupt. */
                prvRecordValue_NormallyEmpty( uxRxedValue, intqSECOND_INTERRUPT );                                                                      \\r
        }\r
 \r
-/* Receive a value from the normally full queue.  This is called from within \r
+/* Receive a value from the normally full queue.  This is called from within\r
 an interrupt. */\r
 #define timerNORMALLY_FULL_RX()                                                                                                                                                                \\r
        if( xQueueReceiveFromISR( xNormallyFullQueue, &uxRxedValue, &xHigherPriorityTaskWoken ) == pdPASS )             \\r
@@ -181,8 +181,8 @@ volatile unsigned portBASE_TYPE uxValueForNormallyEmptyQueue = 0, uxValueForNorm
 xTaskHandle xHighPriorityNormallyEmptyTask1, xHighPriorityNormallyEmptyTask2, xHighPriorityNormallyFullTask1, xHighPriorityNormallyFullTask2;\r
 \r
 /* When a value is received in a queue the value is ticked off in the array\r
-the array position of the value is set to a the identifier of the task or \r
-interrupt that accessed the queue.  This way missing or duplicate values can be \r
+the array position of the value is set to a the identifier of the task or\r
+interrupt that accessed the queue.  This way missing or duplicate values can be\r
 detected. */\r
 static unsigned portCHAR ucNormallyEmptyReceivedValues[ intqNUM_VALUES_TO_LOG ] = { 0 };\r
 static unsigned portCHAR ucNormallyFullReceivedValues[ intqNUM_VALUES_TO_LOG ] = { 0 };\r
@@ -214,16 +214,16 @@ void vStartInterruptQueueTasks( void )
        xTaskCreate( prv2ndHigherPriorityNormallyFullTask, ( signed portCHAR * ) "H1QTx", configMINIMAL_STACK_SIZE, ( void * ) intqHIGH_PRIORITY_TASK2, intqHIGHER_PRIORITY, &xHighPriorityNormallyFullTask2 );\r
        xTaskCreate( prvLowerPriorityNormallyFullTask, ( signed portCHAR * ) "LQRx", configMINIMAL_STACK_SIZE, NULL, intqLOWER_PRIORITY, NULL );\r
 \r
-       /* Create the queues that are accessed by multiple tasks and multiple \r
+       /* Create the queues that are accessed by multiple tasks and multiple\r
        interrupts. */\r
        xNormallyFullQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) );\r
        xNormallyEmptyQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) );\r
 \r
        /* vQueueAddToRegistry() adds the queue to the queue registry, if one is\r
-       in use.  The queue registry is provided as a means for kernel aware \r
+       in use.  The queue registry is provided as a means for kernel aware\r
        debuggers to locate queues and has no purpose if a kernel aware debugger\r
        is not being used.  The call to vQueueAddToRegistry() will be removed\r
-       by the pre-processor if configQUEUE_REGISTRY_SIZE is not defined or is \r
+       by the pre-processor if configQUEUE_REGISTRY_SIZE is not defined or is\r
        defined to be less than 1. */\r
        vQueueAddToRegistry( xNormallyFullQueue, ( signed portCHAR * ) "NormallyFull" );\r
        vQueueAddToRegistry( xNormallyEmptyQueue, ( signed portCHAR * ) "NormallyEmpty" );\r
@@ -277,7 +277,7 @@ static void prvHigherPriorityNormallyEmptyTask( void *pvParameters )
 {\r
 unsigned portBASE_TYPE uxRxed, ux, uxTask1, uxTask2;\r
 \r
-       /* The timer should not be started until after the scheduler has started. \r
+       /* The timer should not be started until after the scheduler has started.\r
        More than one task is running this code so we check the parameter value\r
        to determine which task should start the timer. */\r
        if( ( unsigned portBASE_TYPE ) pvParameters == intqHIGH_PRIORITY_TASK1 )\r
@@ -348,14 +348,14 @@ unsigned portBASE_TYPE uxRxed, ux, uxTask1, uxTask2;
                                        /* Only task 1 seemed to log any values. */\r
                                        prvQueueAccessLogError( __LINE__ );\r
                                }\r
-\r
+                               \r
                                /* Clear the array again, ready to start a new cycle. */\r
                                memset( ucNormallyEmptyReceivedValues, 0x00, sizeof( ucNormallyEmptyReceivedValues ) );\r
                                \r
                                uxHighPriorityLoops1++;\r
                                uxValueForNormallyEmptyQueue = 0;\r
 \r
-                               /* Suspend ourselves, allowing the lower priority task to \r
+                               /* Suspend ourselves, allowing the lower priority task to\r
                                actually receive something from the queue.  Until now it\r
                                will have been prevented from doing so by the higher\r
                                priority tasks.  The lower priority task will resume us\r
@@ -451,7 +451,7 @@ portBASE_TYPE xQueueStatus;
 \r
                if( ( xQueueStatus = xQueueSend( xNormallyFullQueue, &uxValueToTx, intqSHORT_DELAY ) ) != pdPASS )\r
                {\r
-                       /* intqHIGH_PRIORITY_TASK2 is never suspended so we would not \r
+                       /* intqHIGH_PRIORITY_TASK2 is never suspended so we would not\r
                        expect it to ever time out. */\r
                        prvQueueAccessLogError( __LINE__ );\r
                }\r
@@ -494,7 +494,7 @@ portBASE_TYPE xQueueStatus;
                        uxHighPriorityLoops2++;\r
                        uxValueForNormallyFullQueue = 0;\r
 \r
-                       /* Suspend ourselves, allowing the lower priority task to \r
+                       /* Suspend ourselves, allowing the lower priority task to\r
                        actually receive something from the queue.  Until now it\r
                        will have been prevented from doing so by the higher\r
                        priority tasks.  The lower priority task will resume us\r
index 24487e316d50e843d4ae7881ba16146e15cf853a..d4ecbc931362f680f67d297eca378d3b4cd1b2f3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a9ead1325d6aa9deb92f8d04363589b0d5b68de0..71b8e86d9db7fe9a69ac11f6141ab5e02c4c551f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8618376613e443b50811269d59a783b9dc3fb6d1..3aef5d8b2a7794e428e29166b6025a4ff2bee11f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d6e3caa67ae9c63fde93f8259adfbb43cd14519..fc0ade5fe5d4d7a138717910a2e45c8118c1c218 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bf2fbb89b71c5582e078b3ce6994fbf8f415c9f0..362ae8b1bddf83bbec5581d9d15559608a7672da 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bba54a3fe5a687f54b4ab4fb8dcde69724b3d248..9a99f4a4911695854e04b12959f705c7e6db5141 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e22d29c8c6cb3e8fcfb393a53bf168c094af8600..2621e71205df12d57dc4d7689b544e361016654d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index adf45956754a9b1d496c9982faf2241ccc7071df..b4e1db32bf538c1b09311a52a403bb839a8181d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index be0b58eba7879ff9a329c0f102aa22a9d570fc3c..ba9d6693fff5fc90a60a6a2271ff2407552efe0f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 51a54eb4683d037f75c1e09de15eff910b5032ee..040c6335ddd8bf6a5aea4cab36a64a7decdffe43 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5b0fe29d85275bd523145c15404c068c401ed8ff..705acd062ee42af6a5445aca6142743784913949 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5caed00c6c4dff7f71c465ac98d39d830438f6ea..b58deea54a21fe7b47caa38a5820c89eacbec08c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b573ff949cd71b7e4a12dbdcd457628fdfa73bb6..43cfd23a8ae54f73d0c760f680ccce8474ddded0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 424c0b43288bcaf6fab05537acad3d378c5e57da..e0c55a47370e3ef01b6f174bc0a8a70391368302 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 56559987a316b709bd13550973da2eb7c7f7b4a6..f23c25ee4ce3e227e4acaa4304abaaf340debc5a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6a0ce03cbd4ca3fa6febbb1da27bb5885f787ecf..1fad072fcba8eeeba6832b3d2ebfeb720d4977c4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4d40724e86f559ab9d6704c4f8c2c97ff7e34988..ac79e50e5804d0348463fff2e9afae904c084894 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 97d06f01e82b4766bc8f66586e75a2c66513e418..8ef19248482a577bab16d275b91f0055104acd90 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 853cb45ab813c9f5554ac4030660b22624a49555..044916cc596b0226c479cb895995079605ec8081 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 14266aa33a2f03a30393522f24a46d831706042c..ed0469e006045b3388cd1d38a77f9fa4c5cfec77 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 969bcb1c7be7433a3cc1e3c4f92a21cf73bda00d..533b1ecd274f10ab3bd153fbdd694f6b0f18ce5f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f3197fb764f8e707c364ef7123970b9bcd472671..28d638daa598ca8bcf1501744c47b94b81cf0715 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e634b599955267f35600e18eb875adb624a694c8..33ee019e9b107f86017b12ec297b6e3941887f64 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index fd4ebd1c392da357a0691b680bab1edd5d152769..db34e3cba5bbfc5709a8c920f89f0464a3292aff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8838aa7688c5eb1e9fa67a1004d0c6f6ae216de8..78fcf870bdda90c26fa1ca97b0037e457aa16ffb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9b1d4dab2080c98cd6027590804c8700d6e97f40..8efcd7e041835267ae26402b9bc9107c4345a529 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index afc81e033f7872f26cc525a0ee32fa1ef619e288..0cc9a457cf3cd3bf73f5450c620efe1c28ebfc51 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index feae9d90c25307ba7e13be51499dca6c61b2e396..dd3f6b3822cacf2d1d41cc758e8ba90d73d2b5fb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4f4c9daac8b9760c0476f8aeb3ec30c6b43558d5..fdc30887cb7efbb4dbeb749fe6b526929d986d77 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cbe5dae7c47bcd342f16d71f7676c8396edc3a28..27aaffb6e6eb507797547b912ed470c61e36d898 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 636bdcb50758461dcaa2afd6a436f2a8792863ae..7153052cbc8ac0cbccb9fa3715caf2c67e9e048b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6d01f5f895a309f34dc1320a5798ae77ef723295..b2073215847913f733fd309ee67046823d7aa98c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 195d35ce0f89e25827c48928f776bfdaceb4b29e..95c152cfacb1ba4ddf6c158a3709d86789998497 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 43620f809bc903dbf7e1c0eabfa27d497acabdee..b6eaee3d23de8c537facf01b46c26e06bcea4a54 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2bd33182ef1f4eb68a3fa24309bf3bedf2b1f6e9..c95b560e2a1a309a8cd55881cf6531365aad8a48 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f57c1500919174eb07cd2eb830ef0cb0d5835498..2f4cb5d36ae36d43b1c60c596a70298d1d5d195d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3aafbf216ccb454776ec257eaddd07fd71725ede..de260ce2a1f9d8338cfb96dab289129ff38b0158 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 76e23a0d562b31c0c755442b5d5d5980a99e2f61..d8cd1a85ed5df0b4c0a52138cd5f09dbe2a116ef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index fdb957b02d5468124a61dc37b8235fa7b3ebaed3..2deaf0b7396c83acab6cf6d2588e6cce44b6d976 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0b058c490abc418561248c84242ff34dd24c6b6e..97fabc74e5090e2c62303b6250ecdbf8631e1bf7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ddf18bfa0d13b0facc1d275c366814c7d055da72..d1e25a11b5103642deb62550f7e44e55a7f337e5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f544a89f56d82f52cff09cf931d2a966b0aa1af8..5fd1bed44fce42393d9b5d6be6e8bc99b603d7f6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2400f24a835386e75b411206945a336d7ac743f9..46c5c77fe136416ed5813d2b15e0bfbe1b769395 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 5c8330b2ce17edef7ee06ff2455f4b1ce3ee107d..c793b3bb42b0dd3fb8e3344d2b91949d3b40f6ab 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5dbbc72844005ab4de0b71f8395bba17a6e9fd40..f01f1b9626bc6fb76ab548a62416f7459eac141e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index edd0faae019cf8f0e75b439001b208f749ac339f..e47f71d929da5c61ef9c8122d6f0e7158712a235 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 03edf86489bb8aeeb3efad0007082291175575a8..aa568632de9a9b7efe96e3e28aab21cd43e4fb0b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 92f8f3976d62eafeb54dd2fe23268e16c1f0bdbd..ba5da14bdef6fe2691ec52c0a0bee5062e42ccd9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 62fc0063119799ff63428b2c91c23a3e1342298e..39f4503d93d72dc6498e710bc17353bb2d015194 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 495af49f6ed1546005ebd0f52ce0ad0131a2da4d..fdcf15d10c9034763aca4ad5292e9f1d8e983bf0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7e939d997e12d6e4e2a8688c4d36719104e3fb45..b284a343a7f396fb93396b071badbfb8163faf63 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b1db25e28b7cf3c1c742c11145f3b73718db8067..dc8c0c479e1934d1f980c3c237300b93763fd886 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5cfbc8a45d61c7a9723a6bce00bb88772fd0d94a..a576deafc0b148fc00279d4ad92a8f889b7812a6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 401e47a4c828fa1590c80b4fb3141981c3d5ca87..ec6dccacd9dbd55570b4c519de64c06043085fb0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index fbe0b9e4f6681ad2838377d5810587ba5f00e2b1..f02fcfeec4df9c51298c6e55b852fd91822c3224 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8dfba4a8259bd36937bed3e210b3564a84e4341b..e40bdfae5207aadefec7d3ab5bf503131763aa08 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8b831a6ff1f8c134dffe25d5e6f0c19d49c770f6..33e128ebdabe3fd3132eadc0e6ae9f29d6a3c87c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cab20deb83ac6f0a9e052d58671462796bd382f5..f5482cb837149b0810f6813947a96d9be4ffa22f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 60b89b5628a4a9ea5512a9009dbf1a3014adcfde..9f90c1ef5470590bdf1872b3ba2e55d900f354cc 100644 (file)
@@ -1,6 +1,6 @@
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c64c9a1fedfbedf36f203a7e573f4f0b285c38d0..56630543e5eeb3285a617450bea8a52beb4c9401 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c545727db40e2ecbbe010a942df1fde650b28d24..643afd0c7d05e10f0837bd85239f8faa04396d60 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cab20deb83ac6f0a9e052d58671462796bd382f5..f5482cb837149b0810f6813947a96d9be4ffa22f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 38116ae2750ee0e062323a0343644fdafce748d3..acfb0899fe959df7f593d3baf69ba7d67dc60b15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 71a42f6c7845546b10ff697b9a4362d28d1bc807..c57a6ca93c486ae837d06326a4aedd6a51068ef3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9940af89eb2b859b8301918805950681e0c7864a..76e9dfebd165973589b50622997537668f918bed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a748dcb72e066a5114f48b142c7804affbecc1b3..9d84cbb0c50db305d3ed99cb564defc7f6767c5d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f580dc85d32127a7ed252a5cebd4b2791e61e803..165139d140220b6070bbd4104420d587df2817e2 100644 (file)
@@ -1,6 +1,6 @@
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ce3d3b79312aba96b7faa6fd605e0e92d4d32322..6049c81ce9e05700bd4efd636f6971476402bcd6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 08f834214e80494ec5f96022a6e8cf13dacf59fd..84404e485f7a08306640dd2ab29bfb0a2ad60d5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1dc9cc9000c47458f68e76d8ba20cac05ca4fb55..b89f776617a84e525071e475da9482cbf02f5d02 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7283fa74b2dca7d1e892860a1fbfb556b674d116..9e6f5565b0524c809c7b963ab07f9fd510ed02f5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4144801b54e3028a52729aa622badd6af1cffa55..6fe85c89507fde01009f1de8a342c06f77dbea19 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7f86b9456c8b961942f2dd54a32d8d7441657a02..b6612e7414dfa6a5768032fb0e7af1b27dbb80ab 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 08f834214e80494ec5f96022a6e8cf13dacf59fd..84404e485f7a08306640dd2ab29bfb0a2ad60d5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5efeb698f0c686d57536a781ba755bb4a8a807e7..9a294d7efa0dfe689070a33dfdc789f5b5bd062f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e144bf5f8f9eeed22fff1c16898f69f543f25160..2911ca2f35dd59ae05a9f75845be13f7df860727 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6a330bd782ec6ace86d4f51b2b58a0cccaf1eb4b..ca7286b7a5eb224f4a1514fdc47bd754bed80cfc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2b47b011dbccf2151670abf7f807870b71a4fff6..be6411846299b725e4740e2bfcedf08e1d3aa68e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 04059306ecba856af86bd3fce377a9f940be481a..6fe28696370b8884186e9c08b17deaafc3215775 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 61638aa085f426665b12e7494ccd410270eabcdf..3a290cd05c1f6ca12991457518960f8b38ed0bbe 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a5384e57b033c0d0dd9d81ec7bcbf0d2ad340829..eb4e03b8b68ae26bca39d3d4c1a0369349dce2d4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0e3c065cc5a13d95674784f2fb078e09590c03b0..0beafc3ccc8ed593cf857d77b92561837646e8d6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 439ace8c2d534ef6784e25963564b548377621cc..be0b1c34f9bee088c8964bd334d1327d9056cc12 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ff4e262512dfd8f02e7ee9afaa3195248fc39d21..4a1966b6d86fc68c70c0cce1913ce3ade940260e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e403db068cbee194ab781b388835fac70ae22a7a..2dabab75a16da070323b9627abe7cffa9a87fc79 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 012d05091ab3ca47f46c3cc517e195e1e39238f4..9c32c6adaf083b6f140ae257c207daa74dd6f16a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 57d8da37e48bff6259c92331b590723aac3195fe..b2b256524082ec6809f951e447ecbb0f0aae9a1b 100644 (file)
@@ -5,7 +5,7 @@
        http://dzcomm.sourceforge.net\r
 \r
 \r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e20033b54d9ff24cdb4ce23e076b2da3bfec3875..c2e0fb928096f090401867a2cd22f20c1c7100f2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4fc72e51c55225a9f13ea0eb750882a94d42f3bb..d742d6b83b41e8d53af883893a59ea4addaeeb9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a1a7b5a4a697410b87ce818dc679038ea49b9829..38e7e3b126f23214613a37f2e1752258d30fb37d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2191de9e497387635e22b4e0026253e364234454..9e27471437b3a2adc8c550eae18e8f5995ba2e8d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d1341f1bf112f906a9845864eb2a68e201eb6f54..e230238734b9d0f01c60e8852931170f0d683a03 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 626ebcc3907b74e03da4438dccff2049e88d3944..d8120697e3927104fb063d589be76c86a72786b8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6c8d9fe67685ffd34455319a33fa07746f6a059f..5758dcf1a28b4d93ef1ab5e56f7853f0de9e4d80 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index beeee260d24b254edba7ee49c4d28ee439d4f280..960c1b7b1028bfc4f289916fd5244a0bb8859de9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4fab1dc135b17ee9e7d5a50f27d009f0cbfa7dd1..ca52762c7ca29d4fa2cdcdfe18b721f26c564e96 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 06bb268807d6aee389c4e60bfc890c3c78c87e6a..408683ae98b7e364818f3eb0fabeffc96473773b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 553212197d0bcb212394a67e9889708e59a15840..8bc4d538d3ae142cbe5ff3f4cec630059f2f4d5d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 740d009ba7e8e5d0ced74abb89b99ba90cb26ff2..08f4de96dc3fd21fe43d2d146f32f091a571f92c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797a1669fb621e268582a35a42f258feadab64d1..68c2d75e9c430b48c331f459680219d75bda2275 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 76a4840da619d7883aab01c686cb12b51a68eda0..a2b2f3f0c37a2df3b86defaa544f8f31ff5ff69a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 43a1606fdfe84fa457cfe21f7b0e3b7f5f8187ca..fad340ef8b517c9b35c40e70f956a4f18c7ed2e3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 740d009ba7e8e5d0ced74abb89b99ba90cb26ff2..08f4de96dc3fd21fe43d2d146f32f091a571f92c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797a1669fb621e268582a35a42f258feadab64d1..68c2d75e9c430b48c331f459680219d75bda2275 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 37b15ccbd20696a563d1e610211005894488df31..bc722f8c4511ce51d53d7aca10eac5eaaf72802b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 434264707c8f6831f715763dfed74cc54f6415c6..6a5cae64a3a07d9df0a5aca8a45702da74faf7d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 740d009ba7e8e5d0ced74abb89b99ba90cb26ff2..08f4de96dc3fd21fe43d2d146f32f091a571f92c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797a1669fb621e268582a35a42f258feadab64d1..68c2d75e9c430b48c331f459680219d75bda2275 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 942d0ce11823382b0cf9e348a325797a64854bf7..1a0d76d46c19704e67f127a3809758059c4ec20b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 593a02bd0dc9df75cf51eeb85dca8bbbf42a63b6..3d6645c1e99d86419680cfc597a37340ffac497d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 740d009ba7e8e5d0ced74abb89b99ba90cb26ff2..08f4de96dc3fd21fe43d2d146f32f091a571f92c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797a1669fb621e268582a35a42f258feadab64d1..68c2d75e9c430b48c331f459680219d75bda2275 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7eccabe6914ecd70ad92f32a1a135f015eefe269..c33dd12e4c391ed0c86ddf167433811f9b5f32db 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b211e2853eec7aa7ec42a264c72b11205a83e2b4..8cedfe03eabd70d17da2fc945777d588dbb13f7a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 740d009ba7e8e5d0ced74abb89b99ba90cb26ff2..08f4de96dc3fd21fe43d2d146f32f091a571f92c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797a1669fb621e268582a35a42f258feadab64d1..68c2d75e9c430b48c331f459680219d75bda2275 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 32e59483efbc770a7c00420ed3e4b232959a4274..222b8ab78ee88ca74485c6fe27aa2e36fad84afd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0fb4e1ccf350b842cce02e558db908d42dbcdfeb..2d0b8eee7e382d655048a7602f346f9233b9cbdc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 740d009ba7e8e5d0ced74abb89b99ba90cb26ff2..08f4de96dc3fd21fe43d2d146f32f091a571f92c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67ee161052412ff758d6ee4aaf1d5484b688f438..984280377483b78a60674f25e178d2c2f09f0769 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797a1669fb621e268582a35a42f258feadab64d1..68c2d75e9c430b48c331f459680219d75bda2275 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 01c310628ea776aae0a0088e0df7154076df7f13..cadab07e424820368fbc16918f44a172b908d216 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6ec34fe228bc820ce3ae98f4d03daad7e89e24f4..504eaf96276627a752fb896d55a0aacd41d116ba 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1f836534afb8aaa1e9eddf083ecc44293a3d5efa..e565c82604dabf139a8f47eea261f17b69b0cbe5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9efc53e62fd574dc18da4407a6e21a8e957ddf4e..7034971a335ba740ef4fba60d970b9c7916f612a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f260e8caf76660fd1ccc4de7fa326b2f82c4ab48..ab77a4040c1e42c00fe0184f6c77908eb7c3159c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ff6670b3e1dc5634674249f13a1bc90ff0969dbb..59f5a309fb835dd18e19772ad373843060b85efc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c546f37a5b0cf46d148a730644eb201564b0d4b0..17b6fae54345422240cff7a7b305f3f0349ec1a9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bc3681c392c1fa2fe19a9d5b9221dde76f0bfaff..fc994412e3f19dade82466f2a170b245a2d0f166 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 60e536badd8022d2e33f84cb50b7a4f12145e8f0..d05645811c87b9475c4b18898b4c297e25e46371 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5b18088faf073e913f546f0812589e408f1e977c..62eb323314a2c38193df4aedd04a30e433f562fb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a544b1a91cbb7728fe87c055672abd25c5d2074d..bdb934e41a3b4db938887c19b3a7f450f47d6da0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 23cfb2722d68a213ebc1c872fff718ee7e86893c..58cb1a608ea1c6b922ba2f744fd89369ee2e9e49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e752ebe394d054315f5831f975009f5c0cb7e2b2..5219468706b616f79e160f85a838e22273baa2bc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 26a82bc04a7b48fa6678fb332087bc52cebc40a7..17d84dd62a44d35ce37d0afc73c79d82dec12d50 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d0a0bb5193988f1d5f3c7d32fcba8f3ee7775f72..4c9a6e865295f607658ccdd994d04e150823807b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 797e63030d0188a68ed3ab257132c7fc1a904fb5..fed828c107eddf21ab0a304f31ac22f741ad10e8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a088ced83fb8d78d157becbc2ac8dae289572482..336163b5f47d9d5b588959e9050fb85edc85fd13 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1719010e5a71a5f3b5436adab02d079803dfe38d..82179f15cef246216595b811a15df72e2876d23f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 122ddbf8464ffd9d3ffc82bd1eb0c9cd901bf61b..9dbaf03041441b79f18596335346827ffb859b17 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1d829c841420c18687e0f443c29f59c8d079e461..f2f27276286f53541bc0e83acbc1dc16a1daa452 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 60e536badd8022d2e33f84cb50b7a4f12145e8f0..d05645811c87b9475c4b18898b4c297e25e46371 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a6081e8663cec58fb1916bedfeef23aae8e26e38..8fe450da72a064f6aeed850ae4e03cae8e16f9d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 724d3629d0e30b3a19c44ef2a2a8c4ce8403d970..9cec074eb6f9eb187eaf0f4cb457b74eb30796f0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index edb40356d636f700c77b6ea69d1840093538d369..3384867005333de8ac09717d0d439b2938f8694c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e752ebe394d054315f5831f975009f5c0cb7e2b2..5219468706b616f79e160f85a838e22273baa2bc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3528043b75b799e5e3db89b0e5289b8d9aa9b680..ebbb4884adb3741a17eb67b16d8c7cc0391d2f80 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 142964bed23479dd0e33e10400c3a5bec54a86dc..edf1d354487a270e2fe66b1e17b448999cd3f8c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2b19bd3592619eabce40c9ae2874e705a7a51422..a17c6437ae30dcc7265fd73d2f1afd9df17c96e3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 56da50693a71601335421e34b6c640ce8006edb1..e6a98bb2114e78ab9a6740713cd335ba8e6faac4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a50b6bfb82bffa62d97a3872f1c956905f200f88..c733c441a09bb877e2976f668aab85f345e9eed3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 96186513c21516df29bf07c52b5f4338e7acdff3..14eae6eef4be39723cc37c5b8a13e6adb8904609 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5daf7cb79b621c67c46b2f118dbcd91a681dc3a3..656f5c4910071ead63aa02b9c2d43c9c7247b554 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c3d28150a306b3fdfb6326290aa3413cbe2489c4..a1a6ef6532eeab25554c371b9d5cb015ea40d529 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f89b681c8d8893b8f9adb0a6ce907bd261279717..35733caa42ca73815f44df309e39438b7e0e02b7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2b19bd3592619eabce40c9ae2874e705a7a51422..a17c6437ae30dcc7265fd73d2f1afd9df17c96e3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 56da50693a71601335421e34b6c640ce8006edb1..e6a98bb2114e78ab9a6740713cd335ba8e6faac4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a50b6bfb82bffa62d97a3872f1c956905f200f88..c733c441a09bb877e2976f668aab85f345e9eed3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c58f2256e2301adb658d320ee13afa333851bfa0..e650d7ce4d369009b549f0a0f7a8502cbea7066b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5daf7cb79b621c67c46b2f118dbcd91a681dc3a3..656f5c4910071ead63aa02b9c2d43c9c7247b554 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c3d28150a306b3fdfb6326290aa3413cbe2489c4..a1a6ef6532eeab25554c371b9d5cb015ea40d529 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 570386f34be6ed463daf5b36620240f38095f810..44b895b40b5daef22187019b1360b719c2d93546 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bb929f8800ebe7bda18dee7bbb11bf2ad1c77305..00f1c8fc4e5284272cfd62d38518b29505d0dc87 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 26d96b0ed076cac731f7305bd32e4c4143a31ed8..ea1975e730f0bde729a71eb72e2f54b4c0479895 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 958976f9c446705570be61e95c7b16192f64b094..128e91fbc397355357f6951f2e8a2bce2c5ad224 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index f60f0616cb512f52a4fb062033536f45ef616cd7..e91f29616109c7c905a515e5dd4e95ebc8fc5f30 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9b3c2648c34482a3f0513bb0cb52f1eb902fa091..651cbb334813cca4a24cfc219540e6d5efde66e6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index fe85ff16b0130104d75d63ea41bdb9aa9a1e312f..a0fec7b136df69bf374e14ca2869640567fb36a3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index da1d15567888ec1bf27633d9546c862df03b024e..f8e2282dfe507490bda248252d80c02f71328b52 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 37edf2753845dccea5c9bb2594da5b226a7cab2c..71aa130a929f3e3f1f6f58cfff24ebc29c117889 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bfdf51eb61cde248f5b0452a090d1933e08680d2..22ebfcdd7b54664b0659a059cd1b839efb373490 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a37f1119e154710456f9f382a8039beaa0ad470a..e733f866c74f03b950d93ebc068c733c34328e00 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f201056ffff3f5714c58aea72263387e69ed7907..d17cfe19408e9625fcce5d4a4c472e28ae188e4e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 55df0822d68b0718007e139490c5e5fea2b1173f..8166c86f587b3c20d8ac3ab49e602cb11b2c2df7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 579fc5645833512bb769f77b15963989665b3a7a..02ac56b0f296ec26fb48b6e8f8f70c8c43d8cc91 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e837c0ea4211befeddccd505b8a3c5226ebe092c..f5f044732d14ad9ea8dc9ddc778f23d76dee2fd5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 71db86f8c695b4a41df53e0ed544f1123339a25e..5cdeff0f5fa9def8dba4cecb1893aef032558b67 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 88c620799f84ad39a464bf11374dc847f3d981fc..3e68752092f53c93d3e55e57accb5f2f2cce70aa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9dbe8b5913a29d661b1da660ab304eb85818b847..f4890fee8fdd7de3a544f8eb590cbcfa5571b4dd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 51a3fffed011b8439681580f26695a984d81b1f7..c6d80faa15b1152f68bca125e828db8c8f240e08 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c4c4434b6b44b76d799cdcc2543c1fa8ec53d369..a2977ff299af205d762cae13f2e1965b919254e2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 60e536badd8022d2e33f84cb50b7a4f12145e8f0..d05645811c87b9475c4b18898b4c297e25e46371 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5b18088faf073e913f546f0812589e408f1e977c..62eb323314a2c38193df4aedd04a30e433f562fb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2507ecdff63bb598b3a52c1fb26f93bcecd821e5..4af43543ecdc4996ab3c1d54fc8c174994bdc96f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 23cfb2722d68a213ebc1c872fff718ee7e86893c..58cb1a608ea1c6b922ba2f744fd89369ee2e9e49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e752ebe394d054315f5831f975009f5c0cb7e2b2..5219468706b616f79e160f85a838e22273baa2bc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index be2dc58548603a022873926f91aefab8b3f739e0..e7f34723f62d988d0c0c0e3bdc94d8df611bae7e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9e3dac7c20af240e5035cc8a92c87efc2b034347..b01d8b0ce4dad8d77586c2f573857763675c7855 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b15cc81c08f7a5842dba5c46c9cc1a6a4022c65c..137671bb5d7465a723c0be99f51a6797f48095df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3285ab878b1c9fdd2d3f65b3507e77f636df268e..f4756a3e9c6b517e8a2ba59fb86e15b535307317 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ce8c86fb6fbb98c02ee16b452df5b4dce0c4fddb..eec6650732b8d9c8cdcd17812fbb8356743e8d4d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4ccdf31477d71d235edbd33b731a93f6cd562017..f47cc385792c8e6231dcdb95dcab00493cfed6a5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index eda8def759dbb5883e1d14fbf5d9f390a88e4943..ce2b01fb51415ba41f4a22683e6a66c994f225b8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a0259926aefef729a97141f0980978df738fddd0..e204c13fc15d6617fbb255048ea2305fd58eaa4c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c8f13e8a3783f20539f0bbaece6fec9b05c613a4..5c9cb1a0da56753dbda76edaafa590f99a204611 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3d1d285e9dcc64620dedf3f630647e03b26093cc..3c4b9d023135657fc316c3308487b7a35244ffd9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-  FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+  FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
   This file is part of the FreeRTOS.org distribution.\r
 \r
index 2a0f7cf50006ff2f5df6cb349c8425ce50f87fe2..1ae79cdbaa2b416ccf1f1ebce2024c3f6156425d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -148,7 +148,7 @@ const char pxConfigDescriptor[] = {
        0x01,                           /* bNumEndpoints                                                */\r
        0x02,                           /* bInterfaceClass: Comm Interface Class */\r
        0x02,                           /* bInterfaceSubclass: Abstract Control Model*/\r
-       0x01,                           /* bInterfaceProtocol                                   */\r
+       0x00,                           /* bInterfaceProtocol                                   */\r
        usbINTERFACE_STRING,/* iInterface                                                       */\r
 \r
        /* Header Functional Descriptor                                                         */\r
@@ -175,7 +175,7 @@ const char pxConfigDescriptor[] = {
        0x05,                           /* bFunctionLength                                              */\r
        0x24,                           /* bDescriptor type: CS_INTERFACE               */\r
        0x01,                           /* bDescriptor subtype: Call Management Func*/\r
-       0x00,                           /* bmCapabilities: D1 + D0                              */\r
+       0x01,                           /* bmCapabilities: D1 + D0                              */\r
        0x01,                           /* bDataInterface: Data Class Interface 1*/\r
 \r
        /* CDC Control - Endpoint 3 descriptor\r
@@ -196,7 +196,7 @@ const char pxConfigDescriptor[] = {
        0x02,                           /* bNumEndPoints                                                */\r
        0x0A,                           /* bInterfaceClass                                              */\r
        0x00,                           /* bInterfaceSubclass                                   */\r
-       0x01,                           /* bInterfaceProtocol                                   */\r
+       0x00,                           /* bInterfaceProtocol                                   */\r
        0x00,                           /* iInterface                                                   */\r
 \r
        /* CDC Data - Endpoint 1 descriptor */\r
index 5e32347aea121095a0c929f9c3c16e9bfaa24046..ec6f689acb251e4c9ab65d305db75e4fab64d2b7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d1334b950239889086d1ee24c6a3485ce0d8718a..dc87e3cb3af9115bf704f387b80b117d73302072 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5cb9a456fea1b7e807c4f137747ecf15cf746cdb..34d546b83da0ab2d2690389d324f86c941731117 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 189c714d6bb25a3a20ba508ee7ef3c100cdc633a..9e557dba1fe719c4fced8e07cde38b72193d7e6e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9f351665295c8e14dc3c20eec506705506463578..27427eed57d44a137df19b6cba123e07a528dd7d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f70500a623832823e755d0caa0f4662e4f41ea7d..8c7b32f489b46479ada639da1bbd1882149c3b8e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 22f87d2e25bdb7c4e86cec4ab0fed4fd0acbc1d5..acef7bf1b7d4c939fb09e29b5c61025b7d83f051 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c0b605f6dff8ad49769fc9f49d51ace7aab6d80b..290656e22fc9ad52ae610f931dbeeda5acc86146 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d31ace6a66e54b76e9c0f4ffe5b7bab4501e9f18..e4c4f5ac062a47511c16df3dbc255d706a448eba 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9feab5f69c4090630c6b85ee3775186fd065cc7c..2813c66ffbb44e9414fd90fc003a8693f904921b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9da918323a291c9a3bc3e6f424481f3023be209d..a5ddb901841637691ddddd6a38b7b14d3de4e202 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index db1520f6c21d995be03ab2b2ed4cc9c068ded88d..98de2c55f693610d7010b3d37a2da821477772f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8a615743a81226bd0fd7486ea6a64a551a6b280c..f950ad3fb408536e81b41ef1feec2ab6513a8150 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 94beaec06ac263ab3d563215fbf0405e6160de20..a185be4c92e60277997ea133dd81695073253d4b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7a7e8731f1775fbb610994ec60c4ae027c6109a7..1a7d52326596813be9f1513678c4542e345f0df4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7dc335237171256a4d0c23ac1caafbb9fee7a3f9..e93fe449689c289d0a687b5a4b782b66582111b3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3538a4b796132b74e046263fdaeb44ecb618eba2..41f23c0ace2a6c22c4a65581f3588f8f9ee2a837 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 444b436d48595f397c37a04ad2400c733e6a776d..fa9f6441c039b86ab9cc673f4bcde997d067087b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 681fd7a2b1b4cc1705740dd7fd39d1959a50608b..b807f417607ce6292d19bd9ded955268290f8d1c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ba6d867580e729a546157950f8b0bc362a94e4b9..46a29bc9cf6d88c7944a0774726f713bcb429c63 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d8ba0818ed56107fe306df211993232fb2e9d454..967accc45d31d0f10585879d915ebede4e2dc373 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 377480c346ffe1c8df8ce5cad6f9430a41826db0..9b55e079d817b2c818d7c64e35295463ba126f28 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8569ee3ddbc7649188c187fd04d028742ac3dd6a..bea3308334d734496dcdd6338e8faf88dca1e29d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 621b520397bc13f92e1bf48ea2b0afce73029a0f..d554bde519354842629c6cb0f00029e7da9814e2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f8129fb28355b1895b9d810dae4d8353a2846c67..767f9ed3be0c59dff2bc5f7368597a8c58b5435b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e1ec83bd1bbbdcd115976376d52f37e31eb90750..10b7f418c186e3c92a4d8b55e1ff457fe524e684 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f33e07727286b03b5df993aceb8d271d7664ed23..c6b1d02ac81f7c5656ebd8f9d58be751f3cd70ca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 40d1ea869904d377528802ec9048c8f08f798a38..a6eaf99e9ac18d5813addc6405ee7c792006d140 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 648b8730de82d1327c08a06e0e020d2fe940c705..5f1da2233435bbea966172e52d0b4a7eb3cbf7de 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 307fb66173bced0f38b9c58238de89720dff4a60..93dcfbe4ce730814154bea734c0594d991751a90 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a01a34cda51cb4bd065bc9d41e90c3e7868178ff..9b39293ba14d630a169fd2c792070cfafb92ba03 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 95f4c4e8700bd1030729670f522ee49f73ca0388..5adc86123959cc4449c8c3bdbda05e5fe453df80 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7155f797289e1032375dd9fab754dc429846acd8..7cb036107855d748f7f944b11652bba09de020a2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e3f192354383a8d3be8259f15a8daf2de6916075..66d0c2bc80b3466ed0b0a5581553493d514d1a1a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a4d0bd4fc0b825456d79c48d282a5a4f015ccd72..4951ff976d6494bd03bf6117de0d757f074ebf70 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 24c3d31d8d717ba91cdd29453bfb94e7cbc449db..e3d5d15cca3026ed99a86ed6b1190fb631ade661 100644 (file)
@@ -1,5 +1,5 @@
 /* \r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 4436c478e521d6e35a08e08f7411e1cafeb11114..83a4954561023d8e540f81263956559718626652 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 137f2b82e59094ff9dc310bd13b3f91764792bfd..2827202bf577fa301a52640121690e5f2dfb1d1f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a33b327dd7ffbc32ff8ed59141a574593d999b85..9cc8a059613ec6d9f53fcd71cd4485632810d2fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bcc07ec0c51f2fef490de4c4ac1b31f07a7c48f2..560f436fbb5e6c3fb694077a633e147c77611b04 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 434db0939d0381cc6ec8ebded7da110f185919c9..a05acfd723c257c0109f2749635e2055c86cd1f5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a37697a04120af8462fd4f836f10dfb0e91b25d5..4d3809459a7045e580a14e91c88eec8e053849e7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b14c95609789bbde06a4ccc4a26c31571f6ae225..0d9747baa8da6bdd957201b783aa9672d25a2fa4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 86a567ed53e6ce9f28908d5e2ba3df2753d96a90..aa28077111fff8a929a4f1737c0af9a39a06b2e2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 67f56c93001b3acbe8122ff96d6c3969b7ccdf2f..bc829929c40a4229d7f8b8f8966550c8b6745ec6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b14c95609789bbde06a4ccc4a26c31571f6ae225..0d9747baa8da6bdd957201b783aa9672d25a2fa4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b2528dfd4922773f7ccc234d5f5b8bebedf13ef1..ea2342ba35b8b2e7f0296b192cac880180f38081 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a67938335ab932386a8ee6d7f29c94042b3d5c21..5bfb03febe0e26a613dba94b68246b86084a00b3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a3c2163d8c998486321bb292850d70d6e7d50a55..9c7d8db5b37571098f812329a76abfd351178504 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 59798ebca74a58b6e32b4bf05ba943983ac5635e..8b954635bf04d4925b9584d03c97045788daf4ba 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -100,7 +100,7 @@ void vPortSVCHandler( void ) __attribute__ (( naked ));
 /*\r
  * Start first task is a separate function so it can be tested in isolation.\r
  */\r
-void vPortStartFirstTask( unsigned long ulValue ) __attribute__ (( naked ));\r
+void vPortStartFirstTask( void ) __attribute__ (( naked ));\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
@@ -143,12 +143,8 @@ void vPortSVCHandler( void )
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-void vPortStartFirstTask( unsigned long ulValue )\r
+void vPortStartFirstTask( void )\r
 {\r
-       /* ulValue is used from the asm code, but the compiler does not know\r
-       this so remove the warning. */\r
-       ( void ) ulValue;\r
-\r
        asm volatile(\r
                                        " ldr r0, =0xE000ED08   \n" /* Use the NVIC offset register to locate the stack. */\r
                                        " ldr r0, [r0]                  \n"\r
@@ -176,7 +172,7 @@ portBASE_TYPE xPortStartScheduler( void )
        uxCriticalNesting = 0;\r
 \r
        /* Start the first task. */\r
-       vPortStartFirstTask( *((unsigned portLONG *) 0 ) );\r
+       vPortStartFirstTask();\r
 \r
        /* Should not get here! */\r
        return 0;\r
@@ -251,16 +247,18 @@ void xPortPendSVHandler( void )
 \r
 void xPortSysTickHandler( void )\r
 {\r
+unsigned portLONG ulDummy;\r
+\r
        /* If using preemption, also force a context switch. */\r
        #if configUSE_PREEMPTION == 1\r
                *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET;\r
        #endif\r
 \r
-       portSET_INTERRUPT_MASK_FROM_ISR();\r
+       ulDummy = portSET_INTERRUPT_MASK_FROM_ISR();\r
        {\r
                vTaskIncrementTick();\r
        }\r
-       portCLEAR_INTERRUPT_MASK_FROM_ISR();\r
+       portCLEAR_INTERRUPT_MASK_FROM_ISR( ulDummy );\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index 4362f1439d07ff8808a417920174067458e6422f..54a6b02fd6a7796a0382dc245f1bd8fa77a4c8ce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -126,7 +126,7 @@ extern void vPortYieldFromISR( void );
        )\r
 \r
 #define portSET_INTERRUPT_MASK_FROM_ISR()              0;portSET_INTERRUPT_MASK()\r
-#define portCLEAR_INTERRUPT_MASK_FROM_ISR(x)   portCLEAR_INTERRUPT_MASK()\r
+#define portCLEAR_INTERRUPT_MASK_FROM_ISR(x)   portCLEAR_INTERRUPT_MASK();(void)x\r
 \r
 \r
 extern void vPortEnterCritical( void );\r
index f7b3baf588f717a38411616a711f6670d9b7fe3b..88e58b02b80f8db6abe5dc8f786de0f1079ba402 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f8c3e1c3545e7d113b572c1e3fae12eb84d7960a..c5e183f1bdbc9deb3ffd8e7bfcbed2c17d2e905e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 842b11965268eed0c0a4fefd478121f981be6ed5..ba9f93d9172c3e3950d75936f96d5bd4e4db4801 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 728773518332de5611ed78183680e94f2f57f301..be4849a2819db6e2711629670eaa1cab29bff254 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ffda6e5ae15df85d505f78f269cd047d8ca62223..01e857a652bd8a19a1e65310ad8ed6a295994147 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b07312248c676152281ccef94df3e4cc02e9047e..792fda7c43cbbe405e97925789e0b9e15c4199a2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index dc47471c2d96e3571f6ded6329d6ce6bf43e4381..64efacc6126d5f20b2413466ae2d8807822b3441 100644 (file)
@@ -1,5 +1,5 @@
 /* \r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7a34b4ced121b3d53bab229acdb52b5c001de1e4..adf7444e7c7e2ee01b7dbca0a9bedf3fe339edc6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b0029b3bb98e486394e3e701603b9a3b15e6732b..97d97b367943fb85b43e5ae9b493a6553b3e25da 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8631b1a4c2f9ce61082dc49560fc8e9e46c0ab49..46c319b9ae9cca2dd0f5e222a1d5f56315bf7157 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d5e413bf5bf9e596bbc82bf1e4285d3d785fcbf5..ea515c8ba558009e4eb73f39e46b3dc2efb5846f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index caae4c5d33738a90c21260f0186077b3ffc6a5e9..be341b718bc941bffd4e53e7144aaf34547b2b64 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 57b53e2d8319f8f5978473ff570d5f32e429fa08..1f0d5439d77aba049e7f91c952f6313c805e77ac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 324944e400496fe2ac74d3c3449ce931ca07a599..3ce3f989e8961422e5ede0ff094fd98036d144c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2db6d8351a3d64bc6d371a92d1713f59628696da..502d9b0a13998975beb3627ce0a609c0d854c347 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3c15e1e3296bee1e99082ac92aecbdb695c43db5..402f9ec81ef95a1a90c18d9678266ba2377b57f1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index acc58c64d7bad63ed919217cccd37baccf858690..fad142a1ee82c2025e351b792c52dabec41722d5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bc65100735346e091de0adaf97273576296c3e08..34356e86fd42f0d8fe655952b1ddd8f5891a53f7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cbc499629c589cc34bb792ad3f289453ff504303..b33893906612629e7e63a3516738819c03202dc0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b6abebdc93814af3fcba7ac7ada1e5adfb16b1eb..cc38be73a4c565916832a81a5b2c0ca19f411270 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -101,7 +101,7 @@ void xPortSysTickHandler( void );
 /*\r
  * Start first task is a separate function so it can be tested in isolation.\r
  */\r
-extern void vPortStartFirstTask( unsigned portLONG ulValue );\r
+extern void vPortStartFirstTask( void );\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
@@ -142,7 +142,7 @@ portBASE_TYPE xPortStartScheduler( void )
        uxCriticalNesting = 0;\r
 \r
        /* Start the first task. */\r
-       vPortStartFirstTask( *((unsigned portLONG *) 0 ) );\r
+       vPortStartFirstTask();\r
 \r
        /* Should not get here! */\r
        return 0;\r
index d3329a30d874e747a08d0aae94f740ffe24c5b49..73a7264452dbb8c4584262d1153b22e9c4acff0c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3725c09d463baefae1a037c29be64e3cc9f62ba4..306259ba117b325bb995ba4ae115601d5b41cc94 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -111,7 +111,7 @@ extern void vPortClearInterruptMask( void );
 #define portENTER_CRITICAL()                                   vPortEnterCritical()\r
 #define portEXIT_CRITICAL()                                            vPortExitCritical()\r
 #define portSET_INTERRUPT_MASK_FROM_ISR()              0;vPortSetInterruptMask()\r
-#define portCLEAR_INTERRUPT_MASK_FROM_ISR(x)   vPortClearInterruptMask()\r
+#define portCLEAR_INTERRUPT_MASK_FROM_ISR(x)   vPortClearInterruptMask();(void)x\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
index 93fc906857078e802e85f209b3bca80a9c1a2b7c..63c59741834b4cb9e6f65210cd52915eea9c6adc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 47a74a46791cdc12d8e8910ecee29bcd5cc3f6b7..b94f7d1603b4af8afd0775f4c0290b66669f3971 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 270f6d601083c24c6d5e0bf166b377dd7b2f11c0..10ee046e6dbe1b85e13a9ef37393b3941a8fe635 100644 (file)
@@ -1,4 +1,4 @@
-;      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+;      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 ;\r
 ;      This file is part of the FreeRTOS.org distribution.\r
 ;\r
index 6891953a3bec2871c0413d49983d08306d683815..b7af67a44549f9c71fcfb07cb1ab865443b3f59d 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 46119b1ce6fa86b95afab9ccdaec8cc4de9bbc12..f1dd3b1b14ea48f16bfda6faba7ad0c2ba13e6bb 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f7e2e9b40997f49a3bae568590a1d0e919a79da9..335d9f95263650033bb40fc09b636247116e7d24 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f31f3c7158af1a58f621759da8049254fd001e2d..6c58a1fb5168c84e69dc4fde67690f2ccbd1571c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 84a908adeb69a1a22b59d26b56703906467e9e6b..dfa87d1e9a9c1c5965fd66c1f6d28fd105cc87dd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a42e65a4bfd9b41a80d95105c93a6d3694b2674e..094509e32618e5e04d9454717146985c13987775 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 79d2707b616f406cd33e2b77b18ee8dace1ff8cc..8ed308f29994a2f1102a09fab74a88f95a816783 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1bba80dee139ca82faacc971e890ed39e19057ff..d7deeb22853f2aba422874706344f87441139ce0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 248e2bdc0bfa266db6f25a2f5313f9b35cf3267a..7988e2842da74ffb7e59d4838b9c3aafc5939059 100644 (file)
@@ -1,4 +1,4 @@
-;      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+;      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 ;\r
 ;      This file is part of the FreeRTOS.org distribution.\r
 ;\r
index 20746202ff0aa7b07ef2ed648783e74e667cda0f..26d02529bdc4485f8459ef8b56ebef4c0e150b8b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f54aeab08b94f928a3c46bba644484854e5f2dbd..e60707008039a9e51095d307b4ab53b493d89840 100644 (file)
@@ -1,4 +1,4 @@
-;      FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+;      FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 ;\r
 ;      This file is part of the FreeRTOS.org distribution.\r
 ;\r
index 0f5e345a08fd3be65840c74a90a6a0a8f5257bdf..614438d79dccbed2d1027377086be52a898d86b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5ca87f78e563c42b9e32814f93038e65ca36d282..c56b86bde6d6b9aa29e0f595b15b8ae7941ce9a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 045c3061cee7b5cb537629ba834f11d6900c8cbd..6dcbd7f76a1e43d88d992997a0e3536a66d99eb3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 843c74eb2660b769956a2b6613a828fef9409e73..4ca8ad70d4b6ca5e5eeeeb77640f1ee07780f3e1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index ae67af865682916bf5132486fa24c8714bdb2dd9..a4eef88350908f14f4871d7b5891a029f2fe96cf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 959b38f2237419202ff251e757eafc17e7b9493d..efb49db6ad0519246b4207d0f7005a493e1ed458 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f8f8c08e631c1fadf1af9fa3b29441cc86a49e09..d12cdc2c8f8b0b33800fe458a7cee1059a4aec8a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 443fc278b666abd839acdf674188a67180fa0719..46d1d110f38f3392d642ba4b0867fdd80775f8f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c5517b2c93f916e9ac94a4817df774b20aab74a0..343438fc44c61a75f402b250c3331c05d9d7010c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9463839582189c1f13c7bb7681a0b8fde94614e6..30b8cccffdc447a616faed43661e2eb883e9bf58 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e31cc9af493c4b45b54cd8ad2682e7827b786778..30d1a16bc840920d211f427ff3fdfbe94bb874fc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index de6e15102f5514dca75a21f66edd0afa02101b7c..e9c3b168f524ad44cffa89598faf5ab4b0e5c785 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0bcfc0ac353d9f7c33a6f315b458af4f00d1b6fd..58b0c4520b810abc85ae10838d82f5af6b407b89 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 486249a4d7b285572b5a5ba75dfd711a7dc60b47..e11de9c6e2807bff3ea961f361626aba8b1164fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index a92e02b5c0f3306bb2a80623a469a3b2a7c27004..759bd19000b2b3f77506ba7fdb248036930b6fc9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bb87d37913e73f68deabd751f3d7f23f97c87d15..e79ff4def9614c3c3bc8c77a9d322e6fd1d7d51a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 929004a6a6305eedfc34979d062680be9d53e911..c0383b42e987f19aec187bf204c4be83b9f03235 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 581f0954834fc307088655bad74d1b9c7ddbca94..33aed11683680076a56e7c0c53c07de8b5a059ac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 580f7569c55edb84883675234bcad0eb972b309f..27f34fc1f461ead5334eb91ac1f661f1d09405e3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0a21029d84f562cad33a939732bcbd34ffb3a405..2bb636c963be41ade6674bcb2feac9eb67cd7e5f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 217f262e7f52875c084e9e7e861e97aaf7378ac7..4ffe2c13d2673cfb553e83364f6e681e3ccaffab 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 203b1251278995d4b90bed01abf13d707c64189e..d3fd8def36d3faf2e763c110b97aa8172ba13885 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e4ced63e66f260f9145c5d60c31c4f109843d82f..e5987626a1bf6bffb369a910c3c02b4ed1516e56 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b36eb48f67facd95ac80898282730c9074d7ed47..a19a6118f06662612c27b63e21df94fdd824f2d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 35b9ca1490c9d933755f985d87ebd7da787d2449..8b7478b25fd242ea373be93e3291f439d1a9566a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1910d96d249d2e15a4ea2d16c5427cde7456540c..f03295a091e1aa238b08c6ca033900baeda0168b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c571f2531a28023eb46635167540d513e7977d6d..14d68bb002b388eeeb5fe01498a6d1c80e97856f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cf2cff1d97408980d3ec366dadf7914a04a2a153..6e34f4658e05c5543e871274af379c15efac1a81 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -93,7 +93,7 @@ void vPortSVCHandler( void );
 /*\r
  * Start first task is a separate function so it can be tested in isolation.\r
  */\r
-void vPortStartFirstTask( unsigned long ulValue );\r
+void vPortStartFirstTask( void );\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
@@ -133,7 +133,7 @@ __asm void vPortSVCHandler( void )
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-__asm void vPortStartFirstTask( unsigned long ulValue )\r
+__asm void vPortStartFirstTask( void )\r
 {\r
        PRESERVE8\r
 \r
@@ -165,7 +165,7 @@ portBASE_TYPE xPortStartScheduler( void )
        uxCriticalNesting = 0;\r
 \r
        /* Start the first task. */\r
-       vPortStartFirstTask( *((unsigned portLONG *) 0 ) );\r
+       vPortStartFirstTask();\r
 \r
        /* Should not get here! */\r
        return 0;\r
@@ -230,9 +230,9 @@ __asm void xPortPendSVHandler( void )
        ldr r1, [r3]                                     \r
        ldr r0, [r1]                                     /* The first item in pxCurrentTCB is the task top of stack. */\r
        ldmia r0!, {r4-r11}                      /* Pop the registers and the critical nesting count. */\r
-       str r1, [r2]                                     /* Save the new critical nesting value into ulCriticalNesting. */ \r
        msr psp, r0                                              \r
        bx r14\r
+       nop\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
@@ -249,7 +249,7 @@ unsigned portLONG ulDummy;
        {\r
                vTaskIncrementTick();\r
        }\r
-       portCLEAR_INTERRUPT_MASK_FROM_ISR();\r
+       portCLEAR_INTERRUPT_MASK_FROM_ISR( ulDummy );\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index f227dbb576c9a8b7433c5f526735e70327343bb2..0fa73e97132d619728e5e8e430eafcc176324696 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -111,7 +111,7 @@ extern void vPortExitCritical( void );
 #define portENTER_CRITICAL()                                   vPortEnterCritical()\r
 #define portEXIT_CRITICAL()                                            vPortExitCritical()\r
 #define portSET_INTERRUPT_MASK_FROM_ISR()              0;vPortSetInterruptMask()\r
-#define portCLEAR_INTERRUPT_MASK_FROM_ISR(x)   vPortClearInterruptMask()\r
+#define portCLEAR_INTERRUPT_MASK_FROM_ISR(x)   vPortClearInterruptMask();(void)x\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
index 2305b705e01d9acf591ef102c4080fb19c1d3fc4..a99eaae97913f125885863509d1eb6647e8cb834 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e726436685670bbb11d4768d755a1ac5fdb946cf..eba0d568fe83b440dc5e1d7797e64ba46b97c7b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index e35588991d0f05b426916b1d19867f54a18ca5df..5229c692273746eceddd0c97086cafd7de82afde 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bc1b9bc200ca70006b09b77953f6ec7a3b0cb97a..2ea33f128eac69ab71af31c3b099be48676c7c11 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2305b705e01d9acf591ef102c4080fb19c1d3fc4..a99eaae97913f125885863509d1eb6647e8cb834 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 715841d3b99be37ba3b9720a3e3aff548ff0ffac..75c68da2240433fd03305cad256643fc9d30962c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c7d4ced3511fbc9ba0e0989dd06a52823951cc5b..d65a82a7a45c8ca63efdafd2c0d9997250ecb23e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5fb1bdc29d2476bb5d0433d0e9dbc67c21d3deda..d9b33cd253ba96a5630b745586867f16255197af 100644 (file)
@@ -1,5 +1,5 @@
 /* \r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8063f1b50c852705a3018e3f205f04cf4f197490..48a6336a3852d97584ff22b76d1b2aff363f9b5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c5d9fc6585cbeb77c1c422ab26d1250dbb08c686..fbf9271c4af9e6b1ed720b68b78145d7dd49be36 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 18dda019550f90b00cc40c643e7f3d5ac7739461..b1a64e1f2bdb51c25d9ef77288a80e20a0a6f3d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5755dbc6d5f65cc952f151dcc94f51e0977af2da..06e6ea9eb4dc85f86cff9d7a10cc4cc219867f15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2c01cc7504f4d5c44ff4a79a57321f875157632d..cb50c84a840994444fb22bfd0559813eea512d06 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ebf0ce3322fe3afe5cc18027bf60a9557c1433a0..3dcb377da075785c7b4ffd3508d3a65300bfc310 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 74d12115949c63f043e8dc8f1166e1ebfc4722b6..7ef9a41a7011e773db41fde1570c402fe521dd4b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 24b631a3df7aca5b84b9bae7e81394b44902716b..c615053b88b7f471cc0ebbb7e210c2310b350e10 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1c32ce43b5378a49fc65b2c9441f7cda38c52f97..a25d9edeb7cfee12110830985f974d435321a834 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 765bb3555f9cf8c8d886b731161ad57feba2eb82..7e3a9a1818e226132f607713be9b0d7f67757367 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 2aaef5db56992a8d948b9cbcd3282f8a37c6c23f..19715ffb34e525c191ddc6bda7774831b774caba 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+    FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
     This file is part of the FreeRTOS.org distribution.\r
 \r
index b1a568c3c5dfd4eba2aa7a7cfd2634ad00ab5b07..ac8ce2d39854b1000f6f4ccbd0ed142c70f5c0b7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9ac904f483c270cb7c3b5f2475296cf1d43fb236..5d39b5a0687c22492ca7b89f0e310c8e1703a0b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7f6dce127f5f83aa70c5743a58380bd784550d9f..7770f093e03b0112e8e1ccc9a165e4ed2343754a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 151faa3da2da560a9e9e3530c8c14877add35e44..c9cc20bbf81c7f04717e065b776ebb97e212e05c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 984ece2195128af48644643ecec64e07a00ee95f..dd58ef12a3631bcd0a4969e7f6d6eaf6948178aa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 72d66b04e4cd8b860523207eb5cf58962c19637b..01992b5d3646201330aa226bdb6993dfc888af4a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r