Update headers for Version 7.0.0 release.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 1cfbf02..a9aa60a 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index 8c0ae93..e3e4784 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 2db61ac..91e07f1 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index c355337..0a63ceb 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 8c8a540..318b8a2 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 82d9a1a..2120cd7 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 985af59..f4ab8d1 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 89e8b87..7effc6b 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 606d914..b458ee4 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index e7294d8..d5d5ba0 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index d87422f..266b61a 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 1c8b653..a182803 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 13ba91a..64567b1 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index c7630c0..d87528b 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 9d40f5b..923f844 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index fb9392f..a4fe7b2 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index 206951a..39bdb42 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index 77d29b0..3b8436d 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 1828c7a..a6a558e 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index c6ed556..340a43a 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index d6b14bd..1eadbad 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index a3decfa..9d1640b 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index e1611ec..7debc16 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index 749ab33..40cb34a 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 69d4fc4..82671f0 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index e2080cc..eee4450 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index cd7cf21..ed04deb 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 1523d10..5aff92e 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index a27c296..3288c48 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 92549d3..7149789 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index 9242ef8..3c54912 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 6cf0afa..ebdf245 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 68e5aa1..f91a32a 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 1de8c47..f251d0f 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 8e29226..09507f8 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 379657c..5769916 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 11a2a3b..f17d5e1 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index e8a954c..dc8bee6 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c
index 44b6195..e4738c3 100644
--- a/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index bff2453..e172172 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 63b2932..e332219 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index f4156d8..32dcf9e 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index ae84da7..3074cff 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index b27e4c8..0a5be4c 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 6c68fcb..3a4bc14 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 70b4d51..59be79c 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 5d840ce..20aeef2 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index cd91637..628751d 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 8c2372c..7af4b32 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 1ef8628..57d3484 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 486f6d1..44bbdbd 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index db424c5..71038d8 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index f5eee8f..7121d02 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index d4bba8c..69f7beb 100644
--- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index f41a602..208f7b7 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index a62adaa..174ebaf 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c
index 3826d48..22e7c3b 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index ece62ca..c485d95 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index b347381..efcd9cf 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index f41a602..208f7b7 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 96406ba..a26cc61 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index 5ac6322..8a96a9e 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index 5610f70..3133cb5 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 9014213..79567bc 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index ced0bbe..11188b6 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 8c95f37..dbb0ae8 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index eb06e62..490558d 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index aab2d92..86d8979 100644
--- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index f6034de..10c1fc4 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index d67eb31..b5b5b7a 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,42 +1,42 @@
 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index 59b7528..9b690ac 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index 85a6ff0..7d9181b 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 0393e80..a6168b9 100644
--- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index 7aa2994..7af20e2 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,43 +30,43 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index fa702c7..ea8280e 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 4d2cf84..3604804 100644
--- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index ebe4116..57114ee 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index 22f8aef..abb74a4 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index 0450fe3..e1ce98f 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index 0913304..0e99cbf 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index f88aea0..f4ef217 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index 6cd0440..2c18ec9 100644
--- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index 9801412..dce1dc5 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index b9106ca..06b72f6 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index 0450fe3..e1ce98f 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index 6b8d506..f3a241c 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 2fc8630..39e6177 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 42b4c32..7047a4a 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index 23b6f7f..b16a9ae 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index c811c32..02b03ae 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 765a60a..34ac9e6 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index ca50fc0..36c2e2e 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 4938536..6eb0ac0 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index 2c855e0..2fa2fae 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
index 55bd280..90ced85 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
index 640f839..e38ab4c 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
index f796a39..21bf098 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
index 8419f87..8e5a6bc 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index ca50fc0..36c2e2e 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 4938536..6eb0ac0 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index 2c855e0..2fa2fae 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
index 55bd280..90ced85 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
index 640f839..e38ab4c 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
index f796a39..21bf098 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
index 8419f87..8e5a6bc 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index ca50fc0..36c2e2e 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 4938536..6eb0ac0 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index 2c855e0..2fa2fae 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
index 55bd280..90ced85 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
index 640f839..e38ab4c 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
index f796a39..21bf098 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
index 8419f87..8e5a6bc 100644
--- a/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
+++ b/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h b/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
index a52aa1d..2df27ac 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_EFMG890F128_IAR/ParTest.c b/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
index b99802b..a10676a 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c b/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
index dc188d9..cfa4df9 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_EFMG890F128_IAR/ledtest.c b/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
index 41e0743..5210f92 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_EFMG890F128_IAR/ledtest.h b/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
index 36ca196..b99027b 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
+++ b/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_EFMG890F128_IAR/main.c b/Demo/CORTEX_EFMG890F128_IAR/main.c
index 3478ecd..61e4b9f 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/main.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 8164eb1..49397f7 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 864013f..8c2ce24 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 6ec8463..d3f636e 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 78d8835..5fcccbd 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 6d0d869..d4849fe 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index 95f44c4..d6598fe 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index 864013f..8c2ce24 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 8164eb1..49397f7 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index c72fc9c..eae986d 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index 6ec8463..d3f636e 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index d3f56ef..48aac5f 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 28c95d6..a205439 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index 95f44c4..d6598fe 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index c72fc9c..eae986d 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 6d0d869..d4849fe 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index 95f44c4..d6598fe 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 037f10a..3077585 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index de31b79..d38e7eb 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index 95f44c4..d6598fe 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index 4ce0f70..fa2a102 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 3cbcce6..f6e8ffe 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index 8daadcb..3455a1a 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index a3193bc..23165ef 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 8048c2e..f5014e2 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index 95f44c4..d6598fe 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index 6330785..91bd512 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 1549c43..6c344c6 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 5c01c85..0a33832 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 8adede0..724203c 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index 59a4f49..4349791 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index a2c4831..e807e77 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index 19dbf45..bfeee95 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index 419a0ec..a7f7fde 100644
--- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 8a5ba05..96cc24c 100644
--- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index 1028939..5dfef4d 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 57d5622..bb54516 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 5eb47a2..cd40ea8 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index 63c62e6..7f1aa74 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 79bd905..505e15e 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index f38c011..1e58996 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index af1325f..466604c 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index e9e978b..0f97b9d 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index d874052..09e8139 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 505320c..1d61584 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 5eb47a2..cd40ea8 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 79bd905..505e15e 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index d42b11e..af924d6 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index d57589f..76449f8 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index 54ef127..96d104a 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index 4804f35..2e64c43 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 7898284..52a8ca4 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index 5eb47a2..cd40ea8 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index 79bd905..505e15e 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index 89fc600..bfc97e8 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index e0d0116..1bf7fe4 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index 11072dd..c1e00c6 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index 4ee7ddc..5c9b59f 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index b4391a4..a432fe5 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 213e8b8..caa2f3f 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index 41809bb..49fb6f9 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index d85e9c0..aea094e 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
index 86a8aae..f2ae8a6 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 42d077e..01fe603 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index 134262b..e26459d 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index ff985c8..ba374ac 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index c76fcf1..bcf6a97 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 9437096..533d867 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index 04a9c52..73f04a0 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 77635d5..3cf53cd 100644
--- a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/LED.h b/Demo/CORTEX_LPC1768_IAR/LED.h
index 134262b..e26459d 100644
--- a/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/ParTest.c b/Demo/CORTEX_LPC1768_IAR/ParTest.c
index d049832..40cad92 100644
--- a/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/main.c b/Demo/CORTEX_LPC1768_IAR/main.c
index 17819a3..5cd9b20 100644
--- a/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 4f20f26..d50c624 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index 04a9c52..73f04a0 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index f9231c0..424113d 100644
--- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index 2e56fa4..e692ad6 100644
--- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 5791b32..23eff46 100644
--- a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
index 916a69a..43dd11e 100644
--- a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h b/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
index 642e531..cfc01c5 100644
--- a/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

