Update to V4.6.1 - including PIC32MX port.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h index b22f983..07c217b 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 e6bdeb7..402edcc 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 492b5c4..29845e4 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 3970b06..c12cfa7 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 c6a3b6b..cafa020 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 34f82c6..2a6f7c1 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 13d6cb4..67ec377 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 4dcf21a..40dac4b 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 5c3b273..117fce6 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 804f42f..6bb3cc8 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 d6dbafc..08871cb 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 308667c..05f77ce 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 2b498c8..0e6da78 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 fc4ac48..0bff003 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 8706645..fc68272 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 afa76ba..d1b7df7 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 0b0e324..5519690 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 2323c24..3ef07df 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 7cb28d5..d03fc67 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 614450b..02b1e44 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 4d028eb..247d215 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 0a2fe66..cdc8f2e 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 afd4edf..1afe6e3 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 1c22e98..0248850 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 6b6131c..e0218fa 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 b1bbf02..d56bc95 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 f70ef24..f1a7393 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 ce83463..fb1d475 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 0a470f4..ae03dea 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 f90931c..c5c4191 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 c4a6e75..4c054c0 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 21ad64e..92f5047 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 a01533b..eb8ddfd 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 767ff6b..fc7f0b2 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 2ef3f54..119cab5 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 21ad64e..92f5047 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 c9b85c3..9d79359 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 f1a5dce..4a772b0 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 a0dfff9..5b5a403 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 1114b5f..5ecdff9 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 0cdd9b9..3d564b9 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 2a554b7..cdd615b 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 6ce1125..47c50d5 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 c440b01..02f04a3 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 ef06824..39cd5b2 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 1b597dc..f84f008 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 c31e192..526ce92 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 1e68f52..90bc74b 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 c440b01..02f04a3 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 cf25d3d..acbe406 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 8a50564..5e37273 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 3827f6c..641dcee 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 273ff21..9f87210 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 33c8322..f5b17ee 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 7b5c818..2f949bc 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 2715013..ac9666f 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 a20dd11..bc3b21c 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 397bb26..6fe7010 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 2ccb5f0..8293813 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 86904bd..7e2ae4c 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 6357047..0848018 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 1845623..6994d65 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 7f037be..5147032 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 d89baa5..1f6a409 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 3b8087b..8fcd21e 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 7830ec1..e0bc4b9 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 6357047..0848018 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 962a41e..b0ec3c9 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 7f037be..5147032 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 d89baa5..1f6a409 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 e5b2d63..5dcf338 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 97ae332..d169499 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 4a9da69..1488dcf 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 639084e..d878285 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 753967b..310d927 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 97ae332..d169499 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 e6d1d52..52dcc98 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 4a9da69..1488dcf 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 97ae332..d169499 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 da84402..8ec2cbc 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 639084e..d878285 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 2855719..59d8bad 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 97ae332..d169499 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 e6d1d52..52dcc98 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 da84402..8ec2cbc 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 97ae332..d169499 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 e6d1d52..52dcc98 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 7c75ef1..852d8f0 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 639084e..d878285 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 e6d1d52..52dcc98 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 7cd3749..070638c 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 4a76090..28f8379 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 a46c5f3..ed72037 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 53ea760..b620979 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 d033b28..dc484ee 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 e6d1d52..52dcc98 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 d553606..fe5f4a7 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 d890717..14e78a4 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 38be3c5..673e3ab 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 70a6789..9cf94fa 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 db32f19..286f14f 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 632be62..6a4f02c 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 4c6b378..6e48b0b 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 f8288ff..cb60e55 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 b9b6121..c48d099 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 df209e7..c32628a 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 9dcc891..bde7d42 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 f1b79ea..09f0f0d 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 3c3716d..3dc4460 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 6ea8468..55c0e53 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 d6c450b..f74b9b7 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 b1427d6..7addce2 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 8767d5b..f00cd28 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 14fb781..cc637fa 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 3c3716d..3dc4460 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 14ba06d..4c96f45 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 d6c450b..f74b9b7 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 b1427d6..7addce2 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 7a8c6fc..764e03e 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 f73bda9..bfab542 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 3bdf942..2b104c5 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 7498e3c..517bdbf 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 5b29b93..e5ac719 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 425da98..98cc654 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 358e198..ef017ba 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 559ffc4..0126464 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 96bcaed..f7eef01 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 3765323..a873da8 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 1b56a79..6935905 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 251b336..74f9e9d 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 296213c..a46ff89 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 57a54e2..a8186d8 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 6afa024..8e0395b 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 0b2b9cd..9ea35b3 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 85c6222..03f6d59 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 06e8c4a..e0d3569 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 20f015a..1f8eac5 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 8947f48..640918b 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 3191528..41e40b3 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 6b90b50..0b369a8 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 86ef4b7..72be185 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 7733731..bcc0026 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 28c9113..d51c244 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 b9eb2bf..be4c5e1 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 630f1cc..5f8d3ab 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 19fb88a..cc57411 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 23f6de0..313dea1 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 8b844ea..87a9366 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 dfe5aaf..b5705ea 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 0951854..f4930eb 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 d41d067..4e4ef4f 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 88101f8..2641775 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 a6dcbdb..b225bd1 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 4fa43bd..d9885bd 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 39ab186..2e364c1 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 5200223..74c3c43 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 9ea78ed..8374985 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 76df933..de2d904 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 b6cf40f..71d791b 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 355cd51..714f83c 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 24b741e..e6eee74 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 bdac543..5a1e28e 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 0b077d1..7a7584c 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 e06d487..0bc6728 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 cee2714..a3c4795 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 9470c30..5201fb5 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 5c05dfe..78ccfae 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 9ca9b58..5ba3dfe 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 c3ff33e..d6d4a26 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 574ce19..a6fcc27 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 ae940a7..7e21e89 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 2380975..e72695a 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 <c8051f120.h>
diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c index 2de535b..aa2fcae 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 d28d3d8..839d54e 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 11c5527..b7e8d1b 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 caca4b1..9f3caf4 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 7c9f7d9..0e25f34 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 2dcff84..6a61722 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 2e5beb8..ce97737 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 fef3de4..442023f 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 f6c21aa..be73726 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 f81a9f5..4d42288 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 4229efd..9014c78 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 3cbf35a..13348f9 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 1fe3214..3c3ce4d 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 45d7e5e..e05e061 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 9f696e8..60265a8 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 752b077..64d18c4 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 f6f7a15..e3ba4d5 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 45d7e5e..e05e061 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 6a7dec1..b812d3c 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 006f48a..036b205 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 3006a1b..befc85a 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 f271a3d..55ab930 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 56aec05..35ac98b 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 f600331..bdbfab7 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 6ba8993..09686d2 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 6cc6d53..2ad5d8e 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 97323a4..efc61e4 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 f923c98..2ac4f70 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 1626a9d..098af75 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 ef10d7a..f8d35db 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 f1d0a47..5974215 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 adfb624..fb2962e 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 dc0fab3..fd93c55 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 5391630..d2c7d03 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 c5062f0..b801163 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 ee8f5aa..dfb455c 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 fc8be3f..67ee7f6 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 66b9dbe..b35b89b 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 6d67ffb..d472d2e 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 68698c8..603c22a 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 84b9953..c96b9bb 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 21c02a3..54a027d 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 042d976..b53e280 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 9bd5401..c355d33 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 763ece9..92a1603 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 230a038..ae81f97 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 3d84a05..2a95417 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_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{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 bbc543a..cdd4811 100644 --- a/Demo/PIC18_MPLAB/rtosdemo2.mcp +++ b/Demo/PIC18_MPLAB/rtosdemo2.mcp
@@ -6,8 +6,8 @@ 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_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 0b6b8de..22cb2da 100644 --- a/Demo/PIC18_MPLAB/rtosdemo3.mcp +++ b/Demo/PIC18_MPLAB/rtosdemo3.mcp
@@ -6,8 +6,8 @@ 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_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 4147aa6..6e8455b 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 3df2596..579e201 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 0966aa7..bc2a2fe 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 5481a45..581e077 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 3cdaff2..40ba7c9 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 c669133..3863245 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 6d356dc..a255089 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 5d0aff4..35c46bd 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 5481a45..581e077 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 f698742..f76c53d 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 c09844e..1d8626a 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 ad4dbdc..a2c9dcf 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 5d0aff4..35c46bd 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 5481a45..581e077 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 f698742..f76c53d 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 23f9a2c..dcc85dc 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 f6c97bf..d746533 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 5d0aff4..35c46bd 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 5481a45..581e077 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 f698742..f76c53d 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 a0370fb..661c24d 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 7c10a3f..0587faf 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 5d0aff4..35c46bd 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 5481a45..581e077 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 f698742..f76c53d 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 d448f93..e44b5af 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 45d80ec..ec7f864 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 5d0aff4..35c46bd 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 5481a45..581e077 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 f698742..f76c53d 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 674a2db..1291b48 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 8c588c7..ca47495 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 5d0aff4..35c46bd 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 5481a45..581e077 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 f698742..f76c53d 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 9fa768b..334fc40 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 c3968de..b73cc18 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 44ebec2..97f03a5 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 5814413..c5e5357 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 2b73194..3da8888 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 b74c1b3..bba3693 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 ed849b9..400d4fe 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 882052b..82a1d5a 100644 --- a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp +++ b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp
@@ -6,7 +6,7 @@ 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 2def14e..8968882 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 b20444d..ba08a96 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 ed466f3..c96456a 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 c20b8d8..301c923 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 b1ce8d4..1155f65 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 9782a93..e5481f2 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 d186ecb..45882c7 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 f9ce12a..986daf9 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 5401ffc..de0a90c 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 1b7e54d..f8c0c4a 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 240a544..6b3da4a 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 145c0be..5f8d0e4 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 f141dc1..52f1612 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 1077102..0a02306 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 ed0075c..ac5cee5 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 14a1b54..ed8f5eb 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 cae30b0..3a39dd1 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 f33d6ee..6106da4 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 7566a0b..9b8c160 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 37df030..9d27840 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 3752b52..8c530cf 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 a5996c7..4dde9bf 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 dd81274..760aa2e 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 a3c04bd..2d1405d 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 6de8310..1df4b1f 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 c0b8b32..bc3a198 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp
@@ -6,7 +6,7 @@ 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 9488af9..f80968a 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 b20444d..ba08a96 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 ed466f3..c96456a 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 24b4056..fd10257 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 b1ce8d4..1155f65 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 9782a93..e5481f2 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 ce7e88b..cce3e71 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 fec114e..b49ae4b 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 e6bd18e..79ba7de 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 089ddec..359304d 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 e06ae86..909e294 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 fe76d7e..ae74c29 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 27f699a..260c281 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 d0499f8..543581b 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 8835cd1..d66f07a 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 b24e0a5..42c752b 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 f74463a..cdbe4a4 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 512f66f..a0a5922 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 ba15e24..5755554 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 5a422fa..1fa78ed 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 59b8324..17323ba 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 b248a5b..5633b59 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 97323a4..efc61e4 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 f923c98..2ac4f70 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 1626a9d..098af75 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 ef10d7a..f8d35db 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 f1d0a47..5974215 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 292c386..6e5b33c 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 cb380e3..eb23a63 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 5905fd8..e502784 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 3e2344e..57df2a8 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 de63831..7bed684 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 d785cd1..ba2e44a 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 b2f87ee..6047d14 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 3cd314b..7b1ad22 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 95d13f6..a03588a 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 cd00ef6..ce2e1cf 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 174cbbe..f518453 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 48e7e23..19f395b 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 4cfd306..0bf4e57 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 15e127a..58d1dd5 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 9c2e7fb..cb29a84 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 6147245..e11c855 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 ec93459..a2f864e 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 9527fd3..a23d914 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 b4a119e..88dceff 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 87b0e5f..d83ebbe 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 28320d9..5c4a4b3 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 @@ */ 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 d4df5de..e4f63fe 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 vListRemove( xListItem *pxItemToRemove ); - +#ifdef __cplusplus +} +#endif #endif
diff --git a/Source/include/portable.h b/Source/include/portable.h index 81efbb2..6c45fdf 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 @@ */ void vPortEndScheduler( void ); +#ifdef __cplusplus +} +#endif #endif /* PORTABLE_H */
diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h index 738bb5b..bd42b32 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 36f2ae1..482ccc3 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 @@ */ xQueueHandle xQueueCreateMutex( void ); +#ifdef __cplusplus +} +#endif + #endif /* QUEUE_H */
diff --git a/Source/include/semphr.h b/Source/include/semphr.h index fad1a3b..9855ed7 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 ce7d70a..31784b9 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 @@ #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 vTaskPriorityDisinherit( xTaskHandle * const pxMutexHolder ); +#ifdef __cplusplus +} +#endif #endif /* TASK_H */
diff --git a/Source/list.c b/Source/list.c index e464122..7f4869f 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 d39c276..db63e75 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 6fe4a48..51da3a7 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 406cd30..efd917e 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 f0ee235..f2a9ac9 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 cdfb72d..4d079c5 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 6b3225f..d068ada 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 3339c07..495a005 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 4fef2b9..c0fb563 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 d8dab94..5c21dcb 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 67868e0..dc4c5ca 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 973193f..de1cfd3 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 @@ #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 b48509e..de7994c 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 18b2620..cbc012e 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 36368a3..287f35f 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 @@ #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 416cf94..7b90565 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 d7d792a..7a432c7 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 36368a3..287f35f 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 @@ #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 44fdce3..ddb2cab 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 98c3f6d..72002e9 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 c32d419..b376e47 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 @@ #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 26c87bd..e95efcf 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 7c62d86..3732a0e 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 @@ #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 77281c2..ffe202d 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 ec80747..b7a5058 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 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -99,5 +104,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/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c index b557946..9c2dc6b 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 4519134..14a4461 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 @@ #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 ec4e04e..ee74700 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 28e9376..8c73c51 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 @@ #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 46fb668..a774d87 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 590da92..6b97a40 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 48f89aa..68348a9 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 f93bff6..2ad19ae 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 @@ #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 d6979d3..5198e8b 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 c10645b..8c81a08 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 @@ #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 17bbff1..40647c5 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 0bb1b1d..e074246 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 @@ #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 84dd5c2..9a392c3 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 95ce46f..91d132d 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 24163b5..b07cbf7 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 @@ #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 def59da..763fc5b 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 83dfaad..6833e3c 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 97f6517..5e34a14 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 @@ #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 3ae4c27..6b4b56f 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 8217f46..8821569 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 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -106,6 +111,10 @@ #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 1501cef..f9b71c4 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 932abdf..3f109de 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 51927cb..a3702a3 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 @@ #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 b11d19a..6c97467 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 bc639e8..25df36c 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 <intrinsic.h> +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -107,6 +112,10 @@ #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 b209171..76198b0 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 bc639e8..25df36c 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 <intrinsic.h> +#ifdef __cplusplus +extern "C" { +#endif + /*----------------------------------------------------------- * Port specific definitions. * @@ -107,6 +112,10 @@ #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 bf9368f..ea7ef15 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 7766dbf..a4b3c46 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 <intrinsic.h> +#ifdef __cplusplus +extern "C" { +#endif + + /* Type definitions. */ #define portCHAR char #define portFLOAT float @@ -113,6 +119,10 @@ #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 26ab965..fb3b317 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 6e6e99c..3084f7f 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 cd56976..e021d96 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 215fd25..bd34f4b 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 <intrinsic.h> +#ifdef __cplusplus +extern "C" { +#endif + /* Type definitions. */ #define portCHAR char #define portFLOAT float @@ -104,6 +109,10 @@ #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 dd4d9e0..e333e70 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 9499461..dbfc997 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 3a8d38a..d8a1705 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 000b4e8..32b902b 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 <intrinsic.h> +#ifdef __cplusplus +extern "C" { +#endif + /* Type definitions. */ #define portCHAR char #define portFLOAT float @@ -106,6 +111,10 @@ #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 a06cffa..c40ab03 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 4408f30..8c2171e 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 348874a..cf3f0b5 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 @@ #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 87ab6b6..39ec957 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 134fdd0..56b2859 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 08f9b87..2e81375 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 da32080..fb49b95 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 @@ #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 264c50e..e56717f 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 1c2cc07..2218726 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 f075328..b7d6d02 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 12a3f92..07bec78 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 b6fa4a9..4b7ff72 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 57808aa..37636ba 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 6494125..9bb955e 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 ab3d517..c49e0ca 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 bc9b732..23df3e0 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 @@ #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 58f633f..5c7da0d 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 9966d80..b99082c 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 @@ #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 b62dcc9..536203a 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 03b4a89..efc0efc 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 9f21900..0505a4b 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 62f01fc..5cced18 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 b62dcc9..536203a 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 2f53ed1..849d40a 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 241f86d..38fb7ea 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 7b6d3fb..7f54c1c 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 c519b7b..10bd96e 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 9243789..443bc91 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 2607987..f7fb60a 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 9427f16..a931d0e 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 6777a5e..fcaf9ac 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 8635e96..330af4e 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 f05f3af..0900400 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 @@ #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 030e879..2d92f8a 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 d12ba24..3f41c9f 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 @@ #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 611b596..49f8088 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 de3a578..20f6e0b 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 00ad789..b2a3637 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 f4d4df1..47a7be1 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. *************************************************************************** */