From 6da65e9e6b6ca4cd144f7b982bfb848d64a18ea6 Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Mon, 5 Nov 2007 16:44:39 +0000 Subject: [PATCH] Update to V4.6.1 - including PIC32MX port. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@115 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h | 7 +-- Demo/ARM7_AT91FR40008_GCC/Makefile | 2 +- Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c | 7 +-- Demo/ARM7_AT91FR40008_GCC/main.c | 7 +-- Demo/ARM7_AT91FR40008_GCC/serial/serial.c | 7 +-- Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c | 2 +- Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h | 7 +-- Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c | 7 +-- Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c | 7 +-- Demo/ARM7_AT91SAM7S64_IAR/main.c | 7 +-- Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c | 7 +-- Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h | 7 +-- Demo/ARM7_LPC2106_GCC/Makefile | 2 +- Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c | 7 +-- Demo/ARM7_LPC2106_GCC/main.c | 7 +-- Demo/ARM7_LPC2106_GCC/serial/serial.c | 7 +-- Demo/ARM7_LPC2106_GCC/serial/serialISR.c | 7 +-- Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h | 7 +-- Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c | 7 +-- Demo/ARM7_LPC2129_IAR/main.c | 7 +-- Demo/ARM7_LPC2129_IAR/serial/serial.c | 7 +-- Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h | 7 +-- Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c | 7 +-- Demo/ARM7_LPC2129_Keil/main.c | 7 +-- Demo/ARM7_LPC2129_Keil/serial/serial.c | 7 +-- Demo/ARM7_LPC2129_Keil/serial/serialISR.c | 7 +-- Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h | 7 +-- Demo/ARM7_LPC2138_Rowley/main.c | 7 +-- Demo/ARM7_LPC2138_Rowley/mainISR.c | 7 +-- .../RTOSDemo/FreeRTOSConfig.h | 2 +- Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile | 2 +- .../RTOSDemo/ParTest/ParTest.c | 2 +- Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c | 6 ++- .../RTOSDemo/webserver/uIP_Task.c | 2 +- Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h | 2 +- Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c | 2 +- Demo/ARM7_LPC2368_Rowley/main.c | 6 ++- Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c | 2 +- Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h | 7 +-- Demo/ARM7_STR71x_IAR/ParTest/ParTest.c | 7 +-- Demo/ARM7_STR71x_IAR/main.c | 7 +-- Demo/ARM7_STR71x_IAR/serial/serial.c | 7 +-- Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h | 7 +-- Demo/ARM7_STR75x_GCC/ParTest/ParTest.c | 7 +-- Demo/ARM7_STR75x_GCC/main.c | 7 +-- Demo/ARM7_STR75x_GCC/serial/serial.c | 7 +-- Demo/ARM7_STR75x_GCC/serial/serialISR.c | 7 +-- Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h | 7 +-- Demo/ARM7_STR75x_IAR/ParTest/ParTest.c | 7 +-- Demo/ARM7_STR75x_IAR/main.c | 7 +-- Demo/ARM7_STR75x_IAR/serial/serial.c | 7 +-- Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h | 7 +-- Demo/ARM9_STR91X_IAR/ParTest/ParTest.c | 7 +-- .../lwip/include/lwIPWebServer/BasicWEB.h | 2 +- .../lwip/lwipWebServer/BasicWEB.c | 2 +- Demo/ARM9_STR91X_IAR/main.c | 7 +-- Demo/ARM9_STR91X_IAR/serial/serial.c | 7 +-- Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c | 7 +-- Demo/AVR32_UC3/main.c | 7 +-- Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h | 7 +-- Demo/AVR_ATMega323_IAR/ParTest/ParTest.c | 7 +-- Demo/AVR_ATMega323_IAR/main.c | 7 +-- Demo/AVR_ATMega323_IAR/regtest.c | 7 +-- Demo/AVR_ATMega323_IAR/regtest.h | 7 +-- Demo/AVR_ATMega323_IAR/serial/serial.c | 7 +-- Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h | 7 +-- Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c | 7 +-- Demo/AVR_ATMega323_WinAVR/main.c | 7 +-- Demo/AVR_ATMega323_WinAVR/regtest.c | 7 +-- Demo/AVR_ATMega323_WinAVR/regtest.h | 7 +-- Demo/AVR_ATMega323_WinAVR/serial/serial.c | 7 +-- .../CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_GCC/Demo1/main.c | 7 +-- .../CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_GCC/Demo2/main.c | 7 +-- Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c | 7 +-- Demo/CORTEX_LM3S102_GCC/main.c | 7 +-- .../Demo1/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_KEIL/Demo1/main.c | 7 +-- .../Demo2/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_KEIL/Demo2/main.c | 7 +-- Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c | 7 +-- Demo/CORTEX_LM3S102_KEIL/main.c | 7 +-- .../Demo1/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c | 7 +-- Demo/CORTEX_LM3S102_Rowley/Demo1/main.c | 7 +-- .../Demo2/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c | 7 +-- Demo/CORTEX_LM3S102_Rowley/Demo2/main.c | 7 +-- .../Demo3/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c | 7 +-- Demo/CORTEX_LM3S102_Rowley/Demo3/main.c | 7 +-- Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c | 7 +-- Demo/CORTEX_LM3S316_IAR/commstest.c | 7 +-- Demo/CORTEX_LM3S316_IAR/commstest.h | 7 +-- Demo/CORTEX_LM3S316_IAR/main.c | 7 +-- Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S811_GCC/main.c | 7 +-- Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S811_IAR/main.c | 7 +-- Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c | 7 +-- Demo/CORTEX_LM3S811_KEIL/main.c | 7 +-- .../RTOSDemo/FreeRTOSConfig.h | 7 +-- .../CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile | 2 +- .../RTOSDemo/ParTest/ParTest.c | 7 +-- Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c | 6 ++- .../RTOSDemo/timertest.c | 7 +-- .../RTOSDemo/webserver/emac.c | 2 +- .../RTOSDemo/webserver/uIP_Task.c | 2 +- .../CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h | 7 +-- .../ParTest/ParTest.c | 7 +-- Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c | 6 ++- Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c | 7 +-- .../CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c | 2 +- .../webserver/uIP_Task.c | 2 +- Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h | 7 +-- Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c | 7 +-- Demo/CORTEX_STM32F103_IAR/main.c | 7 +-- Demo/CORTEX_STM32F103_IAR/serial/serial.c | 7 +-- Demo/CORTEX_STM32F103_IAR/timertest.c | 7 +-- Demo/Common/Full/BlockQ.c | 7 +-- Demo/Common/Full/PollQ.c | 7 +-- Demo/Common/Full/comtest.c | 7 +-- Demo/Common/Full/death.c | 7 +-- Demo/Common/Full/dynamic.c | 7 +-- Demo/Common/Full/events.c | 7 +-- Demo/Common/Full/flash.c | 7 +-- Demo/Common/Full/flop.c | 7 +-- Demo/Common/Full/integer.c | 7 +-- Demo/Common/Full/print.c | 7 +-- Demo/Common/Full/semtest.c | 7 +-- Demo/Common/Minimal/BlockQ.c | 7 +-- Demo/Common/Minimal/GenQTest.c | 7 +-- Demo/Common/Minimal/PollQ.c | 7 +-- Demo/Common/Minimal/QPeek.c | 7 +-- Demo/Common/Minimal/blocktim.c | 7 +-- Demo/Common/Minimal/comtest.c | 7 +-- Demo/Common/Minimal/crflash.c | 7 +-- Demo/Common/Minimal/crhook.c | 7 +-- Demo/Common/Minimal/death.c | 7 +-- Demo/Common/Minimal/dynamic.c | 7 +-- Demo/Common/Minimal/flash.c | 7 +-- Demo/Common/Minimal/flop.c | 7 +-- Demo/Common/Minimal/integer.c | 7 +-- Demo/Common/Minimal/semtest.c | 7 +-- Demo/Common/include/BlockQ.h | 7 +-- Demo/Common/include/GenQTest.h | 7 +-- Demo/Common/include/PollQ.h | 7 +-- Demo/Common/include/QPeek.h | 7 +-- Demo/Common/include/blocktim.h | 7 +-- Demo/Common/include/comtest.h | 7 +-- Demo/Common/include/comtest2.h | 7 +-- Demo/Common/include/crflash.h | 7 +-- Demo/Common/include/crhook.h | 7 +-- Demo/Common/include/death.h | 7 +-- Demo/Common/include/dynamic.h | 7 +-- Demo/Common/include/fileIO.h | 7 +-- Demo/Common/include/flash.h | 7 +-- Demo/Common/include/flop.h | 7 +-- Demo/Common/include/integer.h | 7 +-- Demo/Common/include/mevents.h | 7 +-- Demo/Common/include/partest.h | 7 +-- Demo/Common/include/print.h | 7 +-- Demo/Common/include/semtest.h | 7 +-- Demo/Common/include/serial.h | 7 +-- Demo/Cygnal/FreeRTOSConfig.h | 7 +-- Demo/Cygnal/Makefile | 2 +- Demo/Cygnal/ParTest/ParTest.c | 7 +-- Demo/Cygnal/main.c | 7 +-- Demo/Cygnal/serial/serial.c | 7 +-- Demo/Flshlite/FRConfig.h | 7 +-- Demo/Flshlite/FileIO/fileIO.c | 7 +-- Demo/Flshlite/FreeRTOSConfig.h | 7 +-- Demo/Flshlite/ParTest/ParTest.c | 7 +-- Demo/Flshlite/main.c | 7 +-- Demo/Flshlite/serial/serial.c | 7 +-- Demo/H8S/RTOSDemo/FreeRTOSConfig.h | 7 +-- Demo/H8S/RTOSDemo/ParTest/ParTest.c | 7 +-- Demo/H8S/RTOSDemo/main.c | 7 +-- Demo/H8S/RTOSDemo/serial/serial.c | 7 +-- .../HCS12_CodeWarrior_banked/FreeRTOSConfig.h | 7 +-- .../ParTest/ParTest.c | 7 +-- Demo/HCS12_CodeWarrior_banked/main.c | 7 +-- Demo/HCS12_CodeWarrior_banked/serial/serial.c | 7 +-- Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h | 7 +-- .../HCS12_CodeWarrior_small/ParTest/ParTest.c | 7 +-- Demo/HCS12_CodeWarrior_small/main.c | 7 +-- Demo/HCS12_CodeWarrior_small/serial/serial.c | 7 +-- Demo/HCS12_GCC_banked/FreeRTOSConfig.h | 7 +-- Demo/HCS12_GCC_banked/ParTest.c | 7 +-- Demo/HCS12_GCC_banked/main.c | 7 +-- Demo/HCS12_GCC_banked/startup.c | 7 +-- Demo/MCF5235_GCC/FreeRTOSConfig.h | 7 +-- Demo/MCF5235_GCC/demo.c | 7 +-- Demo/MCF5235_GCC/system/crt0.S | 5 ++- Demo/MCF5235_GCC/system/init.c | 5 ++- Demo/MCF5235_GCC/system/newlib.c | 5 ++- Demo/MCF5235_GCC/system/serial.c | 5 ++- Demo/MCF5235_GCC/system/vector.S | 5 ++- Demo/MicroBlaze/FreeRTOSConfig.h | 7 +-- Demo/MicroBlaze/ParTest/ParTest.c | 7 +-- Demo/MicroBlaze/main.c | 7 +-- Demo/MicroBlaze/serial/serial.c | 7 +-- Demo/PC/FRConfig.h | 7 +-- Demo/PC/FileIO/fileIO.c | 7 +-- Demo/PC/FreeRTOSConfig.h | 7 +-- Demo/PC/ParTest/ParTest.c | 7 +-- Demo/PC/main.c | 7 +-- Demo/PC/serial/serial.c | 7 +-- Demo/PIC18_MPLAB/FreeRTOSConfig.h | 7 +-- Demo/PIC18_MPLAB/ParTest/ParTest.c | 7 +-- Demo/PIC18_MPLAB/main1.c | 7 +-- Demo/PIC18_MPLAB/main2.c | 7 +-- Demo/PIC18_MPLAB/main3.c | 7 +-- Demo/PIC18_MPLAB/rtosdemo1.mcp | 44 ++++++++++--------- Demo/PIC18_MPLAB/rtosdemo2.mcp | 32 +++++++------- Demo/PIC18_MPLAB/rtosdemo3.mcp | 34 +++++++------- Demo/PIC18_MPLAB/serial/serial.c | 7 +-- Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo1/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo1/fuses.c | 7 +-- Demo/PIC18_WizC/Demo1/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo1/main.c | 7 +-- Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo2/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo2/fuses.c | 7 +-- Demo/PIC18_WizC/Demo2/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo2/main.c | 7 +-- Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo3/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo3/fuses.c | 7 +-- Demo/PIC18_WizC/Demo3/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo3/main.c | 7 +-- Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo4/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo4/fuses.c | 7 +-- Demo/PIC18_WizC/Demo4/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo4/main.c | 7 +-- Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo5/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo5/fuses.c | 7 +-- Demo/PIC18_WizC/Demo5/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo5/main.c | 7 +-- Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo6/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo6/fuses.c | 7 +-- Demo/PIC18_WizC/Demo6/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo6/main.c | 7 +-- Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h | 7 +-- Demo/PIC18_WizC/Demo7/WIZCmake.h | 7 +-- Demo/PIC18_WizC/Demo7/fuses.c | 7 +-- Demo/PIC18_WizC/Demo7/interrupt.c | 7 +-- Demo/PIC18_WizC/Demo7/main.c | 7 +-- Demo/PIC18_WizC/ParTest/ParTest.c | 7 +-- Demo/PIC18_WizC/serial/isrSerialRx.c | 7 +-- Demo/PIC18_WizC/serial/isrSerialTx.c | 7 +-- Demo/PIC18_WizC/serial/serial.c | 7 +-- Demo/PIC24_MPLAB/FreeRTOSConfig.h | 7 +-- Demo/PIC24_MPLAB/ParTest/ParTest.c | 7 +-- Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp | 2 +- Demo/PIC24_MPLAB/lcd.c | 7 +-- Demo/PIC24_MPLAB/lcd.h | 7 +-- Demo/PIC24_MPLAB/main.c | 7 +-- Demo/PIC24_MPLAB/serial/serial.c | 7 +-- Demo/PIC24_MPLAB/timertest.c | 7 +-- Demo/PIC24_MPLAB/timertest.h | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/Makefile | 2 +- Demo/WizNET_DEMO_GCC_ARM7/TCP.c | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/TCP.h | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/html_pages.h | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/i2c.c | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/i2c.h | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c | 7 +-- Demo/WizNET_DEMO_GCC_ARM7/main.c | 7 +-- Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h | 7 +-- Demo/WizNET_DEMO_TERN_186/HTTPTask.c | 7 +-- Demo/WizNET_DEMO_TERN_186/HTTPTask.h | 7 +-- Demo/WizNET_DEMO_TERN_186/main.c | 7 +-- Demo/WizNET_DEMO_TERN_186/serial/serial.c | 7 +-- Demo/dsPIC_MPLAB/FreeRTOSConfig.h | 7 +-- Demo/dsPIC_MPLAB/ParTest/ParTest.c | 7 +-- Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp | 2 +- Demo/dsPIC_MPLAB/lcd.c | 7 +-- Demo/dsPIC_MPLAB/lcd.h | 7 +-- Demo/dsPIC_MPLAB/main.c | 7 +-- Demo/dsPIC_MPLAB/serial/serial.c | 7 +-- Demo/dsPIC_MPLAB/timertest.c | 7 +-- Demo/dsPIC_MPLAB/timertest.h | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h | 7 +-- .../EMAC/SAM7_EMAC_ISR.c | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c | 2 +- Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/main.c | 7 +-- Demo/lwIP_Demo_Rowley_ARM7/makefile | 2 +- Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h | 7 +-- Demo/lwIP_MCF5235_GCC/demo.c | 7 +-- Demo/lwIP_MCF5235_GCC/system/crt0.S | 5 ++- Demo/lwIP_MCF5235_GCC/system/init.c | 5 ++- Demo/lwIP_MCF5235_GCC/system/newlib.c | 5 ++- Demo/lwIP_MCF5235_GCC/system/serial.c | 5 ++- Demo/lwIP_MCF5235_GCC/system/vector.S | 5 ++- Demo/lwIP_MCF5235_GCC/web.c | 7 +-- Demo/lwIP_MCF5235_GCC/web.h | 7 +-- Demo/msp430_CrossWorks/FreeRTOSConfig.h | 7 +-- Demo/msp430_CrossWorks/ParTest/ParTest.c | 7 +-- Demo/msp430_CrossWorks/main.c | 7 +-- Demo/msp430_CrossWorks/serial/serial.c | 7 +-- Demo/msp430_GCC/FreeRTOSConfig.h | 7 +-- Demo/msp430_GCC/ParTest/ParTest.c | 7 +-- Demo/msp430_GCC/main.c | 7 +-- Demo/msp430_GCC/makefile | 2 +- Demo/msp430_GCC/serial/serial.c | 7 +-- Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 | 7 +-- Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c | 7 +-- Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h | 7 +-- Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c | 7 +-- Demo/uIP_Demo_IAR_ARM7/main.c | 7 +-- Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h | 7 +-- Demo/uIP_Demo_Rowley_ARM7/main.c | 7 +-- Source/croutine.c | 7 +-- Source/include/FreeRTOS.h | 7 +-- Source/include/croutine.h | 14 ++++-- Source/include/list.h | 14 ++++-- Source/include/portable.h | 17 +++++-- Source/include/projdefs.h | 7 +-- Source/include/queue.h | 14 ++++-- Source/include/semphr.h | 7 +-- Source/include/task.h | 15 +++++-- Source/list.c | 7 +-- Source/portable/BCC/16BitDOS/Flsh186/port.c | 7 +-- .../portable/BCC/16BitDOS/Flsh186/prtmacro.h | 7 +-- Source/portable/BCC/16BitDOS/PC/port.c | 7 +-- Source/portable/BCC/16BitDOS/PC/prtmacro.h | 7 +-- Source/portable/BCC/16BitDOS/common/portasm.h | 7 +-- .../portable/BCC/16BitDOS/common/portcomn.c | 7 +-- Source/portable/CodeWarrior/HCS12/port.c | 7 +-- Source/portable/CodeWarrior/HCS12/portmacro.h | 7 +-- Source/portable/GCC/ARM7_AT91FR40008/port.c | 7 +-- .../portable/GCC/ARM7_AT91FR40008/portISR.c | 7 +-- .../portable/GCC/ARM7_AT91FR40008/portmacro.h | 15 +++++-- Source/portable/GCC/ARM7_AT91SAM7S/port.c | 7 +-- Source/portable/GCC/ARM7_AT91SAM7S/portISR.c | 7 +-- .../portable/GCC/ARM7_AT91SAM7S/portmacro.h | 15 +++++-- Source/portable/GCC/ARM7_LPC2000/port.c | 7 +-- Source/portable/GCC/ARM7_LPC2000/portISR.c | 7 +-- Source/portable/GCC/ARM7_LPC2000/portmacro.h | 15 +++++-- Source/portable/GCC/ARM7_LPC23xx/port.c | 2 +- Source/portable/GCC/ARM7_LPC23xx/portISR.c | 2 +- Source/portable/GCC/ARM7_LPC23xx/portmacro.h | 10 ++++- Source/portable/GCC/ARM_CM3/port.c | 7 +-- Source/portable/GCC/ARM_CM3/portmacro.h | 15 +++++-- Source/portable/GCC/ATMega323/port.c | 7 +-- Source/portable/GCC/ATMega323/portmacro.h | 15 +++++-- Source/portable/GCC/AVR32_UC3/port.c | 7 +-- Source/portable/GCC/AVR32_UC3/portmacro.h | 14 ++++-- Source/portable/GCC/H8S2329/port.c | 7 +-- Source/portable/GCC/H8S2329/portmacro.h | 15 +++++-- Source/portable/GCC/HCS12/port.c | 7 +-- Source/portable/GCC/HCS12/portmacro.h | 14 ++++-- Source/portable/GCC/MCF5235/port.c | 5 ++- Source/portable/GCC/MCF5235/portmacro.h | 15 ++++++- Source/portable/GCC/MSP430F449/port.c | 7 +-- Source/portable/GCC/MSP430F449/portmacro.h | 15 +++++-- Source/portable/GCC/MicroBlaze/port.c | 7 +-- Source/portable/GCC/MicroBlaze/portmacro.h | 15 +++++-- Source/portable/GCC/STR75x/port.c | 7 +-- Source/portable/GCC/STR75x/portISR.c | 7 +-- Source/portable/GCC/STR75x/portmacro.h | 15 +++++-- Source/portable/IAR/ARM_CM3/port.c | 7 +-- Source/portable/IAR/ARM_CM3/portasm.s | 7 +-- Source/portable/IAR/ARM_CM3/portmacro.h | 14 ++++-- Source/portable/IAR/ATMega323/port.c | 7 +-- Source/portable/IAR/ATMega323/portmacro.h | 15 +++++-- Source/portable/IAR/ATMega323/portmacro.s90 | 2 +- Source/portable/IAR/AVR32_UC3/port.c | 7 +-- Source/portable/IAR/AVR32_UC3/portmacro.h | 15 +++++-- Source/portable/IAR/AtmelSAM7S64/port.c | 7 +-- Source/portable/IAR/AtmelSAM7S64/portmacro.h | 15 +++++-- Source/portable/IAR/LPC2000/port.c | 7 +-- Source/portable/IAR/LPC2000/portmacro.h | 15 +++++-- Source/portable/IAR/STR71x/port.c | 7 +-- Source/portable/IAR/STR71x/portmacro.h | 16 +++++-- Source/portable/IAR/STR75x/ISR_Support.h | 2 +- Source/portable/IAR/STR75x/port.c | 7 +-- Source/portable/IAR/STR75x/portasm.s79 | 2 +- Source/portable/IAR/STR75x/portmacro.h | 15 +++++-- Source/portable/IAR/STR91x/ISR_Support.h | 7 +-- Source/portable/IAR/STR91x/port.c | 7 +-- Source/portable/IAR/STR91x/portasm.s79 | 7 +-- Source/portable/IAR/STR91x/portmacro.h | 15 +++++-- Source/portable/Keil/ARM7/port.c | 7 +-- Source/portable/Keil/ARM7/portISR.c | 7 +-- Source/portable/Keil/ARM7/portmacro.h | 15 +++++-- Source/portable/MPLAB/PIC18F/port.c | 7 +-- Source/portable/MPLAB/PIC18F/portmacro.h | 7 +-- Source/portable/MPLAB/PIC24_dsPIC/port.c | 7 +-- Source/portable/MPLAB/PIC24_dsPIC/portmacro.h | 15 +++++-- Source/portable/MemMang/heap_1.c | 7 +-- Source/portable/MemMang/heap_2.c | 7 +-- Source/portable/MemMang/heap_3.c | 7 +-- .../Paradigm/Tern_EE/large_untested/port.c | 7 +-- .../Paradigm/Tern_EE/large_untested/portasm.h | 7 +-- .../Tern_EE/large_untested/portmacro.h | 16 +++++-- Source/portable/Paradigm/Tern_EE/small/port.c | 7 +-- .../portable/Paradigm/Tern_EE/small/portasm.h | 7 +-- .../Paradigm/Tern_EE/small/portmacro.h | 15 +++++-- Source/portable/RVDS/ARM_CM3/port.c | 7 +-- Source/portable/RVDS/ARM_CM3/portmacro.h | 15 +++++-- .../portable/Rowley/MSP430F449/Port1/port.c | 7 +-- .../Rowley/MSP430F449/Port1/portmacro.h | 7 +-- .../portable/Rowley/MSP430F449/Port2/port.c | 7 +-- .../Rowley/MSP430F449/Port2/portmacro.h | 7 +-- Source/portable/Rowley/MSP430F449/port.c | 7 +-- Source/portable/Rowley/MSP430F449/portmacro.h | 7 +-- Source/portable/SDCC/Cygnal/port.c | 7 +-- Source/portable/SDCC/Cygnal/portmacro.h | 7 +-- .../portable/WizC/PIC18/Drivers/Tick/Tick.c | 7 +-- .../WizC/PIC18/Drivers/Tick/isrTick.c | 7 +-- Source/portable/WizC/PIC18/addFreeRTOS.h | 7 +-- Source/portable/WizC/PIC18/port.c | 7 +-- Source/portable/WizC/PIC18/portmacro.h | 7 +-- .../portable/oWatcom/16BitDOS/Flsh186/port.c | 7 +-- .../oWatcom/16BitDOS/Flsh186/portmacro.h | 14 ++++-- Source/portable/oWatcom/16BitDOS/PC/port.c | 7 +-- .../portable/oWatcom/16BitDOS/PC/portmacro.h | 16 +++++-- .../oWatcom/16BitDOS/common/portasm.h | 7 +-- .../oWatcom/16BitDOS/common/portcomn.c | 7 +-- Source/queue.c | 7 +-- Source/tasks.c | 7 +-- 445 files changed, 1988 insertions(+), 1302 deletions(-) diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h index b22f9839a..07c217bbb 100644 --- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile index e6bdeb7fd..402edcc9b 100644 --- a/Demo/ARM7_AT91FR40008_GCC/Makefile +++ b/Demo/ARM7_AT91FR40008_GCC/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c index 492b5c483..29845e4af 100644 --- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c index 3970b06fd..c12cfa705 100644 --- a/Demo/ARM7_AT91FR40008_GCC/main.c +++ b/Demo/ARM7_AT91FR40008_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c index c6a3b6b8a..cafa0200b 100644 --- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c +++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c index 34f82c68f..2a6f7c1d1 100644 --- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c +++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h index 13d6cb4af..67ec37760 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c index 4dcf21a8e..40dac4b94 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c index 5c3b27337..117fce6b5 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c index 804f42f7d..6bb3cc8e1 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/main.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c index d6dbafc61..08871cb54 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h index 308667c87..05f77ce82 100644 --- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile index 2b498c83e..0e6da787e 100644 --- a/Demo/ARM7_LPC2106_GCC/Makefile +++ b/Demo/ARM7_LPC2106_GCC/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c index fc4ac48cc..0bff00380 100644 --- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c index 87066456d..fc6827213 100644 --- a/Demo/ARM7_LPC2106_GCC/main.c +++ b/Demo/ARM7_LPC2106_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c index afa76ba25..d1b7df79c 100644 --- a/Demo/ARM7_LPC2106_GCC/serial/serial.c +++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c index 0b0e32413..5519690b2 100644 --- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c +++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h index 2323c2480..3ef07df9a 100644 --- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c index 7cb28d58a..d03fc67af 100644 --- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c index 614450b8b..02b1e4438 100644 --- a/Demo/ARM7_LPC2129_IAR/main.c +++ b/Demo/ARM7_LPC2129_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c index 4d028eb22..247d215d5 100644 --- a/Demo/ARM7_LPC2129_IAR/serial/serial.c +++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h index 0a2fe661f..cdc8f2ece 100644 --- a/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c index afd4edf5b..1afe6e350 100644 --- a/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_Keil/main.c b/Demo/ARM7_LPC2129_Keil/main.c index 1c22e98d6..0248850f7 100644 --- a/Demo/ARM7_LPC2129_Keil/main.c +++ b/Demo/ARM7_LPC2129_Keil/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_Keil/serial/serial.c b/Demo/ARM7_LPC2129_Keil/serial/serial.c index 6b6131c32..e0218fa47 100644 --- a/Demo/ARM7_LPC2129_Keil/serial/serial.c +++ b/Demo/ARM7_LPC2129_Keil/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2129_Keil/serial/serialISR.c b/Demo/ARM7_LPC2129_Keil/serial/serialISR.c index b1bbf02f1..d56bc956f 100644 --- a/Demo/ARM7_LPC2129_Keil/serial/serialISR.c +++ b/Demo/ARM7_LPC2129_Keil/serial/serialISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h index f70ef247f..f1a73934b 100644 --- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c index ce8346396..fb1d47576 100644 --- a/Demo/ARM7_LPC2138_Rowley/main.c +++ b/Demo/ARM7_LPC2138_Rowley/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c index 0a470f428..ae03deae9 100644 --- a/Demo/ARM7_LPC2138_Rowley/mainISR.c +++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #include "FreeRTOS.h" diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h index f90931c99..c5c41912f 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS V3.2.3 - Copyright (C) 2003-2005 Richard Barry. + FreeRTOS V4.6.1 - Copyright (C) 2003-2005 Richard Barry. This file is part of the FreeRTOS distribution. diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile index c4a6e752e..4c054c040 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c index 21ad64e7a..92f5047a6 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c index a01533b4d..eb8ddfd1c 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -27,6 +27,10 @@ See http://www.FreeRTOS.org for documentation, latest information, license and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. + + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c index 767ff6bf1..fc7f0b26c 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h index 2ef3f5470..119cab5d0 100644 --- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS V3.2.3 - Copyright (C) 2003-2005 Richard Barry. + FreeRTOS V4.6.1 - Copyright (C) 2003-2005 Richard Barry. This file is part of the FreeRTOS distribution. diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c index 21ad64e7a..92f5047a6 100644 --- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c index c9b85c38e..9d7935987 100644 --- a/Demo/ARM7_LPC2368_Rowley/main.c +++ b/Demo/ARM7_LPC2368_Rowley/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -27,6 +27,10 @@ See http://www.FreeRTOS.org for documentation, latest information, license and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. + + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c index f1a5dce42..4a772b070 100644 --- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c +++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h index a0dfff921..5b5a40380 100644 --- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c index 1114b5f47..5ecdff9cd 100644 --- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c index 0cdd9b913..3d564b931 100644 --- a/Demo/ARM7_STR71x_IAR/main.c +++ b/Demo/ARM7_STR71x_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c index 2a554b7bb..cdd615bc9 100644 --- a/Demo/ARM7_STR71x_IAR/serial/serial.c +++ b/Demo/ARM7_STR71x_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h index 6ce11259a..47c50d5ec 100644 --- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c index c440b0152..02f04a3cf 100644 --- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c index ef068241c..39cd5b261 100644 --- a/Demo/ARM7_STR75x_GCC/main.c +++ b/Demo/ARM7_STR75x_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c index 1b597dc15..f84f008a8 100644 --- a/Demo/ARM7_STR75x_GCC/serial/serial.c +++ b/Demo/ARM7_STR75x_GCC/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c index c31e1929e..526ce925d 100644 --- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c +++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h index 1e68f5234..90bc74b2f 100644 --- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c index c440b0152..02f04a3cf 100644 --- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c index cf25d3d8d..acbe4063a 100644 --- a/Demo/ARM7_STR75x_IAR/main.c +++ b/Demo/ARM7_STR75x_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c index 8a50564e0..5e37273bf 100644 --- a/Demo/ARM7_STR75x_IAR/serial/serial.c +++ b/Demo/ARM7_STR75x_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h index 3827f6c5a..641dcee87 100644 --- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h +++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c index 273ff2108..9f87210eb 100644 --- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c +++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h index 33c832231..f5b17ee98 100644 --- a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h +++ b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.0.4 - copyright (C) 2003-2006 Richard Barry. + FreeRTOS.org V4.6.1 - copyright (C) 2003-2006 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c index 7b5c818bf..2f949bc81 100644 --- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c +++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c @@ -1,6 +1,6 @@ /* - FreeRTOS.org V4.6.0 - copyright (C) 2003-2006 Richard Barry. + FreeRTOS.org V4.6.1 - copyright (C) 2003-2006 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c index 271501345..ac9666f83 100644 --- a/Demo/ARM9_STR91X_IAR/main.c +++ b/Demo/ARM9_STR91X_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c index a20dd1182..bc3b21c3d 100644 --- a/Demo/ARM9_STR91X_IAR/serial/serial.c +++ b/Demo/ARM9_STR91X_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c index 397bb2661..6fe701096 100644 --- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c +++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ /* Standard includes. */ diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c index 2ccb5f073..829381366 100644 --- a/Demo/AVR32_UC3/main.c +++ b/Demo/AVR32_UC3/main.c @@ -30,7 +30,7 @@ *****************************************************************************/ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -59,8 +59,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h index 86904bd9e..7e2ae4c8f 100644 --- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h +++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c index 635704744..0848018d1 100644 --- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c +++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c index 184562363..6994d6548 100644 --- a/Demo/AVR_ATMega323_IAR/main.c +++ b/Demo/AVR_ATMega323_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c index 7f037be02..5147032bd 100644 --- a/Demo/AVR_ATMega323_IAR/regtest.c +++ b/Demo/AVR_ATMega323_IAR/regtest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h index d89baa5e1..1f6a409d1 100644 --- a/Demo/AVR_ATMega323_IAR/regtest.h +++ b/Demo/AVR_ATMega323_IAR/regtest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c index 3b8087bad..8fcd21e39 100644 --- a/Demo/AVR_ATMega323_IAR/serial/serial.c +++ b/Demo/AVR_ATMega323_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h index 7830ec1c1..e0bc4b907 100644 --- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h +++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c index 635704744..0848018d1 100644 --- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c +++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c index 962a41ec4..b0ec3c9ac 100644 --- a/Demo/AVR_ATMega323_WinAVR/main.c +++ b/Demo/AVR_ATMega323_WinAVR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c index 7f037be02..5147032bd 100644 --- a/Demo/AVR_ATMega323_WinAVR/regtest.c +++ b/Demo/AVR_ATMega323_WinAVR/regtest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h index d89baa5e1..1f6a409d1 100644 --- a/Demo/AVR_ATMega323_WinAVR/regtest.h +++ b/Demo/AVR_ATMega323_WinAVR/regtest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c index e5b2d63d4..5dcf33878 100644 --- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c +++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h index 97ae33234..d1694999b 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c index 4a9da696e..1488dcfe6 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c +++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h index 639084e67..d8782855d 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c index 753967b28..310d927d8 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c +++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h index 97ae33234..d1694999b 100644 --- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c index e6d1d52bc..52dcc9875 100644 --- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c index 4a9da696e..1488dcfe6 100644 --- a/Demo/CORTEX_LM3S102_GCC/main.c +++ b/Demo/CORTEX_LM3S102_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h index 97ae33234..d1694999b 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c index da8440241..8ec2cbc62 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c +++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h index 639084e67..d8782855d 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c index 285571964..59d8bad75 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c +++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h index 97ae33234..d1694999b 100644 --- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c index e6d1d52bc..52dcc9875 100644 --- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c index da8440241..8ec2cbc62 100644 --- a/Demo/CORTEX_LM3S102_KEIL/main.c +++ b/Demo/CORTEX_LM3S102_KEIL/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h index 97ae33234..d1694999b 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c index e6d1d52bc..52dcc9875 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c index 7c75ef172..852d8f09e 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h index 639084e67..d8782855d 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c index e6d1d52bc..52dcc9875 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c index 7cd374922..070638c2d 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h index 4a76090c4..28f837996 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c index a46c5f3fb..ed72037e5 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c index 53ea760d4..b620979dc 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h index d033b280f..dc484ee14 100644 --- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c index e6d1d52bc..52dcc9875 100644 --- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c index d553606e0..fe5f4a7a4 100644 --- a/Demo/CORTEX_LM3S316_IAR/commstest.c +++ b/Demo/CORTEX_LM3S316_IAR/commstest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h index d890717ea..14e78a43b 100644 --- a/Demo/CORTEX_LM3S316_IAR/commstest.h +++ b/Demo/CORTEX_LM3S316_IAR/commstest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c index 38be3c574..673e3ab8f 100644 --- a/Demo/CORTEX_LM3S316_IAR/main.c +++ b/Demo/CORTEX_LM3S316_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h index 70a6789ac..9cf94fae7 100644 --- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c index db32f19b0..286f14fdb 100644 --- a/Demo/CORTEX_LM3S811_GCC/main.c +++ b/Demo/CORTEX_LM3S811_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h index 632be62d7..6a4f02c90 100644 --- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c index 4c6b37826..6e48b0b3d 100644 --- a/Demo/CORTEX_LM3S811_IAR/main.c +++ b/Demo/CORTEX_LM3S811_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h index f8288ffdb..cb60e553c 100644 --- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c index b9b6121cc..c48d0996a 100644 --- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c +++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c index df209e795..c32628a1b 100644 --- a/Demo/CORTEX_LM3S811_KEIL/main.c +++ b/Demo/CORTEX_LM3S811_KEIL/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h index 9dcc891d9..bde7d42a4 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile index f1b79ea37..09f0f0d4e 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c index 3c3716df4..3dc446071 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c index 6ea8468c0..55c0e535b 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -27,6 +27,10 @@ See http://www.FreeRTOS.org for documentation, latest information, license and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. + + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c index d6c450b0d..f74b9b743 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c index b1427d6c4..7addce2fa 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c index 8767d5b82..f00cd28fd 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h index 14fb7813b..cc637fad3 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c index 3c3716df4..3dc446071 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c index 14ba06d3e..4c96f4597 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -27,6 +27,10 @@ See http://www.FreeRTOS.org for documentation, latest information, license and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. + + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c index d6c450b0d..f74b9b743 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c index b1427d6c4..7addce2fa 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c index 7a8c6fc07..764e03e66 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h index f73bda9cf..bfab542a0 100644 --- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c index 3bdf94267..2b104c5f9 100644 --- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c +++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c index 7498e3ce6..517bdbf62 100644 --- a/Demo/CORTEX_STM32F103_IAR/main.c +++ b/Demo/CORTEX_STM32F103_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c index 5b29b933a..e5ac71995 100644 --- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c +++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c index 425da98f0..98cc65435 100644 --- a/Demo/CORTEX_STM32F103_IAR/timertest.c +++ b/Demo/CORTEX_STM32F103_IAR/timertest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c index 358e1983c..ef017ba12 100644 --- a/Demo/Common/Full/BlockQ.c +++ b/Demo/Common/Full/BlockQ.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c index 559ffc4fa..0126464f9 100644 --- a/Demo/Common/Full/PollQ.c +++ b/Demo/Common/Full/PollQ.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c index 96bcaedfd..f7eef01d8 100644 --- a/Demo/Common/Full/comtest.c +++ b/Demo/Common/Full/comtest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c index 37653233a..a873da86d 100644 --- a/Demo/Common/Full/death.c +++ b/Demo/Common/Full/death.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c index 1b56a79d6..6935905e1 100644 --- a/Demo/Common/Full/dynamic.c +++ b/Demo/Common/Full/dynamic.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c index 251b33604..74f9e9dd7 100644 --- a/Demo/Common/Full/events.c +++ b/Demo/Common/Full/events.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c index 296213cc3..a46ff89e3 100644 --- a/Demo/Common/Full/flash.c +++ b/Demo/Common/Full/flash.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c index 57a54e239..a8186d8fa 100644 --- a/Demo/Common/Full/flop.c +++ b/Demo/Common/Full/flop.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c index 6afa0247a..8e0395b80 100644 --- a/Demo/Common/Full/integer.c +++ b/Demo/Common/Full/integer.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c index 0b2b9cd0f..9ea35b34a 100644 --- a/Demo/Common/Full/print.c +++ b/Demo/Common/Full/print.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c index 85c6222af..03f6d590f 100644 --- a/Demo/Common/Full/semtest.c +++ b/Demo/Common/Full/semtest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c index 06e8c4a0f..e0d3569a1 100644 --- a/Demo/Common/Minimal/BlockQ.c +++ b/Demo/Common/Minimal/BlockQ.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c index 20f015a39..1f8eac5d7 100644 --- a/Demo/Common/Minimal/GenQTest.c +++ b/Demo/Common/Minimal/GenQTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c index 8947f483c..640918b03 100644 --- a/Demo/Common/Minimal/PollQ.c +++ b/Demo/Common/Minimal/PollQ.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c index 3191528a2..41e40b3e6 100644 --- a/Demo/Common/Minimal/QPeek.c +++ b/Demo/Common/Minimal/QPeek.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c index 6b90b50fb..0b369a861 100644 --- a/Demo/Common/Minimal/blocktim.c +++ b/Demo/Common/Minimal/blocktim.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c index 86ef4b742..72be185a9 100644 --- a/Demo/Common/Minimal/comtest.c +++ b/Demo/Common/Minimal/comtest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c index 773373166..bcc0026b4 100644 --- a/Demo/Common/Minimal/crflash.c +++ b/Demo/Common/Minimal/crflash.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c index 28c911357..d51c2447f 100644 --- a/Demo/Common/Minimal/crhook.c +++ b/Demo/Common/Minimal/crhook.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c index b9eb2bfaa..be4c5e129 100644 --- a/Demo/Common/Minimal/death.c +++ b/Demo/Common/Minimal/death.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c index 630f1cc93..5f8d3ab56 100644 --- a/Demo/Common/Minimal/dynamic.c +++ b/Demo/Common/Minimal/dynamic.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c index 19fb88a28..cc57411e5 100644 --- a/Demo/Common/Minimal/flash.c +++ b/Demo/Common/Minimal/flash.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c index 23f6de0f2..313dea15d 100644 --- a/Demo/Common/Minimal/flop.c +++ b/Demo/Common/Minimal/flop.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c index 8b844ea74..87a936679 100644 --- a/Demo/Common/Minimal/integer.c +++ b/Demo/Common/Minimal/integer.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c index dfe5aaf44..b5705ea8b 100644 --- a/Demo/Common/Minimal/semtest.c +++ b/Demo/Common/Minimal/semtest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h index 0951854d3..f4930eb6b 100644 --- a/Demo/Common/include/BlockQ.h +++ b/Demo/Common/include/BlockQ.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h index d41d067e8..4e4ef4f92 100644 --- a/Demo/Common/include/GenQTest.h +++ b/Demo/Common/include/GenQTest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h index 88101f824..26417755c 100644 --- a/Demo/Common/include/PollQ.h +++ b/Demo/Common/include/PollQ.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h index a6dcbdb95..b225bd1ff 100644 --- a/Demo/Common/include/QPeek.h +++ b/Demo/Common/include/QPeek.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h index 4fa43bd80..d9885bd06 100644 --- a/Demo/Common/include/blocktim.h +++ b/Demo/Common/include/blocktim.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h index 39ab186a1..2e364c196 100644 --- a/Demo/Common/include/comtest.h +++ b/Demo/Common/include/comtest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h index 5200223b8..74c3c4389 100644 --- a/Demo/Common/include/comtest2.h +++ b/Demo/Common/include/comtest2.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h index 9ea78edbf..837498528 100644 --- a/Demo/Common/include/crflash.h +++ b/Demo/Common/include/crflash.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h index 76df93389..de2d90447 100644 --- a/Demo/Common/include/crhook.h +++ b/Demo/Common/include/crhook.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h index b6cf40f29..71d791b57 100644 --- a/Demo/Common/include/death.h +++ b/Demo/Common/include/death.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h index 355cd5147..714f83c5e 100644 --- a/Demo/Common/include/dynamic.h +++ b/Demo/Common/include/dynamic.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h index 24b741e2d..e6eee74f7 100644 --- a/Demo/Common/include/fileIO.h +++ b/Demo/Common/include/fileIO.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h index bdac543be..5a1e28eb3 100644 --- a/Demo/Common/include/flash.h +++ b/Demo/Common/include/flash.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h index 0b077d1cd..7a7584c73 100644 --- a/Demo/Common/include/flop.h +++ b/Demo/Common/include/flop.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h index e06d487e8..0bc6728e8 100644 --- a/Demo/Common/include/integer.h +++ b/Demo/Common/include/integer.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h index cee271479..a3c47958c 100644 --- a/Demo/Common/include/mevents.h +++ b/Demo/Common/include/mevents.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h index 9470c30e1..5201fb5e6 100644 --- a/Demo/Common/include/partest.h +++ b/Demo/Common/include/partest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h index 5c05dfef8..78ccfae51 100644 --- a/Demo/Common/include/print.h +++ b/Demo/Common/include/print.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h index 9ca9b5842..5ba3dfe07 100644 --- a/Demo/Common/include/semtest.h +++ b/Demo/Common/include/semtest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h index c3ff33e34..d6d4a261c 100644 --- a/Demo/Common/include/serial.h +++ b/Demo/Common/include/serial.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h index 574ce1946..a6fcc27bf 100644 --- a/Demo/Cygnal/FreeRTOSConfig.h +++ b/Demo/Cygnal/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile index ae940a7d1..7e21e891d 100644 --- a/Demo/Cygnal/Makefile +++ b/Demo/Cygnal/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c index 238097555..e72695af1 100644 --- a/Demo/Cygnal/ParTest/ParTest.c +++ b/Demo/Cygnal/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #include diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c index 2de535b7a..aa2fcae41 100644 --- a/Demo/Cygnal/main.c +++ b/Demo/Cygnal/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c index d28d3d8c5..839d54e8c 100644 --- a/Demo/Cygnal/serial/serial.c +++ b/Demo/Cygnal/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h index 11c5527b9..b7e8d1bf6 100644 --- a/Demo/Flshlite/FRConfig.h +++ b/Demo/Flshlite/FRConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c index caca4b1a2..9f3caf498 100644 --- a/Demo/Flshlite/FileIO/fileIO.c +++ b/Demo/Flshlite/FileIO/fileIO.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h index 7c9f7d9d6..0e25f3417 100644 --- a/Demo/Flshlite/FreeRTOSConfig.h +++ b/Demo/Flshlite/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c index 2dcff8491..6a617220c 100644 --- a/Demo/Flshlite/ParTest/ParTest.c +++ b/Demo/Flshlite/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c index 2e5beb866..ce977371e 100644 --- a/Demo/Flshlite/main.c +++ b/Demo/Flshlite/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c index fef3de4c0..442023fcc 100644 --- a/Demo/Flshlite/serial/serial.c +++ b/Demo/Flshlite/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h index f6c21aa3b..be73726ae 100644 --- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c index f81a9f5f9..4d4228830 100644 --- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c +++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c index 4229efdd9..9014c78b5 100644 --- a/Demo/H8S/RTOSDemo/main.c +++ b/Demo/H8S/RTOSDemo/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c index 3cbf35a31..13348f9a3 100644 --- a/Demo/H8S/RTOSDemo/serial/serial.c +++ b/Demo/H8S/RTOSDemo/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h index 1fe32145c..3c3ce4d34 100644 --- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h +++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c index 45d7e5e6a..e05e06103 100644 --- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c +++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c index 9f696e8ac..60265a885 100644 --- a/Demo/HCS12_CodeWarrior_banked/main.c +++ b/Demo/HCS12_CodeWarrior_banked/main.c @@ -1,6 +1,6 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c index 752b07705..64d18c481 100644 --- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c +++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h index f6f7a1510..e3ba4d591 100644 --- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h +++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c index 45d7e5e6a..e05e06103 100644 --- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c +++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c index 6a7dec11f..b812d3c4d 100644 --- a/Demo/HCS12_CodeWarrior_small/main.c +++ b/Demo/HCS12_CodeWarrior_small/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c index 006f48af3..036b20538 100644 --- a/Demo/HCS12_CodeWarrior_small/serial/serial.c +++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h index 3006a1bcc..befc85ab1 100644 --- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h +++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c index f271a3d5d..55ab9305a 100644 --- a/Demo/HCS12_GCC_banked/ParTest.c +++ b/Demo/HCS12_GCC_banked/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c index 56aec0556..35ac98be0 100644 --- a/Demo/HCS12_GCC_banked/main.c +++ b/Demo/HCS12_GCC_banked/main.c @@ -1,6 +1,6 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c index f6003312c..bdbfab74c 100644 --- a/Demo/HCS12_GCC_banked/startup.c +++ b/Demo/HCS12_GCC_banked/startup.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/FreeRTOSConfig.h b/Demo/MCF5235_GCC/FreeRTOSConfig.h index 6ba8993f7..09686d282 100644 --- a/Demo/MCF5235_GCC/FreeRTOSConfig.h +++ b/Demo/MCF5235_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS V4.1.0 - Copyright (C) 2003-2006 Richard Barry. + FreeRTOS V4.6.1 - Copyright (C) 2003-2006 Richard Barry. MCF5235 Port - Copyright (C) 2006 Christian Walter. This file is part of the FreeRTOS distribution. @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/demo.c b/Demo/MCF5235_GCC/demo.c index 6cc6d53a8..2ad5d8e19 100644 --- a/Demo/MCF5235_GCC/demo.c +++ b/Demo/MCF5235_GCC/demo.c @@ -1,5 +1,5 @@ /* - FreeRTOS V4.1.0 - Copyright (C) 2003-2006 Richard Barry. + FreeRTOS V4.6.1 - Copyright (C) 2003-2006 Richard Barry. MCF5235 Port - Copyright (C) 2006 Christian Walter. This file is part of the FreeRTOS distribution. @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/system/crt0.S b/Demo/MCF5235_GCC/system/crt0.S index 97323a4f7..efc61e42d 100644 --- a/Demo/MCF5235_GCC/system/crt0.S +++ b/Demo/MCF5235_GCC/system/crt0.S @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/system/init.c b/Demo/MCF5235_GCC/system/init.c index f923c982c..2ac4f7002 100644 --- a/Demo/MCF5235_GCC/system/init.c +++ b/Demo/MCF5235_GCC/system/init.c @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/system/newlib.c b/Demo/MCF5235_GCC/system/newlib.c index 1626a9d60..098af75ec 100644 --- a/Demo/MCF5235_GCC/system/newlib.c +++ b/Demo/MCF5235_GCC/system/newlib.c @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/system/serial.c b/Demo/MCF5235_GCC/system/serial.c index ef10d7aa9..f8d35db85 100644 --- a/Demo/MCF5235_GCC/system/serial.c +++ b/Demo/MCF5235_GCC/system/serial.c @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MCF5235_GCC/system/vector.S b/Demo/MCF5235_GCC/system/vector.S index f1d0a4733..5974215bd 100644 --- a/Demo/MCF5235_GCC/system/vector.S +++ b/Demo/MCF5235_GCC/system/vector.S @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h index adfb624db..fb2962e4e 100644 --- a/Demo/MicroBlaze/FreeRTOSConfig.h +++ b/Demo/MicroBlaze/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c index dc0fab37b..fd93c558d 100644 --- a/Demo/MicroBlaze/ParTest/ParTest.c +++ b/Demo/MicroBlaze/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c index 5391630f6..d2c7d0350 100644 --- a/Demo/MicroBlaze/main.c +++ b/Demo/MicroBlaze/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c index c5062f077..b80116363 100644 --- a/Demo/MicroBlaze/serial/serial.c +++ b/Demo/MicroBlaze/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h index ee8f5aa1b..dfb455ce6 100644 --- a/Demo/PC/FRConfig.h +++ b/Demo/PC/FRConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c index fc8be3f8f..67ee7f653 100644 --- a/Demo/PC/FileIO/fileIO.c +++ b/Demo/PC/FileIO/fileIO.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h index 66b9dbe42..b35b89bc7 100644 --- a/Demo/PC/FreeRTOSConfig.h +++ b/Demo/PC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c index 6d67ffb69..d472d2e96 100644 --- a/Demo/PC/ParTest/ParTest.c +++ b/Demo/PC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PC/main.c b/Demo/PC/main.c index 68698c8e2..603c22a9e 100644 --- a/Demo/PC/main.c +++ b/Demo/PC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c index 84b99537f..c96b9bb81 100644 --- a/Demo/PC/serial/serial.c +++ b/Demo/PC/serial/serial.c @@ -5,7 +5,7 @@ http://dzcomm.sourceforge.net - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -34,8 +34,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h index 21c02a36c..54a027dd4 100644 --- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c index 042d9764d..b53e28020 100644 --- a/Demo/PIC18_MPLAB/ParTest/ParTest.c +++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c index 9bd54013c..c355d33a5 100644 --- a/Demo/PIC18_MPLAB/main1.c +++ b/Demo/PIC18_MPLAB/main1.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c index 763ece948..92a16036f 100644 --- a/Demo/PIC18_MPLAB/main2.c +++ b/Demo/PIC18_MPLAB/main2.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c index 230a03899..ae81f9793 100644 --- a/Demo/PIC18_MPLAB/main3.c +++ b/Demo/PIC18_MPLAB/main3.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_MPLAB/rtosdemo1.mcp b/Demo/PIC18_MPLAB/rtosdemo1.mcp index 3d84a0562..2a954177e 100644 --- a/Demo/PIC18_MPLAB/rtosdemo1.mcp +++ b/Demo/PIC18_MPLAB/rtosdemo1.mcp @@ -2,12 +2,13 @@ magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] +BuildDirPolicy=BuildDirIsSourceDir dir_src= dir_bin= dir_tmp= dir_sin= -dir_inc=D:\DevTools\mcc18\h;e:\dev\freertos\demo\common\include;e:\dev\freertos\source\include;e:\dev\freertos\source\portable\mplab\PIC18F;e:\dev\freertos\demo\PIC18_MPLAB -dir_lib=D:\DevTools\mcc18\lib +dir_inc=.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\PIC18_MPLAB;..\..\..\Demo\PIC18_MPLAB;..\..\..\..\Demo\PIC18_MPLAB;C:\Devtools\Microchip\MCC18\h;..\Common\include;..\..\Common\include +dir_lib=C:\Devtools\Microchip\MCC18\lib dir_lkr= [CAT_FILTERS] filter_src=*.asm;*.c @@ -38,25 +39,25 @@ file_018=no file_019=no file_020=no [FILE_INFO] -file_000=E:\Dev\FreeRTOS\Source\tasks.c -file_001=E:\Dev\FreeRTOS\Source\queue.c -file_002=E:\Dev\FreeRTOS\Source\list.c -file_003=E:\Dev\FreeRTOS\Source\portable\MPLAB\PIC18F\port.c -file_004=E:\Dev\FreeRTOS\Demo\Common\Minimal\PollQ.c +file_000=..\..\Source\tasks.c +file_001=..\..\Source\queue.c +file_002=..\..\Source\list.c +file_003=..\..\Source\portable\MPLAB\PIC18F\port.c +file_004=..\Common\Minimal\PollQ.c file_005=main1.c file_006=ParTest\ParTest.c file_007=serial\serial.c -file_008=E:\Dev\FreeRTOS\Demo\Common\Minimal\integer.c -file_009=E:\Dev\FreeRTOS\Source\portable\MemMang\heap_1.c -file_010=E:\Dev\FreeRTOS\Source\portable\MPLAB\PIC18F\portmacro.h -file_011=E:\Dev\FreeRTOS\Source\include\task.h -file_012=E:\Dev\FreeRTOS\Source\include\list.h -file_013=E:\Dev\FreeRTOS\Source\include\portable.h -file_014=E:\Dev\FreeRTOS\Source\include\projdefs.h -file_015=E:\Dev\FreeRTOS\Source\include\queue.h -file_016=E:\Dev\FreeRTOS\Demo\Common\include\integer.h -file_017=E:\Dev\FreeRTOS\Demo\Common\include\PollQ.h -file_018=E:\Dev\FreeRTOS\Demo\Common\include\serial.h +file_008=..\Common\Minimal\integer.c +file_009=..\..\Source\portable\MemMang\heap_1.c +file_010=..\..\Source\portable\MPLAB\PIC18F\portmacro.h +file_011=..\..\Source\include\task.h +file_012=..\..\Source\include\list.h +file_013=..\..\Source\include\portable.h +file_014=..\..\Source\include\projdefs.h +file_015=..\..\Source\include\queue.h +file_016=..\Common\include\integer.h +file_017=..\Common\include\PollQ.h +file_018=..\Common\include\serial.h file_019=FreeRTOSConfig.h file_020=18f452.lkr [SUITE_INFO] @@ -67,6 +68,7 @@ TS{DD2213A8-6310-47B1-8376-9430CDFC013F}=/aINHX8M TS{BFD27FBA-4A02-4C0E-A5E5-B812F3E7707C}=/m"$(BINDIR_)$(TARGETBASE).map" /aINHX8M /o"$(TARGETBASE).cof" TS{C2AF05E7-1416-4625-923D-E114DB6E2B96}=-w3 -DMPLAB_PIC18F_PORT -Ls -Opa- -nw 2074 -nw 2066 TS{ADE93A55-C7C7-4D4D-A4BA-59305F7D0391}= -[TOOL_LOC_STAMPS] -tool_loc{96C98149-AA1B-4CF9-B967-FAE79CAB663C}=D:\DevTools\mcc18\bin\mplink.exe -tool_loc{E56A1C86-9D32-4DF6-8C34-FE0388B1B644}=D:\DevTools\mcc18\bin\mcc18.exe +[INSTRUMENTED_TRACE] +enable=0 +transport=0 +format=0 diff --git a/Demo/PIC18_MPLAB/rtosdemo2.mcp b/Demo/PIC18_MPLAB/rtosdemo2.mcp index bbc543a0d..cdd481154 100644 --- a/Demo/PIC18_MPLAB/rtosdemo2.mcp +++ b/Demo/PIC18_MPLAB/rtosdemo2.mcp @@ -6,8 +6,8 @@ dir_src= dir_bin= dir_tmp= dir_sin= -dir_inc=D:\DevTools\mcc18\h;e:\dev\freertos\demo\common\include;e:\dev\freertos\source\include;e:\dev\freertos\source\portable\mplab\PIC18F;e:\dev\freertos\demo\PIC18_MPLAB -dir_lib=D:\DevTools\mcc18\lib +dir_inc=.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\PIC18_MPLAB;..\..\..\Demo\PIC18_MPLAB;..\..\..\..\Demo\PIC18_MPLAB;C:\Devtools\Microchip\MCC18\h;..\Common\include;..\..\Common\include +dir_lib=C:\Devtools\Microchip\MCC18\lib dir_lkr= [CAT_FILTERS] filter_src=*.asm;*.c @@ -39,20 +39,20 @@ file_018=no file_000=main2.c file_001=serial\serial.c file_002=ParTest\ParTest.c -file_003=E:\Dev\FreeRTOS\Source\tasks.c -file_004=E:\Dev\FreeRTOS\Source\queue.c -file_005=E:\Dev\FreeRTOS\Source\list.c -file_006=E:\Dev\FreeRTOS\Source\portable\MemMang\heap_1.c -file_007=E:\Dev\FreeRTOS\Demo\Common\Minimal\flash.c -file_008=E:\Dev\FreeRTOS\Source\portable\MPLAB\PIC18F\port.c -file_009=E:\Dev\FreeRTOS\Source\portable\MPLAB\PIC18F\portmacro.h -file_010=E:\Dev\FreeRTOS\Source\include\task.h -file_011=E:\Dev\FreeRTOS\Source\include\list.h -file_012=E:\Dev\FreeRTOS\Source\include\portable.h -file_013=E:\Dev\FreeRTOS\Source\include\projdefs.h -file_014=E:\Dev\FreeRTOS\Source\include\queue.h -file_015=E:\Dev\FreeRTOS\Demo\Common\include\serial.h -file_016=E:\Dev\FreeRTOS\Demo\Common\include\flash.h +file_003=..\..\Source\tasks.c +file_004=..\..\Source\queue.c +file_005=..\..\Source\list.c +file_006=..\..\Source\portable\MemMang\heap_1.c +file_007=..\Common\Minimal\flash.c +file_008=..\..\Source\portable\MPLAB\PIC18F\port.c +file_009=..\..\Source\portable\MPLAB\PIC18F\portmacro.h +file_010=..\..\Source\include\task.h +file_011=..\..\Source\include\list.h +file_012=..\..\Source\include\portable.h +file_013=..\..\Source\include\projdefs.h +file_014=..\..\Source\include\queue.h +file_015=..\Common\include\serial.h +file_016=..\Common\include\flash.h file_017=FreeRTOSConfig.h file_018=18f452.lkr [SUITE_INFO] diff --git a/Demo/PIC18_MPLAB/rtosdemo3.mcp b/Demo/PIC18_MPLAB/rtosdemo3.mcp index 0b6b8de04..22cb2da12 100644 --- a/Demo/PIC18_MPLAB/rtosdemo3.mcp +++ b/Demo/PIC18_MPLAB/rtosdemo3.mcp @@ -6,8 +6,8 @@ dir_src= dir_bin= dir_tmp= dir_sin= -dir_inc=D:\DevTools\mcc18\h;e:\dev\freertos\demo\common\include;e:\dev\freertos\source\include;e:\dev\freertos\source\portable\mplab\PIC18F;e:\dev\freertos\demo\PIC18_MPLAB -dir_lib=D:\DevTools\mcc18\lib +dir_inc=.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\PIC18_MPLAB;..\..\..\Demo\PIC18_MPLAB;..\..\..\..\Demo\PIC18_MPLAB;C:\Devtools\Microchip\MCC18\h;..\Common\include;..\..\Common\include +dir_lib=C:\Devtools\Microchip\MCC18\lib dir_lkr= [CAT_FILTERS] filter_src=*.asm;*.c @@ -37,24 +37,24 @@ file_017=no file_018=no file_019=no [FILE_INFO] -file_000=E:\Dev\FreeRTOS\Source\tasks.c -file_001=E:\Dev\FreeRTOS\Source\queue.c -file_002=E:\Dev\FreeRTOS\Source\list.c -file_003=E:\Dev\FreeRTOS\Source\portable\MPLAB\PIC18F\port.c +file_000=..\..\Source\tasks.c +file_001=..\..\Source\queue.c +file_002=..\..\Source\list.c +file_003=..\..\Source\portable\MPLAB\PIC18F\port.c file_004=serial\serial.c file_005=main3.c -file_006=E:\Dev\FreeRTOS\Demo\Common\Minimal\comtest.c -file_007=E:\Dev\FreeRTOS\Demo\Common\Minimal\integer.c -file_008=E:\Dev\FreeRTOS\Source\portable\MemMang\heap_1.c +file_006=..\Common\Minimal\comtest.c +file_007=..\Common\Minimal\integer.c +file_008=..\..\Source\portable\MemMang\heap_1.c file_009=ParTest\ParTest.c -file_010=E:\Dev\FreeRTOS\Source\portable\MPLAB\PIC18F\portmacro.h -file_011=E:\Dev\FreeRTOS\Source\include\task.h -file_012=E:\Dev\FreeRTOS\Source\include\list.h -file_013=E:\Dev\FreeRTOS\Source\include\portable.h -file_014=E:\Dev\FreeRTOS\Source\include\projdefs.h -file_015=E:\Dev\FreeRTOS\Source\include\queue.h -file_016=E:\Dev\FreeRTOS\Demo\Common\include\serial.h -file_017=E:\Dev\FreeRTOS\Demo\Common\include\comtest.h +file_010=..\..\Source\portable\MPLAB\PIC18F\portmacro.h +file_011=..\..\Source\include\task.h +file_012=..\..\Source\include\list.h +file_013=..\..\Source\include\portable.h +file_014=..\..\Source\include\projdefs.h +file_015=..\..\Source\include\queue.h +file_016=..\Common\include\serial.h +file_017=..\Common\include\comtest.h file_018=FreeRTOSConfig.h file_019=18f452.lkr [SUITE_INFO] diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c index 4147aa656..6e8455b86 100644 --- a/Demo/PIC18_MPLAB/serial/serial.c +++ b/Demo/PIC18_MPLAB/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h index 3df259641..579e201c8 100644 --- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h index 0966aa7da..bc2a2fe2b 100644 --- a/Demo/PIC18_WizC/Demo1/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo1/fuses.c +++ b/Demo/PIC18_WizC/Demo1/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c index 3cdaff2a1..40ba7c953 100644 --- a/Demo/PIC18_WizC/Demo1/interrupt.c +++ b/Demo/PIC18_WizC/Demo1/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c index c66913303..386324521 100644 --- a/Demo/PIC18_WizC/Demo1/main.c +++ b/Demo/PIC18_WizC/Demo1/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h index 6d356dc56..a2550895d 100644 --- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h index 5d0aff42f..35c46bdf9 100644 --- a/Demo/PIC18_WizC/Demo2/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo2/fuses.c +++ b/Demo/PIC18_WizC/Demo2/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c index f69874210..f76c53d83 100644 --- a/Demo/PIC18_WizC/Demo2/interrupt.c +++ b/Demo/PIC18_WizC/Demo2/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c index c09844eed..1d8626a36 100644 --- a/Demo/PIC18_WizC/Demo2/main.c +++ b/Demo/PIC18_WizC/Demo2/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h index ad4dbdc2a..a2c9dcf41 100644 --- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h index 5d0aff42f..35c46bdf9 100644 --- a/Demo/PIC18_WizC/Demo3/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo3/fuses.c +++ b/Demo/PIC18_WizC/Demo3/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c index f69874210..f76c53d83 100644 --- a/Demo/PIC18_WizC/Demo3/interrupt.c +++ b/Demo/PIC18_WizC/Demo3/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c index 23f9a2c8a..dcc85dccb 100644 --- a/Demo/PIC18_WizC/Demo3/main.c +++ b/Demo/PIC18_WizC/Demo3/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h index f6c97bfcc..d746533c9 100644 --- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h index 5d0aff42f..35c46bdf9 100644 --- a/Demo/PIC18_WizC/Demo4/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo4/fuses.c +++ b/Demo/PIC18_WizC/Demo4/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c index f69874210..f76c53d83 100644 --- a/Demo/PIC18_WizC/Demo4/interrupt.c +++ b/Demo/PIC18_WizC/Demo4/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c index a0370fbef..661c24d11 100644 --- a/Demo/PIC18_WizC/Demo4/main.c +++ b/Demo/PIC18_WizC/Demo4/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h index 7c10a3ff3..0587fafd7 100644 --- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h index 5d0aff42f..35c46bdf9 100644 --- a/Demo/PIC18_WizC/Demo5/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo5/fuses.c +++ b/Demo/PIC18_WizC/Demo5/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c index f69874210..f76c53d83 100644 --- a/Demo/PIC18_WizC/Demo5/interrupt.c +++ b/Demo/PIC18_WizC/Demo5/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c index d448f933c..e44b5af5a 100644 --- a/Demo/PIC18_WizC/Demo5/main.c +++ b/Demo/PIC18_WizC/Demo5/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h index 45d80ecc1..ec7f8645d 100644 --- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h index 5d0aff42f..35c46bdf9 100644 --- a/Demo/PIC18_WizC/Demo6/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo6/fuses.c +++ b/Demo/PIC18_WizC/Demo6/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c index f69874210..f76c53d83 100644 --- a/Demo/PIC18_WizC/Demo6/interrupt.c +++ b/Demo/PIC18_WizC/Demo6/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c index 674a2dbef..1291b4803 100644 --- a/Demo/PIC18_WizC/Demo6/main.c +++ b/Demo/PIC18_WizC/Demo6/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h index 8c588c76a..ca4749565 100644 --- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h index 5d0aff42f..35c46bdf9 100644 --- a/Demo/PIC18_WizC/Demo7/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c index 5481a452e..581e0774b 100644 --- a/Demo/PIC18_WizC/Demo7/fuses.c +++ b/Demo/PIC18_WizC/Demo7/fuses.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c index f69874210..f76c53d83 100644 --- a/Demo/PIC18_WizC/Demo7/interrupt.c +++ b/Demo/PIC18_WizC/Demo7/interrupt.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c index 9fa768b90..334fc4080 100644 --- a/Demo/PIC18_WizC/Demo7/main.c +++ b/Demo/PIC18_WizC/Demo7/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c index c3968de2b..b73cc18ea 100644 --- a/Demo/PIC18_WizC/ParTest/ParTest.c +++ b/Demo/PIC18_WizC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c index 44ebec293..97f03a56d 100644 --- a/Demo/PIC18_WizC/serial/isrSerialRx.c +++ b/Demo/PIC18_WizC/serial/isrSerialRx.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c index 5814413f2..c5e535719 100644 --- a/Demo/PIC18_WizC/serial/isrSerialTx.c +++ b/Demo/PIC18_WizC/serial/isrSerialTx.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c index 2b73194e5..3da88885a 100644 --- a/Demo/PIC18_WizC/serial/serial.c +++ b/Demo/PIC18_WizC/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h index b74c1b350..bba36938e 100644 --- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c index ed849b9be..400d4fea9 100644 --- a/Demo/PIC24_MPLAB/ParTest/ParTest.c +++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp index 882052bb7..82a1d5ad4 100644 --- a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp +++ b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp @@ -6,7 +6,7 @@ dir_src= dir_bin= dir_tmp= dir_sin= -dir_inc=.;C:\E\Dev\FreeRTOS\Demo\Common\include;C:\E\Dev\FreeRTOS\Demo\PIC24_MPLAB;C:\E\Dev\FreeRTOS\source\include +dir_inc=.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\PIC24_MPLAB;..\..\..\Demo\PIC24_MPLAB;..\..\..\..\Demo\PIC24_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include dir_lib= dir_lkr= [CAT_FILTERS] diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c index 2def14e5f..89688828c 100644 --- a/Demo/PIC24_MPLAB/lcd.c +++ b/Demo/PIC24_MPLAB/lcd.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h index b20444de7..ba08a9641 100644 --- a/Demo/PIC24_MPLAB/lcd.h +++ b/Demo/PIC24_MPLAB/lcd.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c index ed466f393..c96456ac0 100644 --- a/Demo/PIC24_MPLAB/main.c +++ b/Demo/PIC24_MPLAB/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c index c20b8d808..301c9239f 100644 --- a/Demo/PIC24_MPLAB/serial/serial.c +++ b/Demo/PIC24_MPLAB/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c index b1ce8d413..1155f6585 100644 --- a/Demo/PIC24_MPLAB/timertest.c +++ b/Demo/PIC24_MPLAB/timertest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h index 9782a93cb..e5481f2fe 100644 --- a/Demo/PIC24_MPLAB/timertest.h +++ b/Demo/PIC24_MPLAB/timertest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h index d186ecb65..45882c7fa 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c index f9ce12a9f..986daf9df 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h index 5401ffcff..de0a90cc3 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile index 1b7e54df9..f8c0c4af0 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile +++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c index 240a5442b..6b3da4aa0 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h index 145c0beff..5f8d0e47f 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c index f141dc18b..52f1612cf 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h index 107710276..0a02306e6 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c index ed0075cf7..ac5cee53b 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h index 14a1b54a0..ed8f5ebbc 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c index cae30b07d..3a39dd187 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c index f33d6ee2f..6106da429 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/main.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h index 7566a0b80..9b8c160d9 100644 --- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h +++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c index 37df03016..9d27840b0 100644 --- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c +++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h index 3752b5245..8c530cf80 100644 --- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h +++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c index a5996c701..4dde9bf9f 100644 --- a/Demo/WizNET_DEMO_TERN_186/main.c +++ b/Demo/WizNET_DEMO_TERN_186/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c index dd812748f..760aa2eb2 100644 --- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c +++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h index a3c04bda0..2d1405d33 100644 --- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h +++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c index 6de8310f0..1df4b1f23 100644 --- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c +++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp index c0b8b324b..bc3a1986a 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp @@ -6,7 +6,7 @@ dir_src= dir_bin= dir_tmp= dir_sin= -dir_inc=.;C:\E\Dev\FreeRTOS\Demo\Common\include;C:\E\Dev\FreeRTOS\Demo\dsPIC_MPLAB;C:\E\Dev\FreeRTOS\source\include +dir_inc=.;.\include;..\include;..\..\include;..\..\..\include;..\..\Source\include;..\..\..\Source\include;..\Demo\dsPIC_MPLAB;..\..\..\Demo\dsPIC_MPLAB;..\..\..\..\Demo\dsPIC_MPLAB;.\FileSystem;..\Common\include;..\..\Common\include dir_lib= dir_lkr= [CAT_FILTERS] diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c index 9488af906..f80968afa 100644 --- a/Demo/dsPIC_MPLAB/lcd.c +++ b/Demo/dsPIC_MPLAB/lcd.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h index b20444de7..ba08a9641 100644 --- a/Demo/dsPIC_MPLAB/lcd.h +++ b/Demo/dsPIC_MPLAB/lcd.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c index ed466f393..c96456ac0 100644 --- a/Demo/dsPIC_MPLAB/main.c +++ b/Demo/dsPIC_MPLAB/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c index 24b40567e..fd10257e3 100644 --- a/Demo/dsPIC_MPLAB/serial/serial.c +++ b/Demo/dsPIC_MPLAB/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c index b1ce8d413..1155f6585 100644 --- a/Demo/dsPIC_MPLAB/timertest.c +++ b/Demo/dsPIC_MPLAB/timertest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h index 9782a93cb..e5481f2fe 100644 --- a/Demo/dsPIC_MPLAB/timertest.h +++ b/Demo/dsPIC_MPLAB/timertest.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c index ce7e88b71..cce3e7114 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h index fec114eaf..b49ae4b3d 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c index e6bd18e46..79ba7de46 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h index 089ddec83..359304d52 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c index e06ae8654..909e294bc 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h index fe76d7e8e..ae74c2937 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c index 27f699a70..260c28164 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c index d0499f8f5..543581b95 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h index 8835cd1e7..d66f07a83 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c index b24e0a508..42c752b6c 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h index f74463a37..cdbe4a4c7 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h index 512f66f86..a0a5922c1 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c index ba15e248f..575555443 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/main.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile index 5a422fa10..1fa78ed71 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/makefile +++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h b/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h index 59b8324de..17323ba36 100644 --- a/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h +++ b/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS V4.1.0 - Copyright (C) 2003-2006 Richard Barry. + FreeRTOS V4.6.1 - Copyright (C) 2003-2006 Richard Barry. MCF5235 Port - Copyright (C) 2006 Christian Walter. This file is part of the FreeRTOS distribution. @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/demo.c b/Demo/lwIP_MCF5235_GCC/demo.c index b248a5be1..5633b594a 100644 --- a/Demo/lwIP_MCF5235_GCC/demo.c +++ b/Demo/lwIP_MCF5235_GCC/demo.c @@ -1,5 +1,5 @@ /* - FreeRTOS V4.1.0 - copyright (C) 2003-2006 Richard Barry. + FreeRTOS V4.6.1 - copyright (C) 2003-2006 Richard Barry. MCF5235 Port - Copyright (C) 2006 Christian Walter. This file is part of the FreeRTOS distribution. @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/system/crt0.S b/Demo/lwIP_MCF5235_GCC/system/crt0.S index 97323a4f7..efc61e42d 100644 --- a/Demo/lwIP_MCF5235_GCC/system/crt0.S +++ b/Demo/lwIP_MCF5235_GCC/system/crt0.S @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/system/init.c b/Demo/lwIP_MCF5235_GCC/system/init.c index f923c982c..2ac4f7002 100644 --- a/Demo/lwIP_MCF5235_GCC/system/init.c +++ b/Demo/lwIP_MCF5235_GCC/system/init.c @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/system/newlib.c b/Demo/lwIP_MCF5235_GCC/system/newlib.c index 1626a9d60..098af75ec 100644 --- a/Demo/lwIP_MCF5235_GCC/system/newlib.c +++ b/Demo/lwIP_MCF5235_GCC/system/newlib.c @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/system/serial.c b/Demo/lwIP_MCF5235_GCC/system/serial.c index ef10d7aa9..f8d35db85 100644 --- a/Demo/lwIP_MCF5235_GCC/system/serial.c +++ b/Demo/lwIP_MCF5235_GCC/system/serial.c @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/system/vector.S b/Demo/lwIP_MCF5235_GCC/system/vector.S index f1d0a4733..5974215bd 100644 --- a/Demo/lwIP_MCF5235_GCC/system/vector.S +++ b/Demo/lwIP_MCF5235_GCC/system/vector.S @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/web.c b/Demo/lwIP_MCF5235_GCC/web.c index 292c38657..6e5b33c5a 100644 --- a/Demo/lwIP_MCF5235_GCC/web.c +++ b/Demo/lwIP_MCF5235_GCC/web.c @@ -1,5 +1,5 @@ /* - FreeRTOS V4.1.0 - copyright (C) 2003-2006 Richard Barry. + FreeRTOS V4.6.1 - copyright (C) 2003-2006 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/lwIP_MCF5235_GCC/web.h b/Demo/lwIP_MCF5235_GCC/web.h index cb380e3d8..eb23a632e 100644 --- a/Demo/lwIP_MCF5235_GCC/web.h +++ b/Demo/lwIP_MCF5235_GCC/web.h @@ -1,5 +1,5 @@ /* - FreeRTOS V4.1.0 - copyright (C) 2003-2006 Richard Barry. + FreeRTOS V4.6.1 - copyright (C) 2003-2006 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h index 5905fd89a..e5027840f 100644 --- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h +++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c index 3e2344e41..57df2a8a4 100644 --- a/Demo/msp430_CrossWorks/ParTest/ParTest.c +++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c index de638310d..7bed684e3 100644 --- a/Demo/msp430_CrossWorks/main.c +++ b/Demo/msp430_CrossWorks/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c index d785cd1aa..ba2e44a2d 100644 --- a/Demo/msp430_CrossWorks/serial/serial.c +++ b/Demo/msp430_CrossWorks/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h index b2f87eec8..6047d14e0 100644 --- a/Demo/msp430_GCC/FreeRTOSConfig.h +++ b/Demo/msp430_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c index 3cd314b1b..7b1ad22c8 100644 --- a/Demo/msp430_GCC/ParTest/ParTest.c +++ b/Demo/msp430_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c index 95d13f6cf..a03588afd 100644 --- a/Demo/msp430_GCC/main.c +++ b/Demo/msp430_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile index cd00ef699..ce2e1cfa2 100644 --- a/Demo/msp430_GCC/makefile +++ b/Demo/msp430_GCC/makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c index 174cbbe28..f5184532e 100644 --- a/Demo/msp430_GCC/serial/serial.c +++ b/Demo/msp430_GCC/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 index 48e7e23b1..19f395b22 100644 --- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 +++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c index 4cfd3064b..0bf4e57f8 100644 --- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c +++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h index 15e127a05..58d1dd5fe 100644 --- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h +++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c index 9c2e7fb0c..cb29a8465 100644 --- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c +++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c index 61472459b..e11c8550e 100644 --- a/Demo/uIP_Demo_IAR_ARM7/main.c +++ b/Demo/uIP_Demo_IAR_ARM7/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h index ec93459ac..a2f864e92 100644 --- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h +++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c index 9527fd3fc..a23d91472 100644 --- a/Demo/uIP_Demo_Rowley_ARM7/main.c +++ b/Demo/uIP_Demo_Rowley_ARM7/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/croutine.c b/Source/croutine.c index b4a119e26..88dceff5a 100644 --- a/Source/croutine.c +++ b/Source/croutine.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h index 87b0e5f55..d83ebbefa 100644 --- a/Source/include/FreeRTOS.h +++ b/Source/include/FreeRTOS.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/include/croutine.h b/Source/include/croutine.h index 28320d96b..5c4a4b3b6 100644 --- a/Source/include/croutine.h +++ b/Source/include/croutine.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef CO_ROUTINE_H @@ -37,6 +38,10 @@ #include "list.h" +#ifdef __cplusplus +extern "C" { +#endif + /* Used to hide the implementation of the co-routine control block. The control block structure however has to be included in the header due to the macro implementation of the co-routine functionality. */ @@ -712,5 +717,8 @@ void vCoRoutineAddToDelayedList( portTickType xTicksToDelay, xList *pxEventList */ signed portBASE_TYPE xCoRoutineRemoveFromEventList( const xList *pxEventList ); +#ifdef __cplusplus +} +#endif #endif /* CO_ROUTINE_H */ diff --git a/Source/include/list.h b/Source/include/list.h index d4df5de2f..e4f63fedd 100644 --- a/Source/include/list.h +++ b/Source/include/list.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -71,6 +72,9 @@ #ifndef LIST_H #define LIST_H +#ifdef __cplusplus +extern "C" { +#endif /* * Definition of the only type of object that a list can contain. */ @@ -276,7 +280,9 @@ void vListInsertEnd( xList *pxList, xListItem *pxNewListItem ); */ void vListRemove( xListItem *pxItemToRemove ); - +#ifdef __cplusplus +} +#endif #endif diff --git a/Source/include/portable.h b/Source/include/portable.h index 81efbb236..6c45fdf95 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -72,6 +73,10 @@ #include "..\..\source\portable\MPLAB\PIC18F\portmacro.h" #endif +#ifdef MPLAB_PIC32MX_PORT + #include "..\..\Source\portable\MPLAB\PIC32MX\portmacro.h" +#endif + #ifdef _FEDPICC #include "libFreeRTOS/Include/portmacro.h" #endif @@ -206,6 +211,9 @@ #endif #endif +#ifdef __cplusplus +extern "C" { +#endif /* * Setup the stack of a new task so it is ready to be placed under the * scheduler control. The registers have to be placed on the stack in @@ -233,6 +241,9 @@ portBASE_TYPE xPortStartScheduler( void ); */ void vPortEndScheduler( void ); +#ifdef __cplusplus +} +#endif #endif /* PORTABLE_H */ diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h index 738bb5b4c..bd42b32e2 100644 --- a/Source/include/projdefs.h +++ b/Source/include/projdefs.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/include/queue.h b/Source/include/queue.h index 36f2ae146..482ccc3f6 100644 --- a/Source/include/queue.h +++ b/Source/include/queue.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,18 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef QUEUE_H #define QUEUE_H +#ifdef __cplusplus +extern "C" { +#endif typedef void * xQueueHandle; /* For internal use only. */ @@ -1176,5 +1180,9 @@ signed portBASE_TYPE xQueueCRReceive( xQueueHandle pxQueue, void *pvBuffer, port */ xQueueHandle xQueueCreateMutex( void ); +#ifdef __cplusplus +} +#endif + #endif /* QUEUE_H */ diff --git a/Source/include/semphr.h b/Source/include/semphr.h index fad1a3b97..9855ed722 100644 --- a/Source/include/semphr.h +++ b/Source/include/semphr.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/include/task.h b/Source/include/task.h index ce7d70ae5..31784b990 100644 --- a/Source/include/task.h +++ b/Source/include/task.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -45,11 +46,14 @@ Changes since V4.3.1: #include "portable.h" #include "list.h" +#ifdef __cplusplus +extern "C" { +#endif /*----------------------------------------------------------- * MACROS AND DEFINITIONS *----------------------------------------------------------*/ -#define tskKERNEL_VERSION_NUMBER "V4.4.0" +#define tskKERNEL_VERSION_NUMBER "V4.6.1" /** * task. h @@ -976,6 +980,9 @@ void vTaskPriorityInherit( xTaskHandle * const pxMutexHolder ); */ void vTaskPriorityDisinherit( xTaskHandle * const pxMutexHolder ); +#ifdef __cplusplus +} +#endif #endif /* TASK_H */ diff --git a/Source/list.c b/Source/list.c index e464122c0..7f4869fee 100644 --- a/Source/list.c +++ b/Source/list.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c index d39c2766c..db63e7541 100644 --- a/Source/portable/BCC/16BitDOS/Flsh186/port.c +++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h index 6fe4a48ab..51da3a7b0 100644 --- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h +++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c index 406cd30b0..efd917e67 100644 --- a/Source/portable/BCC/16BitDOS/PC/port.c +++ b/Source/portable/BCC/16BitDOS/PC/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h index f0ee23534..f2a9ac977 100644 --- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h +++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h index cdfb72d85..4d079c52d 100644 --- a/Source/portable/BCC/16BitDOS/common/portasm.h +++ b/Source/portable/BCC/16BitDOS/common/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c index 6b3225fe2..d068ada95 100644 --- a/Source/portable/BCC/16BitDOS/common/portcomn.c +++ b/Source/portable/BCC/16BitDOS/common/portcomn.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c index 3339c073d..495a0052f 100644 --- a/Source/portable/CodeWarrior/HCS12/port.c +++ b/Source/portable/CodeWarrior/HCS12/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h index 4fef2b929..c0fb56354 100644 --- a/Source/portable/CodeWarrior/HCS12/portmacro.h +++ b/Source/portable/CodeWarrior/HCS12/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c index d8dab9446..5c21dcb5f 100644 --- a/Source/portable/GCC/ARM7_AT91FR40008/port.c +++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c index 67868e00d..dc4c5cae4 100644 --- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c +++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h index 973193ff0..de1cfd38e 100644 --- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h +++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -59,6 +60,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -247,5 +252,9 @@ extern void vPortExitCritical( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c index b48509ef1..de7994c0c 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c +++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c index 18b262060..cbc012e2d 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c +++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h index 36368a38f..287f35f40 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h +++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -59,6 +60,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -241,5 +246,9 @@ extern void vPortExitCritical( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c index 416cf9446..7b9056561 100644 --- a/Source/portable/GCC/ARM7_LPC2000/port.c +++ b/Source/portable/GCC/ARM7_LPC2000/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c index d7d792a5d..7a432c7ca 100644 --- a/Source/portable/GCC/ARM7_LPC2000/portISR.c +++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h index 36368a38f..287f35f40 100644 --- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h +++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -59,6 +60,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -241,5 +246,9 @@ extern void vPortExitCritical( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c index 44fdce3df..ddb2cab88 100644 --- a/Source/portable/GCC/ARM7_LPC23xx/port.c +++ b/Source/portable/GCC/ARM7_LPC23xx/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c index 98c3f6d36..72002e954 100644 --- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c +++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h index c32d419dd..b376e47ff 100644 --- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h +++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -56,6 +56,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -238,5 +242,9 @@ extern void vPortExitCritical( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c index 26c87bdd8..e95efcf5d 100644 --- a/Source/portable/GCC/ARM_CM3/port.c +++ b/Source/portable/GCC/ARM_CM3/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h index 7c62d86dd..3732a0e70 100644 --- a/Source/portable/GCC/ARM_CM3/portmacro.h +++ b/Source/portable/GCC/ARM_CM3/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -43,6 +44,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -129,5 +134,9 @@ extern void vPortExitCritical( void ); #define inline #define portNOP() +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c index 77281c2f5..ffe202d3e 100644 --- a/Source/portable/GCC/ATMega323/port.c +++ b/Source/portable/GCC/ATMega323/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h index ec8074760..b7a5058fe 100644 --- a/Source/portable/GCC/ATMega323/portmacro.h +++ b/Source/portable/GCC/ATMega323/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -43,6 +44,10 @@ Changes from V1.2.3 #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -99,5 +104,9 @@ extern void vPortYield( void ) __attribute__ ( ( naked ) ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c index b55794623..9c2dc6b42 100644 --- a/Source/portable/GCC/AVR32_UC3/port.c +++ b/Source/portable/GCC/AVR32_UC3/port.c @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -42,8 +42,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h index 4519134d8..14a4461c6 100644 --- a/Source/portable/GCC/AVR32_UC3/portmacro.h +++ b/Source/portable/GCC/AVR32_UC3/portmacro.h @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -42,8 +42,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -64,6 +65,10 @@ #include "intc.h" #include "compiler.h" +#ifdef __cplusplus +extern "C" { +#endif + /* Type definitions. */ #define portCHAR char @@ -660,5 +665,8 @@ extern void *pvPortRealloc( void *pv, size_t xSize ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c index ec4e04eb6..ee7470066 100644 --- a/Source/portable/GCC/H8S2329/port.c +++ b/Source/portable/GCC/H8S2329/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h index 28e937650..8c73c51b7 100644 --- a/Source/portable/GCC/H8S2329/portmacro.h +++ b/Source/portable/GCC/H8S2329/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -37,6 +38,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -130,5 +135,9 @@ extern void* pxCurrentTCB; \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c index 46fb6683c..a774d8736 100644 --- a/Source/portable/GCC/HCS12/port.c +++ b/Source/portable/GCC/HCS12/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h index 590da923a..6b97a40e3 100644 --- a/Source/portable/GCC/HCS12/portmacro.h +++ b/Source/portable/GCC/HCS12/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -37,6 +38,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -237,6 +242,9 @@ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/MCF5235/port.c b/Source/portable/GCC/MCF5235/port.c index 48f89aac9..68348a9fc 100644 --- a/Source/portable/GCC/MCF5235/port.c +++ b/Source/portable/GCC/MCF5235/port.c @@ -29,8 +29,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/MCF5235/portmacro.h b/Source/portable/GCC/MCF5235/portmacro.h index f93bff658..2ad19aef7 100644 --- a/Source/portable/GCC/MCF5235/portmacro.h +++ b/Source/portable/GCC/MCF5235/portmacro.h @@ -29,14 +29,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /* ------------------------ Data types for Coldfire ----------------------- */ #define portCHAR char #define portFLOAT float @@ -147,5 +152,11 @@ int asm_set_ipl( unsigned long int uiNewIPL ); #define portTASK_FUNCTION( vFunction, pvParameters ) \ void vFunction( void *pvParameters ) + +#ifdef __cplusplus +} #endif + +#endif /* PORTMACRO_H */ + diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c index d6979d343..5198e8b8a 100644 --- a/Source/portable/GCC/MSP430F449/port.c +++ b/Source/portable/GCC/MSP430F449/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h index c10645bc8..8c81a083e 100644 --- a/Source/portable/GCC/MSP430F449/portmacro.h +++ b/Source/portable/GCC/MSP430F449/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -119,5 +124,9 @@ extern void vPortYield( void ) __attribute__ ( ( naked ) ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c index 17bbff154..40647c55e 100644 --- a/Source/portable/GCC/MicroBlaze/port.c +++ b/Source/portable/GCC/MicroBlaze/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h index 0bb1b1d35..e074246ad 100644 --- a/Source/portable/GCC/MicroBlaze/portmacro.h +++ b/Source/portable/GCC/MicroBlaze/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -114,5 +119,9 @@ void vTaskSwitchContext(); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c index 84dd5c250..9a392c3a1 100644 --- a/Source/portable/GCC/STR75x/port.c +++ b/Source/portable/GCC/STR75x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c index 95ce46f6a..91d132dd1 100644 --- a/Source/portable/GCC/STR75x/portISR.c +++ b/Source/portable/GCC/STR75x/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h index 24163b565..b07cbf72a 100644 --- a/Source/portable/GCC/STR75x/portmacro.h +++ b/Source/portable/GCC/STR75x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -37,6 +38,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -135,6 +140,10 @@ extern void vTaskSwitchContext( void ); \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c index def59dab2..763fc5ba8 100644 --- a/Source/portable/IAR/ARM_CM3/port.c +++ b/Source/portable/IAR/ARM_CM3/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s index 83dfaadc6..6833e3c71 100644 --- a/Source/portable/IAR/ARM_CM3/portasm.s +++ b/Source/portable/IAR/ARM_CM3/portasm.s @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h index 97f65176f..5e34a1435 100644 --- a/Source/portable/IAR/ARM_CM3/portmacro.h +++ b/Source/portable/IAR/ARM_CM3/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -44,6 +45,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -108,6 +113,9 @@ extern void vPortClearInterruptMask( void ); #define inline #define portNOP() +#ifdef __cplusplus +} +#endif #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c index 3ae4c27d1..6b4b56f13 100644 --- a/Source/portable/IAR/ATMega323/port.c +++ b/Source/portable/IAR/ATMega323/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h index 8217f46a8..882156914 100644 --- a/Source/portable/IAR/ATMega323/portmacro.h +++ b/Source/portable/IAR/ATMega323/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -43,6 +44,10 @@ Changes from V1.2.3 #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -106,6 +111,10 @@ void vPortYield( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90 index 1501cef95..f9b71c424 100644 --- a/Source/portable/IAR/ATMega323/portmacro.s90 +++ b/Source/portable/IAR/ATMega323/portmacro.s90 @@ -1,4 +1,4 @@ -; FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +; FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. ; ; This file is part of the FreeRTOS.org distribution. ; diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c index 932abdff8..3f109de2e 100644 --- a/Source/portable/IAR/AVR32_UC3/port.c +++ b/Source/portable/IAR/AVR32_UC3/port.c @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -42,8 +42,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h index 51927cbe8..a3702a3e6 100644 --- a/Source/portable/IAR/AVR32_UC3/portmacro.h +++ b/Source/portable/IAR/AVR32_UC3/portmacro.h @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -42,8 +42,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -65,6 +66,10 @@ #include "intc.h" #include "compiler.h" +#ifdef __cplusplus +extern "C" { +#endif + /* Type definitions. */ #define portCHAR char @@ -648,4 +653,8 @@ extern void *pvPortRealloc( void *pv, size_t xSize ); #define inline +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c index b11d19a7f..6c974671b 100644 --- a/Source/portable/IAR/AtmelSAM7S64/port.c +++ b/Source/portable/IAR/AtmelSAM7S64/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h index bc639e82b..25df36ce9 100644 --- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h +++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -39,6 +40,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -107,6 +112,10 @@ extern void vTaskSwitchContext( void ); \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c index b20917174..76198b0d0 100644 --- a/Source/portable/IAR/LPC2000/port.c +++ b/Source/portable/IAR/LPC2000/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h index bc639e82b..25df36ce9 100644 --- a/Source/portable/IAR/LPC2000/portmacro.h +++ b/Source/portable/IAR/LPC2000/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -39,6 +40,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -107,6 +112,10 @@ extern void vTaskSwitchContext( void ); \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c index bf9368f7e..ea7ef15f4 100644 --- a/Source/portable/IAR/STR71x/port.c +++ b/Source/portable/IAR/STR71x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h index 7766dbf8e..a4b3c46cf 100644 --- a/Source/portable/IAR/STR71x/portmacro.h +++ b/Source/portable/IAR/STR71x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -49,6 +50,11 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + + /* Type definitions. */ #define portCHAR char #define portFLOAT float @@ -113,6 +119,10 @@ extern void vTaskSwitchContext( void ); \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h index 26ab965f8..fb3b3172a 100644 --- a/Source/portable/IAR/STR75x/ISR_Support.h +++ b/Source/portable/IAR/STR75x/ISR_Support.h @@ -1,4 +1,4 @@ -; FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +; FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. ; ; This file is part of the FreeRTOS.org distribution. ; diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c index 6e6e99c36..3084f7fe0 100644 --- a/Source/portable/IAR/STR75x/port.c +++ b/Source/portable/IAR/STR75x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79 index cd5697669..e021d96e0 100644 --- a/Source/portable/IAR/STR75x/portasm.s79 +++ b/Source/portable/IAR/STR75x/portasm.s79 @@ -1,4 +1,4 @@ -; FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. +; FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. ; ; This file is part of the FreeRTOS.org distribution. ; diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h index 215fd250f..bd34f4b25 100644 --- a/Source/portable/IAR/STR75x/portmacro.h +++ b/Source/portable/IAR/STR75x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -49,6 +50,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /* Type definitions. */ #define portCHAR char #define portFLOAT float @@ -104,6 +109,10 @@ extern void vTaskSwitchContext( void ); \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h index dd4d9e05d..e333e7065 100644 --- a/Source/portable/IAR/STR91x/ISR_Support.h +++ b/Source/portable/IAR/STR91x/ISR_Support.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c index 949946173..dbfc99735 100644 --- a/Source/portable/IAR/STR91x/port.c +++ b/Source/portable/IAR/STR91x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79 index 3a8d38a49..d8a1705d2 100644 --- a/Source/portable/IAR/STR91x/portasm.s79 +++ b/Source/portable/IAR/STR91x/portasm.s79 @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h index 000b4e847..32b902b76 100644 --- a/Source/portable/IAR/STR91x/portmacro.h +++ b/Source/portable/IAR/STR91x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -49,6 +50,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /* Type definitions. */ #define portCHAR char #define portFLOAT float @@ -106,6 +111,10 @@ extern void vTaskSwitchContext( void ); \ #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/Keil/ARM7/port.c b/Source/portable/Keil/ARM7/port.c index a06cffaa0..c40ab0387 100644 --- a/Source/portable/Keil/ARM7/port.c +++ b/Source/portable/Keil/ARM7/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Keil/ARM7/portISR.c b/Source/portable/Keil/ARM7/portISR.c index 4408f30a9..8c2171e26 100644 --- a/Source/portable/Keil/ARM7/portISR.c +++ b/Source/portable/Keil/ARM7/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Keil/ARM7/portmacro.h b/Source/portable/Keil/ARM7/portmacro.h index 348874aca..cf3f0b567 100644 --- a/Source/portable/Keil/ARM7/portmacro.h +++ b/Source/portable/Keil/ARM7/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -37,6 +38,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -223,5 +228,9 @@ extern void vPortExitCritical( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) __task #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c index 87ab6b67b..39ec9571b 100644 --- a/Source/portable/MPLAB/PIC18F/port.c +++ b/Source/portable/MPLAB/PIC18F/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h index 134fdd097..56b285963 100644 --- a/Source/portable/MPLAB/PIC18F/portmacro.h +++ b/Source/portable/MPLAB/PIC18F/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c index 08f9b8746..2e81375bf 100644 --- a/Source/portable/MPLAB/PIC24_dsPIC/port.c +++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h index da32080ca..fb49b9569 100644 --- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h +++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -100,5 +105,9 @@ extern void vPortYield( void ); #define portNOP() asm volatile ( "NOP" ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c index 264c50ebf..e56717f80 100644 --- a/Source/portable/MemMang/heap_1.c +++ b/Source/portable/MemMang/heap_1.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c index 1c2cc07bb..2218726ba 100644 --- a/Source/portable/MemMang/heap_2.c +++ b/Source/portable/MemMang/heap_2.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c index f075328a6..b7d6d02d0 100644 --- a/Source/portable/MemMang/heap_3.c +++ b/Source/portable/MemMang/heap_3.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c index 12a3f9222..07bec7836 100644 --- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c +++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h index b6fa4a9e8..4b7ff72f4 100644 --- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h +++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h index 57808aac5..37636ba60 100644 --- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h +++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -97,5 +102,10 @@ #define portTASK_FUNCTION_PROTO( vTaskFunction, vParameters ) void vTaskFunction( void *pvParameters ) #define portTASK_FUNCTION( vTaskFunction, vParameters ) void vTaskFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + + #endif /* PORTMACRO_H */ diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c index 64941256e..9bb955e70 100644 --- a/Source/portable/Paradigm/Tern_EE/small/port.c +++ b/Source/portable/Paradigm/Tern_EE/small/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h index ab3d5178c..c49e0ca50 100644 --- a/Source/portable/Paradigm/Tern_EE/small/portasm.h +++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h index bc9b73219..23df3e025 100644 --- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h +++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -99,5 +104,9 @@ typedef void ( __interrupt __far *pxISR )(); #define portTASK_FUNCTION_PROTO( vTaskFunction, vParameters ) void vTaskFunction( void *pvParameters ) #define portTASK_FUNCTION( vTaskFunction, vParameters ) void vTaskFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c index 58f633fdf..5c7da0d8a 100644 --- a/Source/portable/RVDS/ARM_CM3/port.c +++ b/Source/portable/RVDS/ARM_CM3/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h index 9966d80e2..b99082caf 100644 --- a/Source/portable/RVDS/ARM_CM3/portmacro.h +++ b/Source/portable/RVDS/ARM_CM3/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ @@ -37,6 +38,10 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -101,5 +106,9 @@ extern void vPortExitCritical( void ); #define inline #define portNOP() +#ifdef __cplusplus +} +#endif + #endif /* PORTMACRO_H */ diff --git a/Source/portable/Rowley/MSP430F449/Port1/port.c b/Source/portable/Rowley/MSP430F449/Port1/port.c index b62dcc983..536203ac6 100644 --- a/Source/portable/Rowley/MSP430F449/Port1/port.c +++ b/Source/portable/Rowley/MSP430F449/Port1/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h index 03b4a89d0..efc0efcad 100644 --- a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h +++ b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Rowley/MSP430F449/Port2/port.c b/Source/portable/Rowley/MSP430F449/Port2/port.c index 9f2190006..0505a4bc6 100644 --- a/Source/portable/Rowley/MSP430F449/Port2/port.c +++ b/Source/portable/Rowley/MSP430F449/Port2/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h index 62f01fc80..5cced184c 100644 --- a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h +++ b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c index b62dcc983..536203ac6 100644 --- a/Source/portable/Rowley/MSP430F449/port.c +++ b/Source/portable/Rowley/MSP430F449/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h index 2f53ed1a8..849d40ac4 100644 --- a/Source/portable/Rowley/MSP430F449/portmacro.h +++ b/Source/portable/Rowley/MSP430F449/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c index 241f86d43..38fb7ea9f 100644 --- a/Source/portable/SDCC/Cygnal/port.c +++ b/Source/portable/SDCC/Cygnal/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h index 7b6d3fbab..7f54c1c63 100644 --- a/Source/portable/SDCC/Cygnal/portmacro.h +++ b/Source/portable/SDCC/Cygnal/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c index c519b7bfc..10bd96e10 100644 --- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c +++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c index 924378973..443bc91f4 100644 --- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c +++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h index 26079870e..f7fb60a63 100644 --- a/Source/portable/WizC/PIC18/addFreeRTOS.h +++ b/Source/portable/WizC/PIC18/addFreeRTOS.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c index 9427f16d3..a931d0e82 100644 --- a/Source/portable/WizC/PIC18/port.c +++ b/Source/portable/WizC/PIC18/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h index 6777a5e49..fcaf9ac92 100644 --- a/Source/portable/WizC/PIC18/portmacro.h +++ b/Source/portable/WizC/PIC18/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c index 8635e962a..330af4eda 100644 --- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c +++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h index f05f3af4b..0900400f7 100644 --- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h +++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -102,6 +107,9 @@ void portENABLE_INTERRUPTS( void ); #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) #define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif #endif /* PORTMACRO_H */ diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c index 030e8798e..2d92f8a6f 100644 --- a/Source/portable/oWatcom/16BitDOS/PC/port.c +++ b/Source/portable/oWatcom/16BitDOS/PC/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h index d12ba2452..3f41c9f5d 100644 --- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h +++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,14 +28,19 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -99,5 +104,10 @@ void portENABLE_INTERRUPTS( void ); #define portTASK_FUNCTION_PROTO( vTaskFunction, pvParameters ) void vTaskFunction( void *pvParameters ) #define portTASK_FUNCTION( vTaskFunction, pvParameters ) void vTaskFunction( void *pvParameters ) +#ifdef __cplusplus +} +#endif + + #endif /* PORTMACRO_H */ diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h index 611b59626..49f8088e5 100644 --- a/Source/portable/oWatcom/16BitDOS/common/portasm.h +++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c index de3a578c6..20f6e0bf1 100644 --- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c +++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/queue.c b/Source/queue.c index 00ad78996..b2a363792 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along - with commercial development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ diff --git a/Source/tasks.c b/Source/tasks.c index f4d4df134..47a7be1cd 100644 --- a/Source/tasks.c +++ b/Source/tasks.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.6.0 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.6.1 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. @@ -28,8 +28,9 @@ and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. - Also see http://www.SafeRTOS.com for an IEC 61508 compliant version, along - with development and support options. + Also see http://www.SafeRTOS.com a version that has been certified for use + in safety critical systems, plus commercial licensing, development and + support options. *************************************************************************** */ -- 2.39.2