@@ -57,7 +57,7 @@
  * executed from within CCS4!  Once it has been executed, re-open or refresh 

  * the CCS4 project and remove the #error line below.

  */

-//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.

+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.

 

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c b/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
index 53c9c9a..3714917 100644
--- a/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
+++ b/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
index f4f9d42..5a2832a 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
index 3a21762..42a1833 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
index 21028e1..90ed883 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
index 70d0c7f..fc68873 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
index 7c6502d..d78de4d 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index cab432a..53f11b5 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index fc5b13c..e34d2e4 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 7c6502d..d78de4d 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index 0ae1773..487add4 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index a26dbac..2c0e686 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index c4c7411..302b25c 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index fc5b13c..e34d2e4 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 7c6502d..d78de4d 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index 0ae1773..487add4 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index a26dbac..2c0e686 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index c4c7411..302b25c 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index 78da647..81ef545 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index 6c2bc41..acaf875 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 64e17b6..48dbcea 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 866737d..6eaa820 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index c4c7411..302b25c 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index b3808b1..ec5cebb 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index ce91e7e..544dab0 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 34ea2fd..b789884 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index bbce892..6096503 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index ee1d485..75369a1 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index a5429b5..254c1e1 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index 541c5bf..47977ca 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
index 3d745af..b877b32 100644
--- a/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_STM32L152_IAR/ParTest.c b/Demo/CORTEX_STM32L152_IAR/ParTest.c
index 4677e8f..c88857f 100644
--- a/Demo/CORTEX_STM32L152_IAR/ParTest.c
+++ b/Demo/CORTEX_STM32L152_IAR/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_STM32L152_IAR/main.c b/Demo/CORTEX_STM32L152_IAR/main.c
index c71f024..5f56714 100644
--- a/Demo/CORTEX_STM32L152_IAR/main.c
+++ b/Demo/CORTEX_STM32L152_IAR/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTEX_STM32L152_IAR/serial.c b/Demo/CORTEX_STM32L152_IAR/serial.c
index b4e1745..d38e1eb 100644
--- a/Demo/CORTEX_STM32L152_IAR/serial.c
+++ b/Demo/CORTEX_STM32L152_IAR/serial.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index cf3fa7d..121201b 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index 1aa9deb..91490ca 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index 983d3f9..333d535 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index e794734..e5f1571 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index 7a53651..00263c7 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index 2cca5c2..e1ce98f 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index c839a43..7b7f501 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/main.c b/Demo/CORTUS_APS3_GCC/Demo/main.c
index 30714bb..7c91f09 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/CORTUS_APS3_GCC/Demo/serial.c b/Demo/CORTUS_APS3_GCC/Demo/serial.c
index dfd5101..64ee975 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index 78be85f..880e7aa 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 7b1d4fc..8551d21 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 025df77..775c367 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index 88bb22b..e08a9d2 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 01edd25..ddfcab1 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index d637e70..4dc5d32 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index ab24d28..c0551f9 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 3be50b7..f0d09eb 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index c041562..22a278b 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index f21370c..c084df8 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 63c31f0..77a45eb 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index 5f5939e..57dc57a 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index cc0e293..5812b511 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index d214501..9bd8685 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 0fa1bc9..44b0a07 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 7120d3a..e7c1287 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index 4ffa524..cb64ae5 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 71fc1a6..f1426f5 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 3ce89c0..a578bb2 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index ab24d28..c0551f9 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index 34b50bc..f9b8cc4 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index e0bf5c2..51139bf 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 63c31f0..77a45eb 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 8ade0d6..65234a4 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index 5384e74..32238ae 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index c9b4d1d..5de22a6 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 9c940e7..9e65a30 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index 23c057b..1c6c1db 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index 14cbe1a..97fa9e0 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index 3ec1925..580007d 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 760c0bd..8e563cf 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index eb6058b..536c10a 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index ba405b0..35c750e 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index 59f06f8..f8e2caf 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index cde2df3..6a5c3aa 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index 1baeca4..785b313 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index a1db139..31535af 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index da0d7b4..b644d81 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index 60c7ce8..dd13ebe 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index 40c728a..cdbeda5 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index 9626770..e76763e 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index 5c6621c..3d7b367 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index 01587c4..5db716b 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index 5089ee5..28655a7 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index 60bffc7..aeecece 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index 5af5fff..6af2f69 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index 83ed818..ace28a4 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/TimerDemo.c b/Demo/Common/Minimal/TimerDemo.c
index 1876665..fc9553a 100644
--- a/Demo/Common/Minimal/TimerDemo.c
+++ b/Demo/Common/Minimal/TimerDemo.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 2ebb4b4..39c03bd 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index 95c1257..6b1a181 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index dd32f02..881386f 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index bdb3c72..58da911 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index ba2170b..f8a2322 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index 0f7dc67..a923960 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index 2d8f753..93f1ff1 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index d19fd6d..e0c2728 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index 875e40c..ad0d6dc 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index 825312d..b5f2d4b 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index d66646d..8717692 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index b684363..e3c0525 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index bfbc339..ca35839 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index b958652..22211e8 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index 6652836..aa8c8fa 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index b583730..13eb8da 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index 842734d..1e89e2b 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index fbe852f..df68f6c 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index b7254c2..452c9f4 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index 1238373..3e0c406 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index 4b64102..b0ead8c 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/TimerDemo.h b/Demo/Common/include/TimerDemo.h
index 9e40dc8..9e7e4e2 100644
--- a/Demo/Common/include/TimerDemo.h
+++ b/Demo/Common/include/TimerDemo.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index 50adb5a..74a3f57 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index 95b4e1f..bc1798b 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index 545214f..fa081ce 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index 6196d63..1819a1a 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index f284b6d..a8d65cb 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index d2e38ba..6960d99 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index 316f388..be240cf 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index 152ed08..f5db451 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index f62b108..4fd14b3 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index 44c94cd..0742055 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 2ac5d9d..7f0d2e8 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index f7c691c..fffe437 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index b6061f6..6600a84 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index 901d76f..ad8c823 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index 81cac92..a12e245 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index ef1287d..1dd9cbd 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index 23728b6..ebffaa9 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index fb4d688..f997f7e 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index b18bbcb..7c8a13c 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index 1ee8fdc..1238229 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index 610fcaf..9143bba 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index 9396223..92707a8 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index dc0fa1c..917192a 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index 42f8cc0..aa92a3a 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index cb0890e..2425fa8 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index 15d1b59..9768175 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index c755ff0..6f2c1d0 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index 2584313..d10b5fb 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index 3c9bd1e..1b5aff1 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 88d172e..6b247c3 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 37c6036..207cb64 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index aaceb3d..059e599 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index 80067ff..4840584 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 6e23fcf..3ccdd01 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 32ecba4..110ad22 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index 32bac0e..fd34755 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,42 +1,42 @@
 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index 7d9cb82..aa338ab 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 5517fab..e030aaa 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 32ecba4..110ad22 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index 202a6a5..1e616f4 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index 5eed920..bb2b2ab 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 2b59071..8960e90 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index 12b6daa..b552b10 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index 4312173..4f9b539 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,42 +1,42 @@
 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index 3622b83..a593828 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index dc6f03a..194a301 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c
index 47dd89f..a55304c 100644
--- a/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c
index 9aa74f7..cebb7cf 100644
--- a/Demo/MB91460_Softune/SRC/main.c
+++ b/Demo/MB91460_Softune/SRC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c
index c555c42..4f4a1b9 100644
--- a/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c
index 1b02505..1a6a43d 100644
--- a/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index eb9c0a8..9e731dc 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
index 47dd89f..a55304c 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index b1cf9ee..c9dee1f 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
index 5a382e0..09b01a1 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
index a236851..5f81812 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index d48e4e7..543d793 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 5551b42..716f7c6 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index 087eafd..e82a95c 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 9e9cc27..6f1a676 100644
--- a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index 426dafa..af742dc 100644
--- a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index efa78eb..de00e63 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h
index b0316d7..8abe473 100644
--- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h
+++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/ParTest.c b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/ParTest.c
index 9c57ac6..c14f82e 100644
--- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/ParTest.c
+++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RegTest.asm b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RegTest.asm
index 4de14c2..2f38367 100644
--- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RegTest.asm
+++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RegTest.asm
@@ -1,38 +1,39 @@
 ;

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;/*

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;    more details. You should have received a copy of the GNU General Public

 ;    License and the FreeRTOS license exception along with FreeRTOS; if not it

 ;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

@@ -49,6 +50,7 @@
 ;

 ;    http://www.OpenRTOS.com - Commercial support, development, porting,

 ;    licensing and training services.

+;*/

 

 ; * The definition of the "register test" tasks, as described at the top of

 ; * main.c

diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RunTimeStatsConfig.c b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RunTimeStatsConfig.c
index 26beb15..719615d 100644
--- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RunTimeStatsConfig.c
+++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/RunTimeStatsConfig.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/main.c b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/main.c
index e07c33b..f22a9d6 100644
--- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/main.c
+++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c
index e351ded..b6c3ba7 100644
--- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c
+++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
index 5cc68fe..f89cf86 100644
--- a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
+++ b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_IAR/ParTest.c b/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
index 9c57ac6..c14f82e 100644
--- a/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
+++ b/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43 b/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
index 7f42914..716a5c7 100644
--- a/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
+++ b/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c b/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
index bfe1a10..3df5e4e 100644
--- a/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
+++ b/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_IAR/main.c b/Demo/MSP430X_MSP430F5438_IAR/main.c
index 72cffe5..a3ff0b5 100644
--- a/Demo/MSP430X_MSP430F5438_IAR/main.c
+++ b/Demo/MSP430X_MSP430F5438_IAR/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MSP430X_MSP430F5438_IAR/serial.c b/Demo/MSP430X_MSP430F5438_IAR/serial.c
index 1818948..e2cdd37 100644
--- a/Demo/MSP430X_MSP430F5438_IAR/serial.c
+++ b/Demo/MSP430X_MSP430F5438_IAR/serial.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h
index 0e4fc73..0f4c771 100644
--- a/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c
index 8a552fe..68bd536 100644
--- a/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c
index cb23d9a..2c02e28 100644
--- a/Demo/MicroBlaze/main.c
+++ b/Demo/MicroBlaze/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c
index 1904fb3..588cf29 100644
--- a/Demo/MicroBlaze/serial/serial.c
+++ b/Demo/MicroBlaze/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/Demo/NEC_78K0R_IAR/ButtonISR.s26
index baedaa1..1017dcc 100644
--- a/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Demo/NEC_78K0R_IAR/ButtonTask.c b/Demo/NEC_78K0R_IAR/ButtonTask.c
index 95228eb..5af2ee9 100644
--- a/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index b5355c6..c1c6e03 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_78K0R_IAR/RegTest.s26 b/Demo/NEC_78K0R_IAR/RegTest.s26
index b458f86..e6d5722 100644
--- a/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Demo/NEC_78K0R_IAR/main.c b/Demo/NEC_78K0R_IAR/main.c
index ac7a093..d6e22c4 100644
--- a/Demo/NEC_78K0R_IAR/main.c
+++ b/Demo/NEC_78K0R_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 81fec89..1b2eae7 100644
--- a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index e09008a..5e560f3 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index d547fae..11c0a54 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index b7d7af4..475b26f 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
index 0578929..032a0c7 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
index 29b94b8..9e54827 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index fe95b9b..264509e 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Demo/NEC_V850ES_IAR/main.c b/Demo/NEC_V850ES_IAR/main.c
index 9c22fd0..caefd20 100644
--- a/Demo/NEC_V850ES_IAR/main.c
+++ b/Demo/NEC_V850ES_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NEC_V850ES_IAR/serial/serial.c b/Demo/NEC_V850ES_IAR/serial/serial.c
index b5583d7..b7ed5d5 100644
--- a/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index 88391f1..ae082ee 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
index 001c527..9e09cbf 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index 465e50c..ae2462d 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index f93298c..a1b7f11 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h
index dba579c..2cadbfa 100644
--- a/Demo/PC/FRConfig.h
+++ b/Demo/PC/FRConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c
index ef34ad7..99e8c9b 100644
--- a/Demo/PC/FileIO/fileIO.c
+++ b/Demo/PC/FileIO/fileIO.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h
index 94742f6..0fd7d2c 100644
--- a/Demo/PC/FreeRTOSConfig.h
+++ b/Demo/PC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c
index a219a6e..c8506e0 100644
--- a/Demo/PC/ParTest/ParTest.c
+++ b/Demo/PC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PC/main.c b/Demo/PC/main.c
index edbc519..767c1de 100644
--- a/Demo/PC/main.c
+++ b/Demo/PC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c
index 18595ad..2c162f2 100644
--- a/Demo/PC/serial/serial.c
+++ b/Demo/PC/serial/serial.c
@@ -6,43 +6,43 @@
 */

 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index ada18e3..57d2977 100644
--- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c
index 3fe6959..59584ca 100644
--- a/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c
index f38d689..0c4d0c9 100644
--- a/Demo/PIC18_MPLAB/main1.c
+++ b/Demo/PIC18_MPLAB/main1.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c
index 48f1160..1896472 100644
--- a/Demo/PIC18_MPLAB/main2.c
+++ b/Demo/PIC18_MPLAB/main2.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c
index c62d1ad..2b9c080 100644
--- a/Demo/PIC18_MPLAB/main3.c
+++ b/Demo/PIC18_MPLAB/main3.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c
index f920535..c1ee854 100644
--- a/Demo/PIC18_MPLAB/serial/serial.c
+++ b/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 3ff021a..d7691c5 100644
--- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 7e35298..4397877 100644
--- a/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c
index 42a27cc..82c9be4 100644
--- a/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c
index 766ce5b..5fce2ef 100644
--- a/Demo/PIC18_WizC/Demo1/main.c
+++ b/Demo/PIC18_WizC/Demo1/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index bcbbeac..b56f06c 100644
--- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 0042c4d..a0d2ffc 100644
--- a/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c
index 89b5de8..3623342 100644
--- a/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c
index 7fb47b6..17eb45c 100644
--- a/Demo/PIC18_WizC/Demo2/main.c
+++ b/Demo/PIC18_WizC/Demo2/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 4851ddb..8a36e91 100644
--- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 0042c4d..a0d2ffc 100644
--- a/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c
index 89b5de8..3623342 100644
--- a/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c
index 2126439..b804b05 100644
--- a/Demo/PIC18_WizC/Demo3/main.c
+++ b/Demo/PIC18_WizC/Demo3/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index 10d1c8b..ec0778e 100644
--- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 0042c4d..a0d2ffc 100644
--- a/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c
index 89b5de8..3623342 100644
--- a/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c
index 013d467..5045b10 100644
--- a/Demo/PIC18_WizC/Demo4/main.c
+++ b/Demo/PIC18_WizC/Demo4/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index b118156..d772409 100644
--- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 0042c4d..a0d2ffc 100644
--- a/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c
index 89b5de8..3623342 100644
--- a/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c
index 6adea1c..18b935b 100644
--- a/Demo/PIC18_WizC/Demo5/main.c
+++ b/Demo/PIC18_WizC/Demo5/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 15b8b98..fb872a2 100644
--- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 0042c4d..a0d2ffc 100644
--- a/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c
index 89b5de8..3623342 100644
--- a/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c
index 50682a7..26c9ab8 100644
--- a/Demo/PIC18_WizC/Demo6/main.c
+++ b/Demo/PIC18_WizC/Demo6/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index ec68f8e..54de188 100644
--- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 0042c4d..a0d2ffc 100644
--- a/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c
index c6df278..2f49a76 100644
--- a/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c
index 89b5de8..3623342 100644
--- a/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c
index 2e285f5..b053a80 100644
--- a/Demo/PIC18_WizC/Demo7/main.c
+++ b/Demo/PIC18_WizC/Demo7/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c
index 518b4f3..74264f3 100644
--- a/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c
index 3d94b26..22798aa 100644
--- a/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c
index 00b6c43..e66672f 100644
--- a/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c
index 6c68d0e..5c71d6b 100644
--- a/Demo/PIC18_WizC/serial/serial.c
+++ b/Demo/PIC18_WizC/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 53b408b..4d37d7f 100644
--- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 03a3d3a..97f3641 100644
--- a/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c
index ca40c1d..b907668 100644
--- a/Demo/PIC24_MPLAB/lcd.c
+++ b/Demo/PIC24_MPLAB/lcd.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h
index a658e94..389a6f0 100644
--- a/Demo/PIC24_MPLAB/lcd.h
+++ b/Demo/PIC24_MPLAB/lcd.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c
index 83a1943..437026e 100644
--- a/Demo/PIC24_MPLAB/main.c
+++ b/Demo/PIC24_MPLAB/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c
index 1f886ec..842760a 100644
--- a/Demo/PIC24_MPLAB/serial/serial.c
+++ b/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c
index 9238969..687e232 100644
--- a/Demo/PIC24_MPLAB/timertest.c
+++ b/Demo/PIC24_MPLAB/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h
index 8f3d656..98670b1 100644
--- a/Demo/PIC24_MPLAB/timertest.h
+++ b/Demo/PIC24_MPLAB/timertest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index ba230c8..70968a1 100644
--- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index 4810949..b8f2f00 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index bff5636..ef25a7d 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 003263c..2e99864 100644
--- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
index 6fa1958..a428dde 100644
--- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
+++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c
index d8b6093..0843ebf 100644
--- a/Demo/PIC32MX_MPLAB/lcd.c
+++ b/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h
index a658e94..389a6f0 100644
--- a/Demo/PIC32MX_MPLAB/lcd.h
+++ b/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c
index a719086..3355116 100644
--- a/Demo/PIC32MX_MPLAB/main.c
+++ b/Demo/PIC32MX_MPLAB/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c
index 98d9a4d..8b17fe0 100644
--- a/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c
index 72c8d48..ade16d5 100644
--- a/Demo/PIC32MX_MPLAB/timertest.c
+++ b/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h
index 8f3d656..98670b1 100644
--- a/Demo/PIC32MX_MPLAB/timertest.h
+++ b/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PIC32MX_MPLAB/timertest_isr.S b/Demo/PIC32MX_MPLAB/timertest_isr.S
index 6acbffd..aab04b9 100644
--- a/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 53390b2..4638b30 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 0de8061..476e0a7 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index f5f5037..7af9530 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 8699196..8856027 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 71b5887..333aca2 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index fdd3f19..bd02e34 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 6164ec9..5ebcf80 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index d924ede..3fcd688 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 0de8061..476e0a7 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index f5f5037..7af9530 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 8699196..8856027 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 1a3dd49..5830e8d 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index fdd3f19..bd02e34 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 6164ec9..5ebcf80 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index adc1a11..5f0dd12 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index a09d19c..45e2f85 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index f5f5037..7af9530 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 3f11bdb..0493059 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 6b0b723..6e69e69 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 2b11282..c2c43d8 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index c658da0..5ba6dbd 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index adc1a11..5f0dd12 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index d52e7de..426c0ec 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index f5f5037..7af9530 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 183bb0b..3a04e33 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 15f63c8..7e571b5 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 2b11282..c2c43d8 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index c658da0..5ba6dbd 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 02fdb77..c0a5bdc 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index d52e7de..426c0ec 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index f5f5037..7af9530 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 183bb0b..3a04e33 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 5183dd2..ec55d7d 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 8581cd8..9f7dcd6 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index c658da0..5ba6dbd 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index aab04e8..249fc98 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 3f742e5..fe50016 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index daec0b0..b20dd54 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index ddfbef9..29006dc 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
index 0290ebc..6fa62ad 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
index 295582a..fbf9106 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
index 4b03108..1521ef8 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
index 5a820b6..bf63bb6 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index 65f35d4..7cb94b7 100644
--- a/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index e2bda50..ac8054a 100644
--- a/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index 394dfa8..2cea4ef 100644
--- a/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index 8f98e77..1784746 100644
--- a/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h b/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
index 5a0f451..91313bb 100644
--- a/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
+++ b/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.0.6 rc1 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS eBooks and paperbacks                  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index a6886c1..3691b95 100644
--- a/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h b/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_IAR/main-blinky.c b/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
index edaaf2d..ce7ec47 100644
--- a/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/main-full.c b/Demo/RX600_RX62N-RDK_IAR/main-full.c
index ae23a93..a14c830 100644
--- a/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index 4b03108..1521ef8 100644
--- a/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c b/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
index 3436d60..f1eb1fe 100644
--- a/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 5568d4f..bc40b8a 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index f17faaf..3499cab 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 7b5064c..9d95a7b 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index cf93997..7116f96 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
index 70cdc02..5b2988a 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
index 64b035e..3ef5e6a 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
index 3f4d4f1..1521ef8 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
index c9c5fed..88dd280 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
index ff67e3c..c1bfab0 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 3f742e5..fe50016 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index daec0b0..b20dd54 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index d684aa8..a50d504 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
index 0290ebc..6fa62ad 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
index 295582a..fbf9106 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
index d0a143e..a09782d 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
index 5a820b6..bf63bb6 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index 04ca25c..84e8b1b 100644
--- a/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index e2bda50..ac8054a 100644
--- a/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index 394dfa8..2cea4ef 100644
--- a/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index b331b40..f37cc90 100644
--- a/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h b/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
index 5a0f451..91313bb 100644
--- a/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
+++ b/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.0.6 rc1 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS eBooks and paperbacks                  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index a6886c1..3691b95 100644
--- a/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h b/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_IAR/main-blinky.c b/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
index 879b0e7..c29ea92 100644
--- a/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/main-full.c b/Demo/RX600_RX62N-RSK_IAR/main-full.c
index 7602310..aa9392c 100644
--- a/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index 4e3e89b..a09782d 100644
--- a/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c b/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
index 3436d60..f1eb1fe 100644
--- a/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 8398767..7dc5d50 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index f17faaf..3499cab 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 7b5064c..9d95a7b 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index d684aa8..a50d504 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index 0c48f47..ff63ab3 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
index 70cdc02..5b2988a 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
index 3c97b2f..9aa2de5 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
index 86c9815..25ed6f9 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
index c9c5fed..88dd280 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index ae188e9..aa3a6da 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
index 613765f..f084e5c 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index 4c86913..0c8f3f6 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index 2c53bb7..21afdb3 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src b/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
index 32bba56..d47537c 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
index a149031..f2f19cb 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
index c44cfe8..8b1d481 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
index 24b6758..97dec9f 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c b/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
index 94c3a41..213f301 100644
--- a/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
+++ b/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WIN32-MSVC/FreeRTOSConfig.h b/Demo/WIN32-MSVC/FreeRTOSConfig.h
index d8b704f..5a41164 100644
--- a/Demo/WIN32-MSVC/FreeRTOSConfig.h
+++ b/Demo/WIN32-MSVC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WIN32-MSVC/main.c b/Demo/WIN32-MSVC/main.c
index 6bac8ac..8eee493 100644
--- a/Demo/WIN32-MSVC/main.c
+++ b/Demo/WIN32-MSVC/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c b/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
index 94c3a41..213f301 100644
--- a/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
+++ b/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WIN32-MingW/FreeRTOSConfig.h b/Demo/WIN32-MingW/FreeRTOSConfig.h
index 2f023d8..65441bf 100644
--- a/Demo/WIN32-MingW/FreeRTOSConfig.h
+++ b/Demo/WIN32-MingW/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WIN32-MingW/main.c b/Demo/WIN32-MingW/main.c
index 2150085..7bb0dac 100644
--- a/Demo/WIN32-MingW/main.c
+++ b/Demo/WIN32-MingW/main.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 85d1909..3f1cfab 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 43a8d67..61e69c0 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 1350df5..567d69f 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 2188470..7709cb9 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 21639bc..8e1b443 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 0a16780..59e460f 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index bd9511d..af49e8d 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index f9459e9..6f6746b 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 2d5e92a..c20a6da 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index 00cd55d..00d38fa 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index da68a04..39464ef 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c
index b7527b2..81ef132 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index b966643..4476215 100644
--- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 0543a93..98e7467 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 8d15f0c..c1350ef 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c
index 680ec26..f9ecd8b 100644
--- a/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index fc105cd..5ec8df4 100644
--- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index d90c9d6..6620d4a 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index e78324e..4389da5 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index e46fb06..d3d150f 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index a658e94..389a6f0 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index 83a1943..437026e 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index 559fb64..91b7470 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index 9238969..687e232 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index 8f3d656..98670b1 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index c9a4eda..f44875f 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index aa6a9ab..6262dcc 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index 0886d0b..84bf574 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 4022018..bb7f52a 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

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 6e30129..f0ac830 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 5e6b6c3..88e2641 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index b8d321d..b8dc8cf 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index 8074724..65db593 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index a684710..3a52a84 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 41b7173..3fb4921 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 4e0d2f7..9547ed5 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index 90d96c8..f11cc75 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c
index 58abb7c..8194926 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile
index d0d0295..1bafa74 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index c126a6d..aebbaba 100644
--- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c
index da1ac1a..9742c91 100644
--- a/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c
index d07129a..a30bac3 100644
--- a/Demo/msp430_CrossWorks/main.c
+++ b/Demo/msp430_CrossWorks/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c
index 89638c4..4a55e08 100644
--- a/Demo/msp430_CrossWorks/serial/serial.c
+++ b/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_CrossWorks/serial/serialASM.asm b/Demo/msp430_CrossWorks/serial/serialASM.asm
index f357fb2..8fe2dd9 100644
--- a/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h
index ab99d55..c17875a 100644
--- a/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c
index 2db4dcd..a6145ba 100644
--- a/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c
index a14d97d..d633035 100644
--- a/Demo/msp430_GCC/main.c
+++ b/Demo/msp430_GCC/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile
index 45c7978..bb9eaa0 100644
--- a/Demo/msp430_GCC/makefile
+++ b/Demo/msp430_GCC/makefile
@@ -1,41 +1,41 @@
 #/*

-#    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+#    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+#	

 #

 #    ***************************************************************************

-#    *                                                                         *

-#    * If you are:                                                             *

-#    *                                                                         *

-#    *    + New to FreeRTOS,                                                   *

-#    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-#    *    + Looking for basic training,                                        *

-#    *    + Wanting to improve your FreeRTOS skills and productivity           *

-#    *                                                                         *

-#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-#    *                                                                         *

-#    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-#    *                  http://www.FreeRTOS.org/Documentation                  *

-#    *                                                                         *

-#    * A pdf reference manual is also available.  Both are usually delivered   *

-#    * to your inbox within 20 minutes to two hours when purchased between 8am *

-#    * and 8pm GMT (although please allow up to 24 hours in case of            *

-#    * exceptional circumstances).  Thank you for your support!                *

-#    *                                                                         *

+#     *                                                                       *

+#     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+#     *    Complete, revised, and edited pdf reference manuals are also       *

+#     *    available.                                                         *

+#     *                                                                       *

+#     *    Purchasing FreeRTOS documentation will not only help you, by       *

+#     *    ensuring you get running as quickly as possible and with an        *

+#     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+#     *    the FreeRTOS project to continue with its mission of providing     *

+#     *    professional grade, cross platform, de facto standard solutions    *

+#     *    for microcontrollers - completely free of charge!                  *

+#     *                                                                       *

+#     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+#     *                                                                       *

+#     *    Thank you for using FreeRTOS, and thank you for your support!      *

+#     *                                                                       *

 #    ***************************************************************************

 #

+#

 #    This file is part of the FreeRTOS distribution.

 #

 #    FreeRTOS is free software; you can redistribute it and/or modify it under

 #    the terms of the GNU General Public License (version 2) as published by the

 #    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-#    ***NOTE*** The exception to the GPL is included to allow you to distribute

-#    a combined work that includes FreeRTOS without being obliged to provide the

-#    source code for proprietary components outside of the FreeRTOS kernel.

-#    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-#    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-#    more details. You should have received a copy of the GNU General Public 

-#    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-#    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+#    >>>NOTE<<< The modification to the GPL is included to allow you to

+#    distribute a combined work that includes FreeRTOS without being obliged to

+#    provide the source code for proprietary components outside of the FreeRTOS

+#    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+#    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+#    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+#    more details. You should have received a copy of the GNU General Public

+#    License and the FreeRTOS license exception along with FreeRTOS; if not it

+#    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 #    by writing to Richard Barry, contact details for whom are available on the

 #    FreeRTOS WEB site.

 #

diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c
index 0f8cc02..334d18a 100644
--- a/Demo/msp430_GCC/serial/serial.c
+++ b/Demo/msp430_GCC/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_IAR/FreeRTOSConfig.h b/Demo/msp430_IAR/FreeRTOSConfig.h
index a2af4b6..f6679c5 100644
--- a/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_IAR/ParTest/ParTest.c b/Demo/msp430_IAR/ParTest/ParTest.c
index 186eb30..b8d708b 100644
--- a/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_IAR/main.c b/Demo/msp430_IAR/main.c
index aa28e62..0c2c730 100644
--- a/Demo/msp430_IAR/main.c
+++ b/Demo/msp430_IAR/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_IAR/serial/serial.c b/Demo/msp430_IAR/serial/serial.c
index f7e93db..f25c762 100644
--- a/Demo/msp430_IAR/serial/serial.c
+++ b/Demo/msp430_IAR/serial/serial.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/msp430_IAR/serial/serialASM.s43 b/Demo/msp430_IAR/serial/serialASM.s43
index 9b7c5fc..b627a0e 100644
--- a/Demo/msp430_IAR/serial/serialASM.s43
+++ b/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 5d36305..321d90f 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index e6b53e1..dd33c3e 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 9aaccd5..990ed2f 100644
--- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 8ba3b01..46c6f3e 100644
--- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c
index be4acbc..f10ee72 100644
--- a/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 6d68db7..741e6d1 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c
index 43738f9..d0846aa 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/croutine.c b/Source/croutine.c
index 61ada1c..d06a5f0 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,41 +1,47 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 0edc2af..ff07829 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 9a96151..c987f8e 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 21b6358..9e79baa 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/include/list.h b/Source/include/list.h
index 000dc6b..89ddefd 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h
index 6f5287f..4b8e132 100644
--- a/Source/include/mpu_wrappers.h
+++ b/Source/include/mpu_wrappers.h
@@ -1,41 +1,47 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/include/portable.h b/Source/include/portable.h
index b4f37f3..d7966f5 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,41 +1,47 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index d00d619..5581935 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,41 +1,47 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 0c16678..15c2075 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index c086597..6b57b8a 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,41 +1,47 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/include/task.h b/Source/include/task.h
index c4b65b7..b8ac454 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

@@ -70,7 +76,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V6.1.1"

+#define tskKERNEL_VERSION_NUMBER "V7.0.0"

 

 /**

  * task. h

diff --git a/Source/include/timers.h b/Source/include/timers.h
index b55a6d4..f289d29 100644
--- a/Source/include/timers.h
+++ b/Source/include/timers.h
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/list.c b/Source/list.c
index 4b0a3cd..fe976fa 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 7bc36d1..4c53ddd 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 97ef3f4..da74c9a 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index b873be7..b8a2b1a 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index f412582..d2b5b95 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index b1974e7..c324080 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 1b63475..22bdd2b 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CCS4/MSP430X/data_model.h b/Source/portable/CCS4/MSP430X/data_model.h
index 53e2133..84fc79b 100644
--- a/Source/portable/CCS4/MSP430X/data_model.h
+++ b/Source/portable/CCS4/MSP430X/data_model.h
@@ -1,37 +1,38 @@
-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;/*

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;    more details. You should have received a copy of the GNU General Public

 ;    License and the FreeRTOS license exception along with FreeRTOS; if not it

 ;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

@@ -48,6 +49,7 @@
 ;

 ;    http://www.OpenRTOS.com - Commercial support, development, porting,

 ;    licensing and training services.

+;*/

 

 	.if $DEFINED( __LARGE_DATA_MODEL__ )

 		.define "pushm.a", pushm_x

diff --git a/Source/portable/CCS4/MSP430X/port.c b/Source/portable/CCS4/MSP430X/port.c
index f1bbc7b..159e81a 100644
--- a/Source/portable/CCS4/MSP430X/port.c
+++ b/Source/portable/CCS4/MSP430X/port.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/CCS4/MSP430X/portext.asm b/Source/portable/CCS4/MSP430X/portext.asm
index fd792f4..1fc43f5 100644
--- a/Source/portable/CCS4/MSP430X/portext.asm
+++ b/Source/portable/CCS4/MSP430X/portext.asm
@@ -1,38 +1,39 @@
 ;

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;/*

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;    more details. You should have received a copy of the GNU General Public

 ;    License and the FreeRTOS license exception along with FreeRTOS; if not it

 ;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

@@ -49,6 +50,7 @@
 ;

 ;    http://www.OpenRTOS.com - Commercial support, development, porting,

 ;    licensing and training services.

+;*/

 

 ; * The definition of the "register test" tasks, as described at the top of

 ; * main.c

diff --git a/Source/portable/CCS4/MSP430X/portmacro.h b/Source/portable/CCS4/MSP430X/portmacro.h
index b21c1eb..2f19e29 100644
--- a/Source/portable/CCS4/MSP430X/portmacro.h
+++ b/Source/portable/CCS4/MSP430X/portmacro.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index c987855..721d72a 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index 8669ffd..d9afe8d 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index 3a9120b..cd5be16 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 64c9099..7f5eddc 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 0118ce0..edba4f7 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 927e385..7c8b90e 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index c793ce8..ff31de7 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index f150499..5eea7e8 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 781a8d7..12c0f79 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index cba4dfb..40a181d 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index b73a16f..f9ea0e9 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index fcba337..0abf791 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 60470c9..7a7964b 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 2db3d2a..3daf4f0 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index ed3ec34..b93b635 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 339732c..0d034d3 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index afae65b..66cfa80 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index e678dee..ef98e86 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 84344f5..93f09fb 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index d80d64c..81e38fb 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index fa24c7f..f96fe0c 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 3a106d5..db3f4f9 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c
index 66dd5ba..7bd3952 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 2ce7d12..8852b51 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 66c8ef6..fa000dd 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 62e3870..1bb746b 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 2419da8..dfe506b 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,43 +13,43 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index bcf2100..10c0b1a 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,43 +13,43 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/CORTUS_APS3/port.c b/Source/portable/GCC/CORTUS_APS3/port.c
index e2ae2ba..419def1 100644
--- a/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/GCC/CORTUS_APS3/portmacro.h b/Source/portable/GCC/CORTUS_APS3/portmacro.h
index f4698fd..1a3a0b9 100644
--- a/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index 5c2d942..736f178 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 7a2f3a8..a290269 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index e25e97b..496d21c 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index 6dafcac..871f90a 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index 4e2b155..1b54098 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 267a605..873a0a9 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 31857f1..7bffa10 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index b902253..b222636 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 2a2a4d6..851761b 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index c6625be..d57204a 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index f842ecd..d2d76fc 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index de25fd7..81d1de7 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index 64450db..aecb9dd 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index ca904dc..57f49f5 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 9d8b7b0..ef47930 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index c959c52..3dd8ea5 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index d665c94..fa22bd7 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index ad5f929..98df6ad 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 9d8b7b0..ef47930 100644
--- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index 6627425..4621ec6 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index d665c94..fa22bd7 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index ad5f929..98df6ad 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/RX600/port.c b/Source/portable/GCC/RX600/port.c
index ef49a11..274c503 100644
--- a/Source/portable/GCC/RX600/port.c
+++ b/Source/portable/GCC/RX600/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/RX600/portmacro.h b/Source/portable/GCC/RX600/portmacro.h
index 21904ed..1c4427b 100644
--- a/Source/portable/GCC/RX600/portmacro.h
+++ b/Source/portable/GCC/RX600/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index e057982..964d965 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index ecd57fd..b9949fa 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 70fb061..fe33e71 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index c7f24c7..0ce9ece 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 20b80ff..4baeff1 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index 5724466..f75ed87 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 4c316dc..dd891e1 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 377efda..34edb8d 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index 44c8174..f8bc8d1 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index dc7c336..771a966 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index 111e984..bab1573 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 6fc87af..a6af8dc 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 3843924..3ba8a35 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index 962a59e..789b13c 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,43 +13,43 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index bb1a8ff..beb88ee 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,43 +13,43 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 685db3f..297ce18 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index f6d6d41..db64833 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index eb61fe0..e00de58 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index a8fce81..4b0ba1b 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 4f0c971..2333c4b 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 8c87bc1..a343f75 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index e38f21e..418fa60 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index 968296f..669d822 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index da94db1..7c5e833 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index cac325e..53590f6 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/MSP430X/data_model.h b/Source/portable/IAR/MSP430X/data_model.h
index 988a949..1fe941a 100644
--- a/Source/portable/IAR/MSP430X/data_model.h
+++ b/Source/portable/IAR/MSP430X/data_model.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/MSP430X/port.c b/Source/portable/IAR/MSP430X/port.c
index 1270b82..86982da 100644
--- a/Source/portable/IAR/MSP430X/port.c
+++ b/Source/portable/IAR/MSP430X/port.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/MSP430X/portext.s43 b/Source/portable/IAR/MSP430X/portext.s43
index 887bc08..62a74b5 100644
--- a/Source/portable/IAR/MSP430X/portext.s43
+++ b/Source/portable/IAR/MSP430X/portext.s43
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/MSP430X/portmacro.h b/Source/portable/IAR/MSP430X/portmacro.h
index 0b7af26..595bd66 100644
--- a/Source/portable/IAR/MSP430X/portmacro.h
+++ b/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/RX600/port.c b/Source/portable/IAR/RX600/port.c
index 3237235..686d758 100644
--- a/Source/portable/IAR/RX600/port.c
+++ b/Source/portable/IAR/RX600/port.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/RX600/port_asm.s b/Source/portable/IAR/RX600/port_asm.s
index d33246f..4a563d0 100644
--- a/Source/portable/IAR/RX600/port_asm.s
+++ b/Source/portable/IAR/RX600/port_asm.s
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/RX600/portmacro.h b/Source/portable/IAR/RX600/portmacro.h
index e4b26a1..71b7448 100644
--- a/Source/portable/IAR/RX600/portmacro.h
+++ b/Source/portable/IAR/RX600/portmacro.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 1fe3a96..7362bcb 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 75a4c33..37c25f4 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index ad8f7a0..2905820 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 1c515d1..3373496 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 7dc0498..dc00f49 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index 98a8097..a9f4225 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 729d515..7c3a39b 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 01eb4d7..73661b3 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index a27cda6..e44aaa6 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index adc8601..83ef5dc 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index fcb7e9e..0635c1b 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index 4f1379c..ccd6f02 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 39fd77f..b7b2600 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index e6ce9a5..e01a698 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 44769ce..5d71106 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index 3d6d596..9a6ea25 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index b168efa..9845748 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index 69a76ad..174b942 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index d46c1eb..02e15e3 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index cfc2023..5f9bb1d 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index ba12ba3..f7936ab 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 5caf89a..abe6441 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 49bb681..9a9caa3 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index cdff10a..31c8da5 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index 3ee756c..7c6d4ae 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index cdebe6c..20c3107 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MSVC-MingW/port.c b/Source/portable/MSVC-MingW/port.c
index c50383f..4be3bfd 100644
--- a/Source/portable/MSVC-MingW/port.c
+++ b/Source/portable/MSVC-MingW/port.c
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/MSVC-MingW/portmacro.h b/Source/portable/MSVC-MingW/portmacro.h
index ad8419a..acc99e8 100644
--- a/Source/portable/MSVC-MingW/portmacro.h
+++ b/Source/portable/MSVC-MingW/portmacro.h
@@ -1,38 +1,38 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 70a6bb1..75fe2d3 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index 9f8de5c..4298a2b 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 7ff9bb5..c0beb8c 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 0c9c764..9d16048 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index 197f0a6..bb31284 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index f43ec97..52a6ff8 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index c5a1feb..c97c87b 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 880b4c1..3a16990 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 2574d0d..61930cf 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 79499af..a155914 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 3754170..c368b09 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 23d047a..8f4bcb0 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 4c7eb43..49cda7c 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 15364be..8441a1e 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 7a08230..050b00b 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Renesas/RX600/port.c b/Source/portable/Renesas/RX600/port.c
index 0320906..84b304a 100644
--- a/Source/portable/Renesas/RX600/port.c
+++ b/Source/portable/Renesas/RX600/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Renesas/RX600/portmacro.h b/Source/portable/Renesas/RX600/portmacro.h
index c231d43..99763e8 100644
--- a/Source/portable/Renesas/RX600/portmacro.h
+++ b/Source/portable/Renesas/RX600/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Renesas/SH2A_FPU/port.c b/Source/portable/Renesas/SH2A_FPU/port.c
index 7ca1d25..55de205 100644
--- a/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Renesas/SH2A_FPU/portasm.src b/Source/portable/Renesas/SH2A_FPU/portasm.src
index 328cb44..8cc04dc 100644
--- a/Source/portable/Renesas/SH2A_FPU/portasm.src
+++ b/Source/portable/Renesas/SH2A_FPU/portasm.src
@@ -1,41 +1,41 @@
 ;/*

-;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+;    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+;	

 ;

 ;    ***************************************************************************

-;    *                                                                         *

-;    * If you are:                                                             *

-;    *                                                                         *

-;    *    + New to FreeRTOS,                                                   *

-;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-;    *    + Looking for basic training,                                        *

-;    *    + Wanting to improve your FreeRTOS skills and productivity           *

-;    *                                                                         *

-;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-;    *                                                                         *

-;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-;    *                  http://www.FreeRTOS.org/Documentation                  *

-;    *                                                                         *

-;    * A pdf reference manual is also available.  Both are usually delivered   *

-;    * to your inbox within 20 minutes to two hours when purchased between 8am *

-;    * and 8pm GMT (although please allow up to 24 hours in case of            *

-;    * exceptional circumstances).  Thank you for your support!                *

-;    *                                                                         *

+;     *                                                                       *

+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+;     *    Complete, revised, and edited pdf reference manuals are also       *

+;     *    available.                                                         *

+;     *                                                                       *

+;     *    Purchasing FreeRTOS documentation will not only help you, by       *

+;     *    ensuring you get running as quickly as possible and with an        *

+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+;     *    the FreeRTOS project to continue with its mission of providing     *

+;     *    professional grade, cross platform, de facto standard solutions    *

+;     *    for microcontrollers - completely free of charge!                  *

+;     *                                                                       *

+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+;     *                                                                       *

+;     *    Thank you for using FreeRTOS, and thank you for your support!      *

+;     *                                                                       *

 ;    ***************************************************************************

 ;

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

 ;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

 ;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-;    ***NOTE*** The exception to the GPL is included to allow you to distribute

-;    a combined work that includes FreeRTOS without being obliged to provide the

-;    source code for proprietary components outside of the FreeRTOS kernel.

-;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details. You should have received a copy of the GNU General Public 

-;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    >>>NOTE<<< The modification to the GPL is included to allow you to

+;    distribute a combined work that includes FreeRTOS without being obliged to

+;    provide the source code for proprietary components outside of the FreeRTOS

+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+;    more details. You should have received a copy of the GNU General Public

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained

 ;    by writing to Richard Barry, contact details for whom are available on the

 ;    FreeRTOS WEB site.

 ;

diff --git a/Source/portable/Renesas/SH2A_FPU/portmacro.h b/Source/portable/Renesas/SH2A_FPU/portmacro.h
index 85ae2da..8a27b54 100644
--- a/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index bdea78e..1222468 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index 5021029..0113e72 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 00f4e29..6420bf8 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index 6d14b40..3553fec 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 3d5eb93..a2295fe 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index bb420cf..320f31e 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 06ef451..8e90fd8 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 733babf..b2a8b4d 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 1b5e7d5..15740d7 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index 922dd95..401ba9b 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 7bd270a..5d108e0 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 6d36073..5307bbd 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index fb9803d..6d1c200 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index 4cffc73..8b31728 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 0f7ef46..892143e 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 4211aef..e26351d 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 1755ac4..6754260 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 741549c..6ab26bc 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 7aeb8f0..3f973a6 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 70811e2..9272421 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 22d0afc..35f3e61 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,41 +1,41 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public 

-    License and the FreeRTOS license exception along with FreeRTOS; if not it 

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    more details. You should have received a copy of the GNU General Public

+    License and the FreeRTOS license exception along with FreeRTOS; if not it

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained

     by writing to Richard Barry, contact details for whom are available on the

     FreeRTOS WEB site.

 

diff --git a/Source/queue.c b/Source/queue.c
index f5ce8bb..8eaaae4 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/tasks.c b/Source/tasks.c
index 7defe9b..c105f37 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained

diff --git a/Source/timers.c b/Source/timers.c
index 44071a1..4cd612b 100644
--- a/Source/timers.c
+++ b/Source/timers.c
@@ -1,38 +1,44 @@
 /*

-    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

+    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.

+	

+

+	FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:

+	Atollic AB - Atollic provides professional embedded systems development 

+	tools for C/C++ development, code analysis and test automation.  

+	See http://www.atollic.com

+	

 

     ***************************************************************************

-    *                                                                         *

-    * If you are:                                                             *

-    *                                                                         *

-    *    + New to FreeRTOS,                                                   *

-    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

-    *    + Looking for basic training,                                        *

-    *    + Wanting to improve your FreeRTOS skills and productivity           *

-    *                                                                         *

-    * then take a look at the FreeRTOS books - available as PDF or paperback  *

-    *                                                                         *

-    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

-    *                  http://www.FreeRTOS.org/Documentation                  *

-    *                                                                         *

-    * A pdf reference manual is also available.  Both are usually delivered   *

-    * to your inbox within 20 minutes to two hours when purchased between 8am *

-    * and 8pm GMT (although please allow up to 24 hours in case of            *

-    * exceptional circumstances).  Thank you for your support!                *

-    *                                                                         *

+     *                                                                       *

+     *    FreeRTOS tutorial books are available in pdf and paperback.        *

+     *    Complete, revised, and edited pdf reference manuals are also       *

+     *    available.                                                         *

+     *                                                                       *

+     *    Purchasing FreeRTOS documentation will not only help you, by       *

+     *    ensuring you get running as quickly as possible and with an        *

+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

+     *    the FreeRTOS project to continue with its mission of providing     *

+     *    professional grade, cross platform, de facto standard solutions    *

+     *    for microcontrollers - completely free of charge!                  *

+     *                                                                       *

+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

+     *                                                                       *

+     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *                                                                       *

     ***************************************************************************

 

+

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

     Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-    ***NOTE*** The exception to the GPL is included to allow you to distribute

-    a combined work that includes FreeRTOS without being obliged to provide the

-    source code for proprietary components outside of the FreeRTOS kernel.

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

+    >>>NOTE<<< The modification to the GPL is included to allow you to

+    distribute a combined work that includes FreeRTOS without being obliged to

+    provide the source code for proprietary components outside of the FreeRTOS

+    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

     more details. You should have received a copy of the GNU General Public

     License and the FreeRTOS license exception along with FreeRTOS; if not it

     can be viewed here: http://www.freertos.org/a00114.html and also obtained